html,
body {
  margin: 0;
  padding: 0;
  /*height: 100vh;*/
  color: #0b0b0b;
  background-color: #ffffff;

  font-family: "Playfair Display", serif;
}
.main-content {
  margin-top: 11rem;
  min-height: calc(100vh - 300px);
}
a {
  text-decoration: none;
}
a:hover {
  color: #f8ebcd;
}
.btn-success {
  color: #fff;
  background-color: #d1bc92;
  border-color: #d1bc92;
}
.btn-success:hover {
  background-color: #8b7e62;
  border-color: #8b7e62;
}
body {
  font-weight: 400;
  font-size: 15px;
  font-family: "Playfair Display", serif;
  line-height: 20px;
  margin: 0 auto;
  background-color: #ffffff;
}
/*navbare*/
.background1 {
  background-color: #d1bc92dc;
  padding: 5rem;
}
.background2 {
  margin-top: 8rem;
  background-color: #d1bc92d3;
  padding: 5rem;
}
.background3 {
  margin-top: 8rem;
  background-color: #d1bc92da;
  padding-bottom: 1rem;
}
.container {
  position: relative;
}

.showcase {
  position: relative;
  right: 0;
  width: 100%;
  min-height: calc(100vh - 150px);
  padding-top: 150px;
  box-sizing: border-box;

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

  overflow: hidden;
}
.showcase video {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  z-index: 1;
}
.showcase .text {
  position: relative;
  z-index: 2;

  width: 100%;
  text-align: center;
}
.footer {
  position: relative;
  z-index: 3;
}
nav {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  padding-bottom: 2rem;
  background: black;
  height: 150px;
  font-family: "Playfair Display", serif;
  margin-bottom: 1rem;
}

img.logo {
  position: absolute;
  top: 0;
  left: 45%;
  width: 15%;
  height: 90%;
}
img.logoToggle {
  width: 0;
}

