body {
    background-color: rgba(246, 230, 209, 0.5);
}

.pjustify {
  text-align: justify;
  text-justify: auto;

}

h1 {
  margin-top: 70px;
}
  
.img_site {

    box-shadow: 0px 10px 25px rgba(221,221,221,0.5);

  }

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-fluid_1 {
  max-width: 30%;
  height: auto;
}
  

.img_cabinet {
  max-width: 100%;
  height: auto;
}

  
.avis_1, .avis_2, .avis_3, .avis_4 {
    background-color: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 25px;
    padding-top: 10px;
    align-items: start;
    
}


.navbar {
    background-color: rgba(246, 230, 209);
    padding-top: 10px;
    padding-bottom: 10px;
  }


  @media (min-width: 768px) and (max-width: 1024px) {
  
    .img_bron {
      display: none;
 }

 .img-fluid_1 {
  max-width: 50%;
  height: auto;
 }


    
  }




  .deroule_1, .deroule_2, .deroule_3 {
   
    background-color: rgba(246, 230, 209, 0.5);
    padding: 20px;
  
    border-radius: 20px;
    box-shadow: 0px 10px 25px rgba(221,221,221,0.25);
    align-items: center;  
    max-width: fit-content;
  }

  @media only screen and (max-width: 600px) {
    .deroule_1, .deroule_2, .deroule_3 {
      margin-left: 20px;
      margin-right: 20px;
    }

    .tarifs_1, .tarifs_2 {
  max-width: fit-content;
    }

    .img_site {
      max-width: 100%;
    }

  }







  .tarifs_1, .tarifs_2 {
   
    background-color: rgba(246, 230, 209, 0.5);
    padding: 20px;
  
    border-radius: 20px;
    box-shadow: 0px 10px 25px rgba(221,221,221,0.25);
    align-items: center;
    
  }


  ul,ul li{
    margin-bottom : 10px;
  
  }

