/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


.rooms-aside-container {
  position: relative;
    width: 30%;
    height: auto;
    margin-top: 20px;
    margin-right: 20px;
    padding-right: 20px;
    padding-left: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #f2f2f2;
  }
  
  .aside-wrapper {
    display: -webkit-box;
    display: flex;
    height: 950px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

 .fa-chart-line:before {
    position: absolute;
    top: 19px;
    right: 36px;
    font-size: xx-large;
}
.aside-box {
    display: -webkit-box;
    display: flex;
    width: 440px;
    height: 190px;
    margin-right: 20px;
    margin-bottom: 65px;
    margin-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: hsla(0, 0.00%, 100.00%, 1.00);
    -webkit-box-shadow: 2px 2px 18px -10px;
            box-shadow: 2px 2px 18px -10px;
  }

  .aside-box:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  
    -webkit-transition:  0.5s;
  
    -o-transition:  0.5s;
  
    transition:  0.5s;
  }
  
  

  .bg-image-aside {
    object-fit: cover;
    width: 40%;
    height: 175px;
    padding: 0;
    margin-left: 7px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    /*background-image: url("../ressource/images/hebergements/2_large/emile-guillemot-Bj_rcSC5XfE-unsplash.jpg");*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  
  .bg-image-aside-2 {
    width: 85%;
    height: 93%;
    margin-left: 7px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    /*background-image: url("../ressource/images/hebergements/2_large/aw-creative-VGs8z60yT2c-unsplash.jpg");*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .bg-image-aside-3 {
    width: 85%;
    height: 93%;
    margin-left: 7px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    /*background-image: url("../ressource/images/hebergements/2_large/febrian-zakaria-sjvU0THccQA-unsplash.jpg");*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  
  
  .block-right {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 20px;
  
  }
  
  a {
    text-decoration: none;
    color: black;
  }
  .aside-star-container {
    margin-top: 50px;
  }
  .aside-star-container-2 {
    margin-top: 50px;
  }
  .aside-star-container-3 {
    margin-top: 50px;
  }

  @media  screen and (max-width: 1640px) and (min-width: 1240px){
    .aside-box {
      width: 380px
    }
  }

  @media screen and (max-width: 1240px) and (min-width: 1024px) {
    .aside-box {
      width: 295px
    }

    .aside-star-container {
      margin-top: 30px;
  }

  .aside-star-container-2 {
    margin-top: 30px;
  }
  .aside-star-container-3 {
    margin-top: 30px;
  }

  }