@media screen and (max-width: 600px) {
  body {
    font-family: "Playfair Display", serif;
  }
  nav .icon-burger {
    display: block;
  }
  /*accueil*/
  .banner {
    width: 100%;
    height: 45vh;
    background-image: url("../images/ramata/accueil/banner.jpg");
    background-size: cover;
    background-position: 60%;
    border-radius: 10px;
  }

  .background1 {
    background-color: #d1bc92dc;
    padding: 1rem;
  }
  .edit {
    display: flex;
    flex-direction: column;
    margin-top: -8rem;
  }
  .edit .text {
    background-color: #d1bc92;
    padding: 1rem;
    padding-top: 2rem;
    text-align: center;
    position: relative;
    top: 3rem;
    right: 0;
    z-index: 2;
    font-family: "Libre Baskerville", serif;
    background-color: #d1bc92;
  }
  img.edit-img {
    width: 100%;
  }

  .background2 {
    background-color: #d1bc92dc;
    padding: 1rem;
  }
  .contenue {
    max-width: 1400px;
    width: 90%;
    margin: 13rem auto;
  }

  .grid-accueil {
    width: 100%;
    margin-top: -8rem;

    display: block;
  }

  img.grid-img {
    width: 100%;
    height: 80%;
  }
  .grid-text {
    margin-bottom: 2rem;
  }

  /*Page carte de service*/
  .img-banner {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
  }

  ul.prestation-liste {
    list-style: thumbs;
    font-size: 1.2rem;
    line-height: 50px;
    letter-spacing: 1px;
  }

  .list a {
    color: #000;
    font-size: 1.5rem;
  }
  .cadre {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 20px;
  }

  .cadre_2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap-reverse;
    margin: auto;
    margin-bottom: 20px;
  }

  .cadre p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 2rem;
    margin-top: 3rem;
    line-height: 25px;
    letter-spacing: 1px;
  }
  .cadre img.img-cadre {
    margin-left: 0rem;
  }
  .cadre img.imag2 {
    margin-right: 0em;
  }

  h2.titre {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: -2rem;
  }
  .row {
    display: flex;
    flex-direction: column;
  }
  .tableau-prestations {
    margin-top: 7rem;
    /* text-align: center; */
    /* margin: auto; */
    margin-left: 1rem;
  }

  /*Page carte de service detail*/
  h1 {
    text-align: none;
    margin-left: 1px;
  }

  p {
    color: #0b0b0b;
    font-family: serif;
    font-size: 20px;
    margin-top: 2rem;
    letter-spacing: 3px;
    line-height: 200%;
  }
  .room-gallerie img {
    width: 100%;
    /* height: 60%; */
    margin-top: 100px;
    margin-bottom: -4rem;
  }
  .room-gallerie {
    width: 90%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    margin-top: -6rem;
  }
  .gallery-highlight {
    border-radius: 10px;
  }
  .produit-description {
    width: 80%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: flex-start;
    margin-top: 5rem;
  }
  .room-preview img {
    border-radius: 5px;
  }

  .prix {
    margin-top: 2rem;
  }
  .btn {
    margin-top: 2rem;
    font-size: 25px;
  }
  tr.prestations {
    width: 20rem;
  }
  .prestation_descriptif {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 3.3rem;
  }
  .description_text {
    margin-right: 20px;
    margin-bottom: 1rem;
  }
  .fournis_text {
    margin-right: 20px;
    margin-bottom: 1rem;
  }

  button.prestation_text {
    border-radius: 5px;
    background-color: #d1bc92;
    border: none;
    padding: 10px;
    margin-right: 5px;
  }
  .btn-retour {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: -4rem;
  }
  .retour {
    background-color: #d1bc92;
    border-radius: 5px;
    border: none;
    text-decoration-line: none;
    padding: 5px;
  }

  .retour a {
    color: #000;
  }
  /*Page boutique*/

  .boxProduit {
    padding-top: 10px;
    padding-right: 0;
    margin-bottom: 10px;
    border: solid 1px;
  }
  .cadre_img_slide {
    width: 90px;
    height: 90px;
  }
  img.img_slide {
    width: 90px;
    height: 90px;
    padding-left: 10px;
  }
  img.arrow {
    width: 1.5rem;
    margin: 0;
  }
  .cadre_libelle_slide {
    width: 100px;
    height: 100px;
  }
  .libelle_slide {
    font-size: 1rem;
  }
  .cadre_detail_slide {
    width: 100px;
    height: 100px;
    margin-top: 1rem;
  }
  .formLogin-card {
    margin-top: 20px;
  }
  .grid2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .boxProduit {
    margin-top: 2rem;
    padding-top: 10px;
    margin-bottom: 10px;
    border: solid 1px;
    width: 45%;
  }
  .img_boutique_cadre {
    width: 130px;
    height: 100px;
  }

  hr {
    width: 50%;
    margin: auto;
    border: none;
    border: 1px solid #000;
    /* overflow: visible; */
    text-align: center;
    opacity: 100%;
    margin-bottom: 1rem;
  }
  .titre_section {
    margin-top: 3rem;
  }
  .grid4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cadre_detail_boutique {
    width: 100px;
    /* height: 100px; */
    margin-top: 1rem;
    margin: auto;
  }

  .heading-tertiary {
    font-size: 1rem;
  }

  .heading-secondary2 {
    font-size: 2rem;
    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-top: 2rem;
    margin-bottom: 2rem;
  }

  /*Page tutos*/

  .text_tutos {
    width: 100%;
  }
  .btn_tuto {
    padding: 1rem;
  }
  .titre {
    line-height: 50px;
  }

  /*Page panier*/

  .titre_page {
    margin: 15px;
    margin-bottom: 3rem;
    color: #0b0b0b;
    letter-spacing: 0.2rem;
    line-height: 200%;
  }
  table td {
    padding-left: 1px;
    position: relative;
    width: 100%;
    padding: auto;
    text-align: center;
  }

  /*page atelier*/
  .titre_atelier {
    line-height: 50px;
    margin-top: -8rem;
  }
  .ateliers {
    width: 100%;
  }
  .atelier {
    width: 100%;
  }
  .choix {
    margin-top: 5rem;
  }

  .atelier_choix {
    margin-top: 1rem;
    color: black;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .atelier_choix img {
    width: 20rem;
    height: 20rem;
    margin-top: 1rem;
  }
  .choix_text {
    width: 100%;
  }
}
