#accueil_bas{
  margin: 0 auto;
  max-width: 1920px;
  background: #f3f3f3;
  display: none;
}

#hotel_home{
  padding: 0 10px;
  margin-top: 100px;
}

#hotel_home .contenu_gauche{
  margin-bottom: 25px;
}

#hotel_home .contenu_gauche .titre{
  color: #424342;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 15px;
  max-width: 350px;
}

#hotel_home .contenu_gauche .stitre{
  font-weight: 500;
  color: #424342;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 300px;
}

#hotel_home .contenu_gauche .lien_rouge{
  text-align: left;
  position: relative;
  z-index: 2;
}

#hotel_home .contenu_droite{
margin-top: 100px;
}

#hotel_home .contenu_droite .image{
  margin-bottom: 20px;
  width: 190px;
}

#hotel_home .contenu_droite .image img{
  display: block;
  margin: 0;
  max-width: 100%;
  height: auto;
}

#hotel_home .contenu_droite .texte .titre{
  font-weight: 500;
  color: #424342;
  font-size: 20px;
  margin-bottom: 10px;
}

#hotel_home .contenu_droite .texte .description{
  font-size: 14px;
  line-height: 18px;
  color: #90918f;
}

#hotel_home .contenu_bas{
  position: relative;
  margin-top: 60px;
}

#hotel_home .contenu_bas .image{
  margin-bottom: 25px;
  position: relative;
}

#hotel_home .contenu_bas .image:after{
  /*content:'';*/
  display: inline-block;
  width: 37px;
  height: 37px;
  background : url(../images/sein-picto-visite-360.png) center center no-repeat;
  background-size: 37px 37px;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

#hotel_home .contenu_bas .image .field__item{
  text-align: center;
}

#hotel_home .contenu_bas .image img{
  display: inline-block;
  margin: 0;
}

@media screen and (min-width: 768px) {

  #hotel_home{
    position: relative;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }

  #hotel_home .contenu_gauche{
    max-width: 350px;
        margin-bottom: 100px;
  }

  #hotel_home .contenu_droite{
    margin-top: 0;
max-width: 270px;
position: absolute;
top: 0;
right: 0;
  }

#hotel_home .contenu_bas .image:after{
  width: 74px;
    height: 74px;
    background-size: 74px;
    bottom: 70px;
}

#hotel_home .contenu_bas .lien_rouge .field__item{
  display: inline-block;
}

#hotel_home .contenu_bas .lien_rouge{
  position: absolute;
  bottom: 20px;
  right: 0;
}

}

@media screen and (min-width: 1024px) {

  #hotel_home{
    max-width: 980px;
  }

  #hotel_home .contenu_droite{
    max-width: 490px;
  }

#hotel_home .contenu_droite .image{
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

#hotel_home .contenu_droite .texte{
  width: 270px;
  vertical-align: top;
  display: inline-block;
}

#hotel_home .contenu_gauche{
  margin-bottom: -90px;
}

}

@media screen and (min-width: 1200px) {
  #hotel_home{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 190px auto 0 auto;
    margin: 0px auto 0 auto;
    max-width: 1100px;
    padding: 180px 0 180px 0;
  }

  #hotel_home .contenu_gauche{
    margin: 0;
  }

  #hotel_home .contenu_bas{
    margin-top: 0;
    width: 700px;
  }

  #hotel_home .contenu_bas .image{
    margin-bottom: 0;
  }

  #hotel_home .contenu_bas .image img{
    display: block;
  }

  #accueil_bas{
    display: block;
  }
}