nav .links {
  float: left;

  padding-right: 1px;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
nav .linksAccount {
  float: right;
  padding-right: 40px;
  padding-top: 15px;
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

nav .linksAccountBurger {
  visibility: hidden;
}

nav .links li {
  list-style: none;
}

nav .links a {
  display: block;
  padding: 1rem;
  font-size: 18px;
  color: #8b7e62;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 0 10px;
  position: relative;
  margin-right: 3rem;
}
nav .links a:hover {
  color: #d1bc92;
}
nav .links a:after {
  content: "";
  position: absolute;
  background-color: #d1bc92;
  height: 3px;
  width: 0;
  left: 0;
  bottom: -10px;
  transition: 0.3s;
}
nav .links a:hover:after {
  width: 100%;
}

#nav-toggle {
  position: absolute;
  top: -100px;
  left: 77%;
}

nav .icon-burger {
  display: none;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

nav .icon-burger .line {
  width: 30px;
  height: 5px;
  background-color: rgb(216, 213, 213);
  margin: 5px;
  border-radius: 3px;
}
.nomComplet {
  color: #8a7751;
}
.deconnexion {
  color: #8a7751;
}
.tableau_de_bord {
  color: #8a7751;
}

i.fas.fa-user {
  font-size: 2rem;
  color: #8b7e62;
  margin-right: 40px;
}
i.fas.fa-user:hover {
  color: #d1bc92;
}
i.fas.fa-shopping-cart {
  font-size: 1.5rem;
  color: #8b7e62;
  margin-left: -40px;
}
i.fas.fa-shopping-cart:hover {
  color: #d1bc92;
}

.rdv-btn {
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 10px;
}

nav.links img.logo {
  width: 0px;
}

/*banner*/

.banner {
  width: 100%;
  height: 65vh;
  background-image: url("../images/ramata/accueil/banner.jpg");
  background-size: cover;
  background-position: 60%;
  border-radius: 10px;
  margin-top: 150px;
}

@media screen and (max-width: 1134px) {
  nav {
    height: 100px;
  }
  nav .icon-burger {
    display: block;
  }
  nav .linksAccount {
    visibility: hidden;
  }
  nav .linksAccountBurger {
    visibility: visible;
  }

  .search-box {
    height: 30px;
    border-radius: 40px;
    width: 240px;
    background-color: whitesmoke;
    opacity: 0.6;
    padding: 6px 6px;
    margin-bottom: 15px;
  }

  .search-btn {
    color: #0b0b0b;
    float: right;
    width: 20px;
    height: 20px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
  }

  .search-text {
    border: none;
    outline: none;
    float: left;
    padding: 0;
    color: #0b0b0b;
    font-size: 16px;
  }

  img.logo {
    display: none;
  }
  img.logoToggle {
    width: 150px;
    margin: 0 auto;
    display: block;
  }
  i.fas.fa-shopping-cart {
    color: #8b7e62;
  }

  nav .links {
    float: none;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 100%;
    width: auto;
    height: auto;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: rgb(0 0 0 / 88%);
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  nav .links a {
    text-align: center;
    padding: 2rem;
  }
  .banner {
    margin-top: 100px;
  }
  .nomComplet {
    color: #fff;
    /* text-align: center; */
    margin-left: 2rem;
  }
}

nav :checked ~ .links {
  bottom: 0;
}

nav :checked ~ .icon-burger .line:nth-child(1) {
  transform: translateY(10px) rotate(225deg);
}
nav :checked ~ .icon-burger .line:nth-child(3) {
  transform: translateY(-10px) rotate(-225deg);
}
nav :checked ~ .icon-burger .line:nth-child(2) {
  opacity: 0;
}
nav.links img.logo {
  width: 0px;
}

.img-banner {
  width: 100%;
  height: 60rem;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
  margin-top: 9rem;
}
.titre-banner {
  width: 50%;
  margin: 0 auto;
  background-color: rgba(211, 211, 211, 0.808);
  padding: 2rem;
  position: relative;
  top: -18rem;
  left: 3rem;
  border-radius: 10px;
}
.titre-banner h1 {
  text-align: center;
  color: #0b0b0b;
}
.img-resizeBig {
  height: 350px;
  width: 350px;
  object-fit: cover;
  object-position: center center;
}

.img-resizSmall {
  height: 100px;
  object-fit: cover;
  object-position: center center;
}
img.img-resizPatitCarousel {
  width: 90%;
  object-fit: cover;
  object-position: center center;
}

.contenue {
  max-width: 1400px;
  width: 90%;
  margin: auto;
}

.photo-menue {
  margin-top: 5em;
}
.photo-menue p {
  font-size: xx-large;
}

.titre {
  font-size: xx-large;
  margin-bottom: 50px;
  margin-top: 50px;
  color: #0b0b0b;
}

#photoLolo {
  border-radius: 50%;
}
h1 {
  text-align: left;
  margin-left: 50px;
}

h1.register {
  text-align: left;
  margin-left: 0;
  color: #0b0b0b;
}

h2,
h3 {
  margin-top: 1rem;
  color: #0b0b0b;
}
.titre_page {
  margin: 12rem;
  margin-bottom: 3rem;
  color: #0b0b0b;
}

.ventes {
  margin-top: 10rem;
  text-align: center;
}

.capillaire {
  color: #0b0b0b;
}

.cosmetique {
  color: #0b0b0b;
  margin-top: 4rem;
  margin-bottom: 5rem;
}

h4 {
  color: #0b0b0b;
}
h5 {
  color: #0b0b0b;
  font-family: "EB Garamond", serif;
  text-align: center;
}

h6 {
  color: #0b0b0b;
  font-family: serif;
}
p {
  color: #0b0b0b;
  font-family: serif;
  font-size: 20px;
}

.bg-dark {
  background-color: #0b0b0b;
}

.color-primary {
  color: #ffffff;
}

.color-primary-bg {
  background-color: #0b0b0b;
}

.color-second {
  color: #42a5f5;
}

.color-second-bg {
  background-color: #42a5f5;
}

.color-third {
  color: #009688;
}

.color-third-bg {
  background-color: #009688;
}

.color-fourth {
  color: #424242;
}

.color-fourth-bg {
  background-color: #424242;
}
.btn-primary {
  background-color: #004d40;
  border-color: #004d40;
}

.bg-panier {
  background-color: #d1bc92;
}
.text-light {
  color: #000 !important;
  padding-bottom: 4px;
}

/*Boutique*/

/*meilleurs ventes*/
.slide-container {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem auto;
  margin-bottom: 8rem;
}

img.arrow {
  width: 3rem;
  margin: 0 2rem;
}
section {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 8rem;
}

section::-webkit-scrollbar {
  height: 5px;
  width: 2px;
  border: 1px solid #d5dad9;
  background: #dce2e1;
}
section::-webkit-scrollbar-track {
  --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

section::-webkit-scrollbar-thumb {
  background-color: #d1bc92;
  outline: 1px solid #e5e5e5;
}

.img-fluid {
  border-radius: 10px;
  width: 9rem;
  height: 9rem;
}

.card {
  width: 150px;
  height: 400px;
  margin-top: 50px;
}
.card-text {
  text-align: center;
}

.card img {
  width: 100%;
  height: 200px;
}
i.fab.fa-instagram {
  font-size: 3rem;
}
i.fab.fa-facebook {
  font-size: 3rem;
}

.footer {
  background-color: black;
  margin-top: 100px;
  padding-bottom: 20px;
}
.logo-footer {
  text-align: center;
}
img.logo-footer {
  width: 10rem;
  text-align: center;
}
.footer .card-body {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  color: #d1bc92;
  padding: 2rem;
}
.Contact p {
  color: #d1bc92;
}
.h6footer {
  color: #d1bc92;
  font-size: 16.5px;
  font-weight: 400;
  text-align: center;
}
.Pfooter {
  color: #d1bc92;
  font-size: 16.5px;
  font-weight: 400;
}

.footer .card-body .card-title {
  color: #d1bc92;
}
.footer .card-body .card-text {
  color: #d1bc92;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.container .photo-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container .form-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 40%;
}
a {
  color: #d1bc92;
  text-decoration: none;
}

.boxProduit {
  padding-top: 1em;
  border-radius: 10px;
  margin-bottom: 40px;
  margin-right: 10px;
  text-align: center;
}

.boxProduit h4 {
  font-size: 20px;
}
.boxProduit:hover {
  transform: translateY(25px);
  box-shadow: 10px 10px 2px 1px #edeaea;
  border-radius: 20px;
}
.boxProduit-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.produit-card {
  width: 20rem;
  height: 17rem;
  display: flex;
  margin-right: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.produit-card-content {
  width: 70%;
  height: 16rem;
  text-align: center;
  background-color: #045f50;
  border-radius: 10px;
}
.produit-card-content P {
  text-align: center;
  padding-top: 2rem;
  color: #fff;
}
.produit-card-content a {
  background-color: #379182;
}
.produit-card-img img {
  width: 16rem;
  height: 16rem;

  border-radius: 10px;
  box-shadow: 10px 5px 5px rgba(148, 147, 147, 0.658);
  position: relative;
  top: 2rem;
  left: -1rem;
}
.heading-secondary2 {
  font-size: 3rem;
  text-transform: uppercase;
  display: inline-block;
  background-image: linear-gradient(to right, #d5b26b, #6a5836);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.2rem;
  transition: all 0.2s;
  margin-bottom: 2rem;
}
.titres2 {
  margin-top: 5rem;
}
/*


/*accueil prestations*/
.edit {
  display: flex;
}
img.edit-img {
  width: 40rem;
}
.edit .text {
  background-color: #d1bc92;
  padding: 5rem;
  padding-bottom: 2rem;
  text-align: center;
  position: relative;
  top: 3rem;
  right: 3rem;
  z-index: 2;
  font-family: "Libre Baskerville", serif;
  background-color: #d1bc92;
}

@media screen and (max-width: 900px) {
  .edit .text {
    padding: 2rem;
    right: 0;
    top: 0;
  }
  img.edit-img {
    width: 100%;
  }
}

.grid-accueil {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  row-gap: 2rem;
}
/*
.grid_image{
  display: flex;
  flex-direction: row;
}
*/
img.grid-img {
  width: 15rem;
  height: 15rem;
}

.grid-text {
  width: 50%;
  height: 100%;
}

.slid-accueil {
  margin-top: -20rem;
}

.flip-items {
  position: relative;
}
.image__img {
  display: block;
}
.img__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
}
.img__overlay--blur {
  backdrop-filter: blur(5px);
}
.img__overlay h3 p {
  transform: translateY(40px);
  transition: transform 0.25s;
}

.img__overlay:hover h3 p {
  transform: translateY(0);
}
.img__overlay:hover {
  opacity: 1;
}
.flip-items h3 p {
  text-align: center;
  font-family: Arial, sans-serif;
}
.flip-items p {
  font-size: small;
}

/*Gallery*/
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.fleches {
  position: relative;
  margin-left: 80px;
  margin-right: 80px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin-top: -50px;
  padding-left: 20px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  left: 30px;
  border-radius: 0 3px 3px 0;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/*page detail poduit*/
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*.container {
    max-width: 960px;
}*/

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color 0.15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

/*
 * Extra utilities
 */

#photoLolo {
  width: 50%;
  margin-left: 10rem;
}
.lead {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.row .col-1-of-2 {
  width: calc((100% - 6rem) / 2);
}
.row {
  max-width: 150rem;
  /*max-widht pour que l'écran s'adapte quand le max est atteint ou remplir quand il ne n'est pas*/
  margin: 0 auto;
  /*pour centrer au milieu de la page*/
}

/*tableau*/
table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  padding: 10px;
  text-align: left;
  border: solid 1px #0b0b0b;
  color: rgb(63, 61, 61);
}
th {
  background-color: #d1bc92;
}

/*Gallerie*/

.gallery-highlight {
  width: 90%;
  height: 80%;
}

.gallery-highlight-temoin {
  width: 90%;
  height: 50%;
}

.sectionGallerie {
  margin-top: 3rem;
  display: flex;
  height: 100vh;
}

.room-gallerie {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.room-description {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.adresseTransport {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recap-description {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.5;
  opacity: 0;
}

.formLogin-card {
  margin-top: 150px;
}

.room-preview {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
}

.room-preview-temoin {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
}

.room-preview img {
  width: 100%;
  opacity: 0.6;
  height: 100px;
  object-fit: cover;
  object-position: center center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  border-radius: 20px;
}
.room-preview-temoin img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: center center;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

img.room-active {
  opacity: 1;
}
/*Gallerie details produit*/

.gallery-highlight {
  width: 90%;
  border-radius: 20px;
}
.gallery-highlight-temoin {
  width: 90%;
}

.DetailGallerie {
  display: flex;
  width: 100%;
  height: 100vh;
}

.produit-gallerie {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.produit-description {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3rem;
  margin-left: 2rem;
}
.retour {
  background-color: #d1bc92;
  border-radius: 5px;
  border: none;
  text-decoration-line: none;
  padding: 5px;
  margin-top: 2rem;
}
.retour a {
  color: #000;
}

.produit-preview {
  display: flex;
  flex-direction: row;
  width: 70%;
  height: 100px;
  object-fit: cover;
  object-position: center center;
}

.produit-preview img {
  width: 50%;
  opacity: 0.6;
  height: 100px;
  object-fit: cover;
  object-position: center center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

img.room-active {
  opacity: 1;
  height: 100px;
  object-fit: cover;
  object-position: center center;
}

.btn-danger {
  color: #000;
  background-color: #d1bc92;
  border-color: #d1bc92;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.btn-danger:hover {
  background-color: #b49a66;
  border-color: #b49a66;
}

hr {
  border: none;
  border: 1px solid #000;
  /*overflow: visible;*/
  text-align: center;
  opacity: 80%;
}

hr:after {
  background: #fff;
  content: "BDK";
  padding: 0 4px;
  position: relative;
  top: -13px;
  color: #b49a66;
}
hr.hr1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
hr.hr2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.rechercher {
  margin: 10rem auto;
}
.videotemoin {
  height: 400px;
  width: 100%;
  padding: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0b0b0b;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.section-about {
  margin-bottom: 350px;
}
.composition {
  position: relative;
}
.composition__photo {
  width: 55%;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  border-radius: 0.2rem;
  /*position: absolute;*/
  /*z-index: 10;*/
  transition: all 0.2s;
  outline-offset: 2rem;
}
.composition__photo--p1 {
  position: absolute;
  left: 0;
  top: -2rem;
}
.composition__photo--p2 {
  position: absolute;
  right: 0;
  top: 2rem;
}
.composition__photo--p3 {
  position: absolute;
  left: 20%;
  top: 10rem;
}
.composition__photo:hover {
  outline: 1.5rem solid #004d40;
  transform: scale(1.3) translateY(-0.5rem);
  box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.composition:hover .composition__photo:not(:hover) {
  transform: scale(0.9);
}

.heading-secondary {
  font-size: 3rem;
  text-transform: uppercase;
  display: inline-block;
  background-image: linear-gradient(to right, #d5b26b, #6a5836);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.1rem;
  transition: all 0.2s;
  margin-top: 10px;
  line-height: 200%;
}
@media only screen and (max-width: 56.25em) {
  .heading-secondary {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .heading-secondary {
    font-size: 2rem;
  }
}

.heading-tertiary {
  font-size: 1.6rem;
  /* font-weight: 700; */
  text-transform: uppercase;
  color: #ffffff;
  list-style: none;
  line-height: 1.8;
}

.paragraph {
  font-size: 1.6rem;
}
.paragraph:not(:last-child) {
  margin-bottom: 3rem;
}

.u-center-text {
  text-align: center;
}

.u-margin-bottom-big {
  margin-bottom: 8rem;
}

.u-margin-bottom-midium {
  margin-bottom: 5rem;
}

.u-margin-bottom-small {
  margin-bottom: 1.5rem;
}

.u-margin-top-big {
  margin-top: 8rem;
}

.u-margin-top-huge {
  margin-top: 10rem;
}

/*media query*/

@media only screen and (max-width: 600px) {
  .titreCde {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .showcase video {
    display: none;
  }

  .btn {
    padding: 3;
  }
  .boxProduit {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 40px;
    width: 50%;
  }
  .boxProduit:hover {
    transform: none;
    box-shadow: none;
  }
  .bd-placeholder-img-lg {
    font-size: 2.5rem;
  }
  /*.container {
        max-width: 700px;
    }*/
  .showcase {
    background-image: url("https://bdk.mkn-kimia.com/public/images/caroussel/poster.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 860px) {
  table,
  thead,
  tr,
  th,
  td {
    display: block;
  }
  thead {
    display: none;
  }
  table td {
    padding-left: 1px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  table td::before {
    content: attr(data-label);
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    bottom: 0;
    background-color: gray;
    font-weight: bold;
  }
  tr {
    margin-bottom: 1rem;
  }

  .list_commandes {
    width: 350px;
  }
}

@media only screen and (max-width: 900px) {
  #checkout-button {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .contenue {
    width: 100%;
  }
  .carousel-inner {
    height: 65vh;
  }

  .lead {
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .commande {
    width: 100%;
  }
  #checkout-button {
    margin-bottom: 50px;
    margin-top: 3rem;
  }
  .demo {
    padding: 0em 0em;
  }

  .sectionGallerie {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .room-gallerie {
    width: 70%;
    height: 60%;
  }
  .room-gallerie img {
    width: 80%;
    height: 60%;
    margin-top: 100px;
  }
  .room-preview {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 80%;
  }
  .room-preview-temoin {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 80%;
  }
  .room-preview img {
    width: 100%;
  }
  .room-preview-temoin img {
    width: 100%;
  }

  .DetailGallerie {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .produit-gallerie {
    width: 100%;
    height: 50%;
    margin-left: 60px;
  }
  .produit-gallerie img {
    width: 50%;
    height: 50%;
  }
  .produit-preview {
    display: flex;
    flex-direction: row;
    width: 50%;
  }

  .produit-preview img {
    width: 30%;
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }

  .produit-description {
    width: 100%;
    height: 50%;
    margin-top: 50px;
  }
  .text-description {
    text-align: center;
    font-size: 12px;
  }

  .footer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .footer .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;

    color: whitesmoke;
  }
  .footer .card-body .Contact {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .footer .card-body .reseauSocieaux {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}

@media only screen and (max-width: 1000px) {
  .row [class^="col-"] {
    margin-bottom: 10px;
  }

  .videotemoin {
    height: 250px;
    width: 100%;
    padding: 0;
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 1184px) {
  .search-text {
    border: none;
    outline: none;
    float: left;
    padding: 0;
    color: #424242;
    font-size: 16px;
  }

  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
  body {
    width: 100%;
    font-weight: 200;
  }
  .carousel slide {
    width: 100%;
    height: 70rem;
  }

  #petitCarousel {
    width: 100%;
    height: 15rem;
  }
  #petitCarousel-inner {
    margin-bottom: -5rem;
  }
  .section-about {
    margin-bottom: 100px;
  }

  .u-margin-bottom-midium {
    margin-bottom: 1rem;
  }

  .composition__photo--p1 {
    left: 0;
    top: 3rem;
  }
  .composition__photo--p2 {
    right: 0;
    top: 5rem;
  }
  .composition__photo--p3 {
    left: 20%;
    top: 10rem;
  }
}

@media only screen and (max-width: 500px) {
  .composition__photo {
    width: 80%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    border-radius: 0.2rem;
    /*position: absolute;*/
    /*z-index: 10;*/
    transition: all 0.2s;
    outline-offset: 2rem;
  }
  .composition__photo--p1 {
    left: 0;
    top: 5rem;
  }
  .composition__photo--p2 {
    position: absolute;
    left: 40%;
    top: 9rem;
  }
  .composition__photo--p3 {
    position: absolute;
    left: 0;
    top: 13rem;
  }
  .composition__photo:hover {
    outline: 1.5rem solid #004d40;
    transform: scale(1.3) translateY(-0.5rem);
    box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
    z-index: 20;
  }
  .composition:hover .composition__photo:not(:hover) {
    transform: scale(0.9);
  }
}

@media only screen and (max-width: 677px) {
  .search-box:hover > .search-text {
    width: 240px;
    padding: 0 2px;
  }
  .search-box:hover > .search-btn {
    background: white;
  }
  .search-btn {
    color: #424242;
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    opacity: 0.5;
  }

  .search-text {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #0b0b0b;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .section-about {
    margin-bottom: 30px;
  }

  .img-fluid {
    border-radius: 10px;
    height: auto;
  }

  .room-gallerie {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  #petitCarousel {
    width: 80%;
    height: 15rem;
    margin-left: 40px;
  }

  .aboutMeTemoin h3 {
    margin-bottom: 60px;
  }

  .featurette-heading h4 {
    margin-bottom: 10px;
  }

  .room-description {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .form-control {
    font-size: 14px;
  }

  .formLogin-card.max-auto {
    padding-left: 0;
    padding-right: 0;
  }

  .titreCde {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 3rem;
    margin-bottom: -4rem;
  }

  .recap-description {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
  }
  .my-auto {
    margin-left: 10px;
  }
}

/*Animation*/
.fade-in {
  opacity: 0;
  transition: opacity 850ms ease-in;
}

.fade-in.appear {
  opacity: 1;
}
.from-left {
  grid-column: 2 / 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.from-right {
  grid-column: 3 / 4;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.from-left,
.from-right {
  transition:
    opacity 550ms ease-in,
    -webkit-transform 600ms ease-in;
  transition:
    opacity 550ms ease-in,
    transform 600ms ease-in;
  transition:
    opacity 550ms ease-in,
    transform 600ms ease-in,
    -webkit-transform 600ms ease-in;
  opacity: 0;
}

.from-left.appear,
.from-right.appear {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
h4 {
  color: #0b0b0b;
}
h5 {
  color: #0b0b0b;
  font-family: "EB Garamond", serif;
  text-align: center;
}

h6 {
  color: #0b0b0b;
  font-family: serif;
}
p {
  color: #0b0b0b;
  font-family: serif;
  font-size: 20px;
}
.text-muted {
  color: #0b0b0b !important;
}
.boutique_cosmetique {
  margin-top: -6rem;
}

.cookies {
  background-image: linear-gradient(to right, #d5b26b, #6a5836);
  padding: 30px;
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
  bottom: -200%;
  transition: 400ms;
  box-shadow: 0 -2px 10px #6a5836;
  position: fixed;
  width: 100%;
  margin-right: 50%;
  text-align: center;
  z-index: 9999;
}
.cookies h2 {
  color: white;
  text-decoration: underline;
}
.cookies p {
  color: white;
}
.cookies.active {
  bottom: 0;
}

.cookies a {
  color: black;
  text-decoration: dotted;
}

.btncookiesOK {
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 10px;

  cursor: pointer;
}
.btncookiesNO {
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 10px;

  cursor: pointer;
}

.detailCookies {
  margin: 0 auto;
  margin-top: 50px;
  width: 50%;
  background-color: rgb(228, 222, 210);
  padding: 30px;
}

/* ===== CORRECTION LAYOUT ===== */

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* IMPORTANT : ne pas casser Bootstrap */
.container {
  display: block;
}

/* espace sous le header */
.main-content {
  flex: 1;
}

/* footer toujours visible */
.footer {
  position: relative;
  z-index: 3;
 
}

/* correction showcase */
.showcase {
  position: relative;

  min-height: calc(100vh - 150px);
  padding-top: 150px;

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

  overflow: hidden;
}

/* vidéo arrière-plan */
.showcase video {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  z-index: 1;
}

/* texte au-dessus de la vidéo */
.showcase .text {
  position: relative;
  z-index: 2;

  width: 100%;
  text-align: center;
}

/* Navbar visible */
nav {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;

  z-index: 1000;
}

/* Auth Page specific fixes */
.auth-page {
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}

.auth-page .container {
  display: block !important;
  max-width: 1140px;
  margin: 0 auto;
}

.auth-page .card {
  background-color: #ffffff;
  width: 100% !important; /* Override global 150px width */
  max-width: 450px;
  height: auto !important; /* Override global 400px height */
  margin-left: auto !important;
  margin-right: auto !important;
  border: none !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
  border-radius: 12px !important;
  overflow: hidden;
}

.auth-page .card-header {
  background-color: #d1bc92 !important; /* Jaune/Or au lieu de noir */
  color: #000000 !important; /* Texte noir au lieu d'or */
  border-bottom: 2px solid #8b7e62 !important;
  padding: 1.5rem !important;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.auth-page .btn-auth {
  background-color: #d1bc92 !important; /* Fond jaune */
  color: #000000 !important; /* Texte noir */
  border: 1px solid #8b7e62 !important;
  transition: all 0.3s ease;
  font-weight: bold;
}

.auth-page .btn-auth:hover {
  background-color: #000000 !important; /* Inverse au survol : fond noir */
  color: #d1bc92 !important; /* Texte jaune au survol */
}

.auth-page .form-control:focus {
  box-shadow: none;
  border-color: #d1bc92;
  background-color: #f8f9fa;
}

@media screen and (max-width: 600px) {
  .auth-page .card {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

/* --- Uniformisation des boutons (Charte Graphique) --- */
.btn,
button,
input[type="submit"],
input[type="button"],
.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-light,
.btn-dark,
.btn-auth,
.btn_tuto,
.btn_tuto2,
.rdv-btn,
.search-btn,
.btncookiesOK,
.btncookiesNO,
.retour,
.btn-retour,
.prestation_text {
  background-color: #d1bc92 !important;
  border-color: #d1bc92 !important;
  color: #000 !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.btn:focus,
.btn-primary:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-light:hover,
.btn-dark:hover,
.btn-auth:hover,
.btn_tuto:hover,
.btn_tuto2:hover,
.rdv-btn:hover,
.search-btn:hover,
.btncookiesOK:hover,
.btncookiesNO:hover,
.retour:hover,
.btn-retour:hover,
.prestation_text:hover {
  background-color: #b89e7a !important; /* Jaune plus foncé */
  border-color: #b89e7a !important;
  color: #000 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.btn a,
button a,
.rdv-btn a,
.btn-auth a {
  color: inherit !important;
  text-decoration: none !important;
}

.list-group-item.active {
  background-color: #b89e7a;
  border-color: #b89e7a;
  color: #000;
}

.atelier-card {
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
