*{
  font-family: 'Roboto', sans-serif !important;
}

body{
  background-color: #FDFDFD;
}

#welcome{
  position:relative;
  top: -10px;
  left: -10px;
  width: calc(100% + 18px);
}

#welcome img{
  width: 100%;
  max-height: 101vh;
  min-width: 920px;
}

header{
  border-bottom: 1px solid;
  width: 950px;
  position: relative;
  margin: auto;
}

header p{
  position: absolute;
  top: 0;
  right: 0;
}

nav{
  display: block;
  width: 950px;
  margin: auto;
}

nav ul{
  border-radius: 10px;
  height: 40px;
  list-style-type: none;
  position: relative;

  background-image: linear-gradient(#F7F7F7, #E6E6E6);
}

nav li{
  top: 10px;
  float: left;
}

nav li a{
  /* height: 39px !important; */
  display: block;
  padding: 10px 30px 10px 30px;
  text-decoration: none !important;
  color: black;
}

nav li a:hover{
  background-color: #E7E7E7;
}

#map{
  height: 400px;
  width: 900px;
  margin: auto;
}

#body{
  width: 900px;
  margin: auto;
}

.room{
  position:relative;
  height: 562px;
  width: 900px;
  margin: auto;
  text-align: justify;
}

.room:nth-child(even) img{
  right:0;
}

.room img{
  width: 420px;
  position:absolute;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.room .imgCentre{
  top: 120px;
}

.imgNormal{
  top: 130px;
}

.arrow{
  position:absolute;
}

.leftArrow{
  top: 50%;
}

.room:nth-child(even) .leftArrow{
  right: 398px;
}

.rightArrow{
  left: 398px;
  top: 50%;
}

.room:nth-child(even) .rightArrow{
  left: 878px;
}

.roomDescription{
  position:absolute;
  width: 420px;
  right:0;
  top: 130px;
}

.room:nth-child(even) .roomDescription{
  left: 0px;
}

.element{
  position: relative;
}

.element img{
  width: 448px;
}

.element p{
  position:absolute;
  display: block;
  right: 20px;
  top: 50px;
  width: 400px;
}

.asideCompteur{
  position:absolute;
  right:0px;
}

.element img:nth-child(3){
  top:682px;
}

.element .milieuP{
  top: 400px;
}

.element .milieuPDanger{
  top: 520px;
}

.danger{
  color: red;
  font-weight: bold;
}

.danger2{
  color: red;
  font-size: 26px;
  font-weight: bold;
}

.element .textCompteur{
  top: 200px;
}

.refrigerateurDiv{
  height: 200px;
}

.refrigerateurDiv p{
  width: 800px;
  margin: auto;
  top: 50%;
}

.element .textGaz{
  position: relative;
  text-align: center;
  top: 0;
  margin: auto;
}

.element .importantHtml{
  position: relative;
  top: 0;
  margin: auto;
  width: 800px;
}

.climDiv p{
  left: 0;
  text-align: justify;
}

.tvDiv p{
  top: 650px;
}

/*  VISITES PART */
.visit_element {
  margin-bottom: 50px;
}