/* IE Fix */
/* Fonts */
@font-face {
  font-family: "Tiza Negra";
  src: url("/theme/fonts/Tiza Negra.ttf");
}

@font-face {
  font-family: "Din";
  font-style: normal;
  font-weight: normal;
  src: url("/theme/fonts/Din_regular.eot");
  src: url("/theme/fonts/Din_regular.woff") format("woff"), url("/theme/fonts/Din_regular.ttf") format("truetype"), url("/theme/fonts/Din_regular.eot");
}

@font-face {
  font-family: "Din-bold";
  font-style: normal;
  font-weight: bold;
  src: url("/theme/fonts/Din_bold.eot");
  src: url("/theme/fonts/Din_bold.woff") format("woff"), url("/theme/fonts/Din_bold.ttf") format("truetype"), url("/theme/fonts/Din_bold.eot");
}

/* Variables globales */
/* General css */
/* line 50, websitti.scss */
.clear {
  clear: both;
}

/* line 54, websitti.scss */
.center {
  text-align: center;
}

/* line 58, websitti.scss */
.relative {
  position: relative;
}

/* Resets default margins and paddings */
/* line 63, websitti.scss */
* {
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
}

/* Remove border of images */
/* line 70, websitti.scss */
img {
  border: none;
}
input:read-only{
	
	background: lightgrey;
}
/* Lights */
/* line 87, websitti.scss */
.phare-red {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0px 5px;
  vertical-align: middle;
  line-height: 0px;
  margin-top: -3px;
  background-image: url("../img/lights.png");
  background-position: 16px 0px;
}

/* line 92, websitti.scss */
.phare-orange {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0px 5px;
  vertical-align: middle;
  line-height: 0px;
  margin-top: -3px;
  background-image: url("../img/lights.png");
  background-position: 16px -16px;
}

/* line 97, websitti.scss */
.phare-green {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0px 5px;
  vertical-align: middle;
  line-height: 0px;
  margin-top: -3px;
  background-image: url("../img/lights.png");
  background-position: 16px -32px;
}

/* line 102, websitti.scss */
.phare-gray {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0px 5px;
  vertical-align: middle;
  line-height: 0px;
  margin-top: -3px;
  background-image: url("../img/lights.png");
  background-position: 16px -48px;
}

/* Black corners for boxes */
/* line 119, websitti.scss */
.box-corner-left {
  width: 9px;
  height: 14px;
  position: absolute;
  bottom: 0px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  background-image: url("../img/bords-box-left.png");
  left: -9px;
}

/* line 125, websitti.scss */
.box-corner-right {
  width: 9px;
  height: 14px;
  position: absolute;
  bottom: 0px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  background-image: url("../img/bords-box-right.png");
  right: -9px;
}

/* BUTTONS LISTS */
/* line 133, websitti.scss */
.buttons-list {
  list-style: none;
  font-size: 0.8em;
  height: 40px;
}
/* line 138, websitti.scss */
.buttons-list li {
  float: left;
  margin: 10px;
}

/* BUTTONS */
/* line 146, websitti.scss */
.button-basket-add {
  z-index: 100;
  text-align: center;
  margin-bottom: 10px;
}
.button-basket-add img{
	
	width: 10%;
}
.button-basket-add a{
	
  background: #006AA6;
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
}

.button-basket-add a:hover{
	 text-decoration: underline;
}
/* Blue Button */
/* line 184, websitti.scss */
.button-large-blue-left {
  background-image: url("../img/buttons_large_edges.png");
  width: 8px;
  height: 30px;
  position: absolute;
  top: 0px;
  background-position: 0px 0px;
  left: -8px;
}

/* line 190, websitti.scss */
.button-large-blue-right {
  background-image: url("../img/buttons_large_edges.png");
  width: 8px;
  height: 30px;
  position: absolute;
  top: 0px;
  background-position: 8px 0px;
  right: -8px;
}

/* line 196, websitti.scss */
.button-large-blue {
  background-image: url("../img/buttons_large_body.png");
  background-repeat: repeat-x;
  height: 20px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.0em;
  padding: 7px 5px 3px 5px;
  color: #454545;
  text-decoration: none;
  margin: auto;
}
/* line 176, websitti.scss */
.button-large-blue:hover {
  text-decoration: underline;
}

/* Button Purple */
/* line 203, websitti.scss */
.button-large-purple-left {
  background-image: url("../img/buttons_large_edges.png");
  width: 8px;
  height: 30px;
  position: absolute;
  top: 0px;
  background-position: 0px -30px;
  left: -8px;
}

/* line 209, websitti.scss */
.button-large-purple-right {
  background-image: url("../img/buttons_large_edges.png");
  width: 8px;
  height: 30px;
  position: absolute;
  top: 0px;
  background-position: 8px -30px;
  right: -8px;
}

/* line 215, websitti.scss */
.button-large-purple {
  background-image: url("../img/buttons_large_body.png");
  background-repeat: repeat-x;
  height: 20px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.0em;
  padding: 7px 5px 3px 5px;
  color: #454545;
  /*margin-right: 30px;*/
  text-decoration: none;
  background-position: 0px -30px;
}
/* line 176, websitti.scss */
.button-large-purple:hover {
  text-decoration: underline;
}

/* Button Red */
/* line 222, websitti.scss */
.button-large-red-left {
  background-image: url("../img/buttons_large_edges.png");
  width: 8px;
  height: 30px;
  position: absolute;
  top: 0px;
  background-position: 0px -60px;
  left: -8px;
}

/* line 228, websitti.scss */
.button-large-red-right {
  background-image: url("../img/buttons_large_edges.png");
  width: 8px;
  height: 30px;
  position: absolute;
  top: 0px;
  background-position: 8px -60px;
  right: -8px;
}

/* line 234, websitti.scss */
.button-large-red {
  background-image: url("../img/buttons_large_body.png");
  background-repeat: repeat-x;
  height: 20px;
  position: relative;
  display: inline-block;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.0em;
  padding: 7px 5px 3px 5px;
  color: #454545;
  /*margin-right: 30px;*/
  text-decoration: none;
  background-position: 0px -60px;
}
/* line 176, websitti.scss */
.button-large-red:hover {
  text-decoration: underline;
}

/* Button Green */
/* line 241, websitti.scss */
.button-large-green-left {
  background-image: url("../img/buttons_large_edges.png");
  width: 8px;
  height: 30px;
  position: absolute;
  top: 0px;
  background-position: 0px -90px;
  left: -8px;
}

/* line 247, websitti.scss */
.button-large-green-right {
  background-image: url("../img/buttons_large_edges.png");
  width: 8px;
  height: 30px;
  position: absolute;
  top: 0px;
  background-position: 8px -90px;
  right: -8px;
}

/* line 253, websitti.scss */
.button-large-green {
  background-image: url("../img/buttons_large_body.png");
  background-repeat: repeat-x;
  height: 20px;
  position: relative;
  display: inline-block;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.0em;
  padding: 7px 5px 3px 5px;
  color: #454545;
  text-decoration: none;
  background-position: 0px -90px;
  margin-top: 15px;
}
/* line 176, websitti.scss */
.button-large-green:hover {
  text-decoration: underline;
}

/* Button Orange */
/* line 260, websitti.scss */
.button-large-orange-left {
  background-image: url("../img/buttons_large_edges.png");
  width: 8px;
  height: 30px;
  position: absolute;
  top: 0px;
  background-position: 0px -120px;
  left: -8px;
}

/* line 266, websitti.scss */
.button-large-orange-right {
  background-image: url("../img/buttons_large_edges.png");
  width: 8px;
  height: 30px;
  position: absolute;
  top: 0px;
  background-position: 8px -120px;
  right: -8px;
}

/* line 272, websitti.scss */
.button-large-orange {
  background-image: url("../img/buttons_large_body.png");
  background-repeat: repeat-x;
  height: 20px;
  position: relative;
  display: inline-block;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.0em;
  padding: 7px 5px 3px 5px;
  color: #454545;
  margin-right: 75px;
  text-decoration: none;
  background-position: 0px -120px;
}
/* line 176, websitti.scss */
.button-large-orange:hover {
  text-decoration: underline;
}

/* Button Yellow */
/* line 279, websitti.scss */
.button-large-yellow-left {
  background-image: url("../img/buttons_large_edges.png");
  width: 8px;
  height: 30px;
  position: absolute;
  top: 0px;
  background-position: 0px -150px;
  left: -8px;
}

/* line 285, websitti.scss */
.button-large-yellow-right {
  background-image: url("../img/buttons_large_edges.png");
  width: 8px;
  height: 30px;
  position: absolute;
  top: 0px;
  background-position: 8px -150px;
  right: -8px;
}

/* line 291, websitti.scss */
.button-large-yellow {
  background-image: url("../img/buttons_large_body.png");
  background-repeat: repeat-x;
  height: 20px;
  position: relative;
  display: inline-block;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.0em;
  padding: 7px 5px 3px 5px;
  color: #454545;
  margin-right: 75px;
  text-decoration: none;
  background-position: 0px -150px;
}
/* line 176, websitti.scss */
.button-large-yellow:hover {
  text-decoration: underline;
}

/* BLUE LABELS */
/* PAGE PLAN DU SITE */
/* line 351, websitti.scss */
#index-content {
  text-align: center;
}
/* line 356, websitti.scss */
#index-content #site-plan .inner-gray .title2 {
  border-bottom: 1px solid #0B3A6C;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
}

/*PAGE CONTACT DU SITE ET COMMANDE*/
/* line 369, websitti.scss */
#presentation {
  text-align: left;
  margin-left: 15px;
}
/* line 374, websitti.scss */
#presentation .inner-gray .title2 {
  color: #006AA6;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
}
/* line 382, websitti.scss */
#presentation .inner-gray .recap-command {
  margin: 10px;
}
/* line 386, websitti.scss */
#presentation .inner-gray .form-cgv {
  margin: 10px;
}

/* PAGE SCORING SERRURES / CLES */
/* line 397, websitti.scss */
.inner-gray #help-scoring {
  background-color: #efefef;
  padding: 5px;
  margin: auto;
  height: 650px;
}
/* line 404, websitti.scss */
.inner-gray #help-scoring .help-scoring-left {
  float: left;
  padding: 25px;
  text-align: justify;
  width: 40%;
}
/* line 411, websitti.scss */
.inner-gray #help-scoring .help-scoring-right {
  position: relative;
  float: right;
  padding: 25px;
  text-align: justify;
  width: 44%;
  color: #454545;
  font-weight: bold;
}
/* line 420, websitti.scss */
.inner-gray #help-scoring .help-scoring-right .lessor-one-key {
  position: absolute;
  margin-top: -164px;
  margin-left: 126px;
  font-size: 12px;
}
/* line 426, websitti.scss */
.inner-gray #help-scoring .help-scoring-right .lessor-two-keys {
  position: absolute;
  margin-top: -104px;
  margin-left: 126px;
  font-size: 12px;
}
/* line 432, websitti.scss */
.inner-gray #help-scoring .help-scoring-right .lessor-three-keys {
  position: absolute;
  margin-top: -57px;
  margin-left: 126px;
  font-size: 12px;
}
/* line 438, websitti.scss */
.inner-gray #help-scoring .help-scoring-right img {
  width: 400px;
}
/* line 442, websitti.scss */
.inner-gray #help-scoring .help-scoring-right .tenant-one-key {
  position: absolute;
  margin-top: -165px;
  margin-left: 126px;
  font-size: 12px;
}
/* line 448, websitti.scss */
.inner-gray #help-scoring .help-scoring-right .tenant-two-keys {
  position: absolute;
  margin-top: -112px;
  margin-left: 126px;
  font-size: 12px;
}
/* line 454, websitti.scss */
.inner-gray #help-scoring .help-scoring-right .tenant-three-keys {
  position: absolute;
  margin-top: -58px;
  margin-left: 126px;
  font-size: 12px;
}

/* Mise en page générale */
/* line 468, websitti.scss */
html {
  background: #000000;
}

/* line 472, websitti.scss */
body {
  width: auto;
  /* background-image:linear-gradient(#006AA6, #007A76); */
  background: white;
  margin: auto;
  position: relative;
  z-index: 0;
  font-family: "Din-bold";
}

/* line 481, websitti.scss */
h1 {
  text-transform: uppercase;
  text-align: left;
  font-size: 20px;
  color: white;
  margin: 15px;
  font-size: 1em;
  padding: 10px;
  background:#006AA6;
}

h3{
	
	text-decoration: underline;
	
}
/* line 490, websitti.scss */
.inner-gray {
  background-color: white;
  /*min-height: 470px;*/
  min-height: 235px;
  margin: 0px 15px;
}
/* line 496, websitti.scss */
.inner-gray h2 {
  color: #006aa6;
  border-bottom: 1px solid #006aa6;
  margin: 20px auto;
  font-size: 1.1em;
}

.h2-reservations{
	
	float:right;
	color: white;
}

/* Style for cnil informatioans */
/* line 506, websitti.scss */
#info-cnil {
  margin: 10px auto;
  font-size: 0.7em;
}

/* Balise virtuelle pour IE7 */
/* line 512, websitti.scss */
#body-padding-top {
  height: 50px;
}

/* line 516, websitti.scss */
#page-container {
  position: relative;
  width: 80%;
  min-height: 510px;
  margin: auto;
  margin-top: 10px;
  position: relative;
}
/* line 523, websitti.scss */
#page-container .video {
  margin-left: 25px;
}
/* line 530, websitti.scss */
#page-container .button {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background: whitesmoke;
  color: #006AA6;
  padding: 10px;
  font-size: 15px;
}
/* line 535, websitti.scss */
#page-container .button .css3buttonTenant {
  -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
  -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
  box-shadow: inset 0px 1px 0px 0px #bbdaf7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
  background: -moz-linear-gradient(center top, #79bbff 5%, #378de5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
  background-color: #79bbff;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  text-indent: 0px;
  border: 1px solid #84bbf3;
  display: inline-block;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  width: 230px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #528ecc;
}
/* line 570, websitti.scss */
#page-container .button .css3buttonTenant:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
  background: -moz-linear-gradient(center top, #378de5 5%, #79bbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
  background-color: #378de5;
}
/* line 575, websitti.scss */
#page-container .button .css3buttonTenant:active {
  position: relative;
  top: 1px;
}
/* line 580, websitti.scss */
#page-container .button .css3buttonLessor {
  -moz-box-shadow: inset 0px 1px 0px 0px #e6cafc;
  -webkit-box-shadow: inset 0px 1px 0px 0px #e6cafc;
  box-shadow: inset 0px 1px 0px 0px #e6cafc;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c579ff), color-stop(1, #a341ee));
  background: -moz-linear-gradient(center top, #c579ff 5%, #a341ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c579ff', endColorstr='#a341ee');
  background-color: #c579ff;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  text-indent: 0px;
  border: 1px solid #a946f5;
  display: inline-block;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  width: 200px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #8628ce;
}
/* line 615, websitti.scss */
#page-container .button .css3buttonLessor:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a341ee), color-stop(1, #c579ff));
  background: -moz-linear-gradient(center top, #a341ee 5%, #c579ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a341ee', endColorstr='#c579ff');
  background-color: #a341ee;
}
/* line 620, websitti.scss */
#page-container .button .cssbuttonLessor:active {
  position: relative;
  top: 1px;
}

/* line 628, websitti.scss */
#top-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  /*height: 746px;*/
  text-align: center;
}

/* line 637, websitti.scss */
#top-background-color {
  background-color: #006AA6;
}

/* line 643, websitti.scss */
#top-background-image {
  /*background-image: url("../img/background.jpg");*/
  background-color: #fff;
  margin: auto;
  width: 1274px;
  height: 679px;
}

/* line 651, websitti.scss */
#top-background-page {
  margin: auto;
  width: 890px;
  height: 679px;
  background: #006aa6;
}

/* line 658, websitti.scss */
#bottom-background {
  width: 100%;
  background-color: #006aa6;
  height: 150px;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}

/* FOOTER */
/* line 668, websitti.scss */
#footer {
  /*position: fixed;*/
  /*bottom: 0;*/
  margin: auto;
  margin-top: 10px;
  width: 80%;
  text-align: center;
  color: white;
}

/* line 677, websitti.scss */
.footer-list {
  list-style: none;
  padding-top: 10px;
}

/* line 682, websitti.scss */
.footer-list li {
  float: left;
  margin-right: 12px;
  border-right: 2px solid white;
  color: white;
  font-size: 0.7em;
  height: 66px;
}

/* line 691, websitti.scss */
.footer-list li.last {
  margin-right: 0px;
  border: none;
}

/* line 696, websitti.scss */
.footer-list li.lcl {
  width: 140px;
}

/* line 700, websitti.scss */
.footer-list li.lcl img {
  float: left;
  width: 69px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 6px;
}

/* line 708, websitti.scss */
.footer-list li.lcl p, .footer-list li.fnaim p {
  margin-top: 14px;
}

/* line 716, websitti.scss */
.footer-list li.fnaim img {
  float: left;
  width: 60px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 6px;
}

/* line 724, websitti.scss */
.footer-links .logo-iota {
  margin-top: 5px;
}

/* line 728, websitti.scss */
.footer-links {
  font-size: 1.75em;
}

/* line 732, websitti.scss */
.footer-links li {
  list-style: none;
  border: none;
  clear: both;
  height: 20px;
  display: block;
  white-space: nowrap;
}

/* line 741, websitti.scss */
.footer-links li a {
  color: white;
  text-decoration: none;
}

/* HEADER */
/* line 747, websitti.scss */
#header {
  width: 100%;
  margin: auto;
  background-image: linear-gradient(to right, #0a3e71, #0d4e86, #0d609b, #0a72b0, #0184c6);
  height: 35px;
  position: relative;
}

#header-immagile{
	
	background-image: linear-gradient(to right, #0a3e71, #0d4e86, #0d609b, #0a72b0, #0184c6);
	height: 50px;
		
}

#header-immagile a {
	
	margin-left: 12%;
}
/* line 756, websitti.scss */
.header-text {
  padding: 10px;
  color: #595959;
  text-align: center;
  background-color: white;
  border-top: 1px solid #1184BD;
  border-bottom: 1px solid #1184BD;
  font-weight: bold;
}

/* line 766, websitti.scss */
#header-logo {
  position: absolute;
  top: 5px;
  left: 20px;
  border: solid 3px white;
	border-radius: 50%;
	padding: 10px;
	background: white;
	width: 50px;
}

#header a#header-logo img{
	
	width: 55px;
	
}
/* Menu principal */
/* line 773, websitti.scss */
#nav {
  position: absolute;
  right: 0px;
  top: 36px;
  font-size: 0.8em;
}

/* line 780, websitti.scss */
#nav li {
  list-style: none;
  float: left;
  margin: 0px 25px;
}

/* line 786, websitti.scss */
#nav li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  padding: 10px;
}

#nav li a:hover {
  text-decoration: underline;
  padding: 10px;
  font-weight: bold;
  background: white;
  border-radius: 5px;
  color: #006AA6;
}

/* Social links */
/* line 798, websitti.scss */
.social-links {
  position: absolute;
  right: -37px;
  top: 0px;
  color: white;
  height: 25px;
  border-radius: 5px 5px 0px 0px;
}

/* line 808, websitti.scss */
.social-links ul {
  list-style-type: none;
}

/* line 812, websitti.scss */
.social-links ul li a img {
  opacity: 0.4;
}

/* line 816, websitti.scss */
.social-links ul li a:hover img {
  opacity: 1;
}

/* line 820, websitti.scss */
.opinion-form {
  margin-top: 20px;
  margin-left: 105px;
  width: 300px;
  float: left;
  opacity: 0.4;
}

/* line 828, websitti.scss */
.opinion-form:hover {
  opacity: 1;
}

/* BOUTON INDEX OFFRE IMMAGILE */
/* line 834, websitti.scss */
.immagile-offers-index {
  margin-top: 20px;
  margin-right: 53px;
  width: 300px;
  float: right;
  opacity: 0.4;
}

/* line 842, websitti.scss */
.immagile-offers-index:hover {
  opacity: 1;
}

/* line 846, websitti.scss */
.immagile-slogan {
  font-family: "Din";
  background-color: #EFEFEF;
  box-shadow: 0 0 40px black;
  float: left;
  font-size: 1em;
  margin-top: 20px;
  margin-left: 35px;
  position: relative;
  padding: 15px;
  width: 787px;
}

/* Menu connexion */
/* line 863, websitti.scss */
.welcome-title {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  position: absolute;
  right: 0px;
  top: -24px;
  background: #1184bd;
  color: white;
  height: 16px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  padding: 0.3em 1em;
  font-size: 0.8em;
  font-weight: bold;
}

/* line 877, websitti.scss */
.welcome-title a {
  text-decoration: none;
  color: white;
}

/* line 882, websitti.scss */
.welcome-title a:hover {
  text-decoration: underline;
  color: white;
}

/* HOME PAGE SLIDER */
/* line 889, websitti.scss */
.slide-top-title {
  text-transform: uppercase;
  color: #38c7f1;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}

/* line 900, websitti.scss */
.slide-subtitle {
  text-transform: uppercase;
  color: #fffffd;
  font-weight: bold;
  font-size: 16px;
  padding: 13px;
}

/* line 910, websitti.scss */
.slide1 {
  position: relative;
  background-image: url("/plugins/js/kalyslider/img/pics/slide1-resized.jpg");
  width: 890px;
  height: 364px;
  font-size: 1em;
}

/* line 918, websitti.scss */
.slide1new {
  position: relative;
  /*background-image: url('/plugins/js/kalyslider/img/pics/picsnew/slide1-resized.jpg');*/
  width: 890px;
  height: 364px;
  font-size: 1em;
  /*background-position:bottom right;*/
  /*background-repeat: no-repeat;*/
}

/* line 928, websitti.scss */
.slide2 {
  position: relative;
  background-image: url("/plugins/js/kalyslider/img/pics/slide2-resized.jpg");
  width: 890px;
  height: 364px;
}

/* line 935, websitti.scss */
.slide2new {
  position: relative;
  background-image: url("/plugins/js/kalyslider/img/pics/picsnew/slide2-resized.jpg");
  width: 890px;
  height: 364px;
}

/* line 942, websitti.scss */
.slide-number-one {
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 120px;
  margin-top: 15px;
}
/* line 951, websitti.scss */
.slide-number-one a {
  color: white;
}

/* line 957, websitti.scss */
.slide-number-two {
  position: absolute;
  color: #fffffd;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 120px;
  margin-top: 72px;
}
/* line 966, websitti.scss */
.slide-number-two a {
  color: white;
}

/* line 971, websitti.scss */
.slide-number-three {
  position: absolute;
  color: #fffffd;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 120px;
  margin-top: 131px;
}
/* line 980, websitti.scss */
.slide-number-three a {
  color: white;
}

/* line 985, websitti.scss */
.slide-number-four {
  position: absolute;
  color: #fffffd;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 120px;
  margin-top: 191px;
}
/* line 994, websitti.scss */
.slide-number-four a {
  color: white;
}

/* Boutons */
/* line 1024, websitti.scss */
a.tenant-button {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  display: inline-block;
  width: 140px;
  height: 21px;
  color: #696969;
  padding: 7px 10px 3px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
  background: url("../img/button-empty.png");
  border: none;
  background-position: 0 -93px;
}
/* line 1027, websitti.scss */
a.tenant-button:hover {
  background-position: 0 -62px;
}

/* line 1032, websitti.scss */
a.lessor-button {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  display: inline-block;
  width: 140px;
  height: 21px;
  color: #696969;
  padding: 7px 10px 3px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
  background: url("../img/button-empty.png");
  border: none;
  background-position: 0 -31px;
}
/* line 1037, websitti.scss */
a.lessor-button:hover {
  background-position: 0 0;
}

/* line 1043, websitti.scss */
input.tenant-button {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  display: inline-block;
  width: 140px;
  height: 21px;
  color: #696969;
  padding: 7px 10px 3px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
  background: url("../img/button-empty.png");
  border: none;
  width: 160px;
  height: 31px;
  padding: 0px;
  background-position: 0 -93px;
}
/* line 1046, websitti.scss */
input.tenant-button:hover {
  background-position: 0 -62px;
}

/* line 1051, websitti.scss */
input.lessor-button {
  
  position: relative;
  display: inline-block;
  color: #696969;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  background: url("../img/button-empty.png");
  border: none;
  width: 160px;
  height: 31px;
  background-position: 0 -31px;
}
/* line 1056, websitti.scss */
input.lessor-button:hover {
  background-position: 0 0;
}

/*Bouton decouvrir offres sliders */
/* line 1065, websitti.scss */
.button-offer-tenant a {
  position: absolute;
  bottom: 5px;
  left: 50px;
  color: #3ACAF3;
  font-size: 1em;
  font-weight: bold;
  background-color: white;
  padding: 5px;
}

/* line 1079, websitti.scss */
.button-offer-lessor a {
  position: absolute;
  bottom: 5px;
  right: 55px;
  color: #A04DCB;
  font-size: 1em;
  font-weight: bold;
  background-color: white;
  padding: 5px;
}

/* Boites de recherche */
/* line 1176, websitti.scss */
#tenant-content {
  width: 391px;
  float: left;
  /*height: 189px;*/
  position: relative;
  background-color: #efefef;
  margin-left: 35px;
  font-size: 1em;
  -webkit-box-shadow: black 0 0px 40px;
  -moz-box-shadow: black 0 0px 40px;
  box-shadow: black 0 0px 40px;
}
/* line 1105, websitti.scss */
#tenant-content .top-search-box {
  padding: 10px;
  background: #3acaf3;
  color: white;
  font-size: 1em;
}
/* line 1112, websitti.scss */
#tenant-content .text-search-box {
  height: 50px;
  padding: 10px 10px 0px 10px;
  background-image: url("/theme/img/gradient-bg.png");
  font-size: 0.8em;
  color: #454545;
}
/* line 1119, websitti.scss */
#tenant-content .text-search-box .text-box-title {
  padding: 10px;
  padding-top: 5px;
  font-weight: bold;
}
/* line 1125, websitti.scss */
#tenant-content .text-search-box .category-select {
  left: 0px;
  top: 0px;
  width: 90%;
  padding: 5px;
  text-align: right;
}
/* line 1133, websitti.scss */
#tenant-content .text-search-box .category-select label {
  float: left;
  margin: 1px;
  padding: 5px;
  font-size: 0.9em;
  font-weight: normal;
}
/* line 1141, websitti.scss */
#tenant-content .text-search-box .category-select #city-ads {
  /*float: right;*/
  /*margin: 5px;*/
  width: 125px;
}
/* line 1147, websitti.scss */
#tenant-content .text-search-box .category-select #city-lessor {
  /*float: right;*/
  /*margin: 5px;*/
  width: 125px;
}
/* line 1158, websitti.scss */
#tenant-content .search-box-buttons {
  height: 50px;
}
/* line 1162, websitti.scss */
#tenant-content .search-box-buttons ul {
  list-style: none;
  text-align: center;
}
/* line 1167, websitti.scss */
#tenant-content .search-box-buttons li {
  display: inline;
  margin: 5px 10px;
}

/* line 1180, websitti.scss */
#lessor-content {
  width: 391px;
  float: left;
  /*height: 189px;*/
  position: relative;
  background-color: #efefef;
  margin-left: 35px;
  font-size: 1em;
  -webkit-box-shadow: black 0 0px 40px;
  -moz-box-shadow: black 0 0px 40px;
  box-shadow: black 0 0px 40px;
}
/* line 1105, websitti.scss */
#lessor-content .top-search-box {
  padding: 10px;
  background: #a04dcb;
  color: white;
  font-size: 1em;
}
/* line 1112, websitti.scss */
#lessor-content .text-search-box {
  height: 50px;
  padding: 10px 10px 0px 10px;
  background-image: url("/theme/img/gradient-bg.png");
  font-size: 0.8em;
  color: #454545;
}
/* line 1119, websitti.scss */
#lessor-content .text-search-box .text-box-title {
  padding: 10px;
  padding-top: 5px;
  font-weight: bold;
}
/* line 1125, websitti.scss */
#lessor-content .text-search-box .category-select {
  left: 0px;
  top: 0px;
  width: 90%;
  padding: 5px;
  text-align: right;
}
/* line 1133, websitti.scss */
#lessor-content .text-search-box .category-select label {
  float: left;
  margin: 1px;
  padding: 5px;
  font-size: 0.9em;
  font-weight: normal;
}
/* line 1141, websitti.scss */
#lessor-content .text-search-box .category-select #city-ads {
  /*float: right;*/
  /*margin: 5px;*/
  width: 125px;
}
/* line 1147, websitti.scss */
#lessor-content .text-search-box .category-select #city-lessor {
  /*float: right;*/
  /*margin: 5px;*/
  width: 125px;
}
/* line 1158, websitti.scss */
#lessor-content .search-box-buttons {
  height: 50px;
}
/* line 1162, websitti.scss */
#lessor-content .search-box-buttons ul {
  list-style: none;
  text-align: center;
}
/* line 1167, websitti.scss */
#lessor-content .search-box-buttons li {
  display: inline;
  margin: 5px 10px;
}

/* Blocs Offres */
/* line 1276, websitti.scss */
#offers {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  margin: 0px 40px;
  height: 245px;
  margin-top: 40px;
  background-color: #fff;
  -webkit-box-shadow: #555555 1px 1px 12px;
  -moz-box-shadow: #555555 1px 1px 12px;
  box-shadow: #555555 1px 1px 12px;
  font-size: 1.25em;
  margin-bottom: 25px;
}

/* line 1289, websitti.scss */
#offers-right {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  margin: 0px 40px;
  height: 100px;
  width: 190px;
  margin-top: 5px;
  background-color: #fff;
  -webkit-box-shadow: black 5px 5px 5px;
  -moz-box-shadow: black 5px 5px 5px;
  box-shadow: black 5px 5px 5px;
  font-size: 0.8em;
  position: absolute;
  top: 115px;
  left: -231px;
}

/* line 1305, websitti.scss */
#offers-right-lessor {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  margin: 0px 40px;
  height: 100px;
  width: 190px;
  margin-top: 5px;
  background-color: #fff;
  -webkit-box-shadow: black 5px 5px 5px;
  -moz-box-shadow: black 5px 5px 5px;
  box-shadow: black 5px 5px 5px;
  font-size: 0.8em;
  position: absolute;
  top: 315px;
  left: -231px;
}

/* line 1321, websitti.scss */
#offers-right-lessor-pro {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  margin: 0px 40px;
  height: 60px;
  width: 190px;
  margin-top: 5px;
  background-color: #fff;
  -webkit-box-shadow: black 5px 5px 5px;
  -moz-box-shadow: black 5px 5px 5px;
  box-shadow: black 5px 5px 5px;
  font-size: 0.8em;
  position: absolute;
  top: 425px;
  left: -231px;
}

/* line 1337, websitti.scss */
.tenant-offer {
  width: 404px;
  margin: 20px 0px;
  position: relative;
  float: left;
  text-align: center;
  font-size: 1em;
  position: relative;
}
/* line 1196, websitti.scss */
.tenant-offer .title {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
  color: #3acaf3;
  font-size: 1em;
  font-weight: bold;
}
/* line 1205, websitti.scss */
.tenant-offer .description {
  text-align: center;
  color: #444444;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 10px;
}
/* line 1213, websitti.scss */
.tenant-offer .pack {
  margin: auto;
  width: 200px;
  text-align: center;
  color: #454545;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid;
  border-color: #3acaf3;
}
/* line 1226, websitti.scss */
.tenant-offer .button-discover {
  text-align: center;
  position: relative;
  bottom: -44px;
}

/* line 1343, websitti.scss */
.tenant-offer-right {
  width: 190px;
  margin: 5px 0px;
  position: relative;
  float: left;
  text-align: center;
  font-size: 1em;
  position: relative;
}
/* line 1244, websitti.scss */
.tenant-offer-right .title {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #3acaf3;
  font-size: 1em;
  font-weight: bold;
}
/* line 1253, websitti.scss */
.tenant-offer-right .description {
  text-align: center;
  color: #444444;
  font-size: 10px;
  font-weight: bold;
  padding-bottom: 5px;
}
/* line 1261, websitti.scss */
.tenant-offer-right .pack {
  margin: auto;
  width: 190px;
  text-align: center;
  color: #454545;
  font-weight: bold;
  font-size: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid;
  border-color: #3acaf3;
}

/* line 1349, websitti.scss */
.lessor-offer {
  width: 404px;
  margin: 20px 0px;
  position: relative;
  float: left;
  text-align: center;
  font-size: 1em;
  position: relative;
  border-left: 1px solid #696969;
}
/* line 1196, websitti.scss */
.lessor-offer .title {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
  color: #a04dcb;
  font-size: 1em;
  font-weight: bold;
}
/* line 1205, websitti.scss */
.lessor-offer .description {
  text-align: center;
  color: #444444;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 10px;
}
/* line 1213, websitti.scss */
.lessor-offer .pack {
  margin: auto;
  width: 200px;
  text-align: center;
  color: #454545;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid;
  border-color: #a04dcb;
}
/* line 1226, websitti.scss */
.lessor-offer .button-discover {
  text-align: center;
  position: relative;
  bottom: -44px;
}

/* line 1356, websitti.scss */
.lessor-offer-right {
  width: 190px;
  margin: 5px 0px;
  position: relative;
  float: left;
  text-align: center;
  font-size: 1em;
  position: relative;
}
/* line 1244, websitti.scss */
.lessor-offer-right .title {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #a04dcb;
  font-size: 1em;
  font-weight: bold;
}
/* line 1253, websitti.scss */
.lessor-offer-right .description {
  text-align: center;
  color: #444444;
  font-size: 10px;
  font-weight: bold;
  padding-bottom: 5px;
}
/* line 1261, websitti.scss */
.lessor-offer-right .pack {
  margin: auto;
  width: 190px;
  text-align: center;
  color: #454545;
  font-weight: bold;
  font-size: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid;
  border-color: #a04dcb;
}

/* PAGE PRESENTATION OFFRES */
/* line 1366, websitti.scss */
#presentation-offers .text-option {
  padding: 10px;
}
/* line 1369, websitti.scss */
#presentation-offers .text-option h2 {
  color: #74D9F7;
}
/* line 1373, websitti.scss */
#presentation-offers .text-option .h2-subtitle {
  color: white;
}

/*BOUTON CLOSE*/
/* line 1386, websitti.scss */
#dialog-create-account .close-button {
  position: absolute;
  right: 5px;
  margin-top: -5px;
}

/* line 1396, websitti.scss */
#dialog-connexion .close-button-connexion {
  position: absolute;
  right: 5px;
  margin-top: -5px;
}

/* PAGE ESPACE IMMAGILE */
/* line 1407, websitti.scss */
#presentation {
  padding: 10px;
  margin: auto;
  min-height: 400px;
  font-weight: bold;
}
/* line 1415, websitti.scss */
#presentation .presentation-text-immagile {
  margin: auto;
  text-align: justify;
  color: black;
  font-size: 14px;
}
/* line 1422, websitti.scss */
#presentation .presentation-text-immagile .ccm-right {
  background: url("/theme/img/accueil/cercle_original.png") no-repeat;
  background-size: 40%;
  background-position: right center;
}
/* line 1426, websitti.scss */
#presentation .presentation-text-immagile .ccm-right h2 {
  margin: 0px;
}
/* line 1432, websitti.scss */
#presentation .presentation-text-immagile ul {
  padding: 10px;
}
/* line 1437, websitti.scss */
#presentation .presentation-text-immagile li {
  margin: 10px;
}
/* line 1441, websitti.scss */
#presentation .presentation-text-immagile li .light-blue {
  color: #006AA6;
}
/* line 1447, websitti.scss */
#presentation .presentation-text {
  width: 100%;
  background-color: whitesmoke;
  padding: 0px;
  float: left;
  text-align: justify;
  color: #123;
  margin-top: 25px;
  -moz-box-shadow: 0 0 5px 5px #888;
  -webkit-box-shadow: 0 0 5px 5px #888888;
  box-shadow: 0 0 5px 5px #888;
}
/* line 1461, websitti.scss */
#presentation .presentation-photo {
  float: right;
  margin-top: 25px;
}
/* line 1467, websitti.scss */
#presentation .link-agir {
  text-align: right;
  margin-right: 10px;
}

/*PAGE ESPACE LOCATAIRE-BAILLEUR */
/* line 1548, websitti.scss */
#espace-container-tenant {
  /*@include espace('/theme/img/espaces/pics_locataire/fond_top_page_locataire2.png');*/
  /*background-image: url($fond);*/
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 1482, websitti.scss */
#espace-container-tenant h1 {
  font-size: 1.2em;
  /*color: #39c6f1;*/
  color: white;
}
/* line 1489, websitti.scss */
#espace-container-tenant h2 {
  padding: 5px;
  font-size: 1.0em;
  color: white;
  text-transform: uppercase;
  text-align: left;
  margin-left: 10px;
}
/* line 1498, websitti.scss */
#espace-container-tenant .espace-img {
  position: relative;
  height: 500px;
  text-align: center;
  margin: auto;
  margin-top: -94px;
}
/* line 1506, websitti.scss */
#espace-container-tenant .espace-img .espace-lessor-numbers .one {
  position: absolute;
  left: 251px;
}
/* line 1510, websitti.scss */
#espace-container-tenant .espace-img .espace-lessor-numbers .two {
  position: absolute;
  left: 31px;
}
/* line 1514, websitti.scss */
#espace-container-tenant .espace-img .espace-lessor-numbers .three {
  position: absolute;
  left: 455px;
}
/* line 1518, websitti.scss */
#espace-container-tenant .espace-img .espace-lessor-numbers .four {
  position: absolute;
  left: 685px;
}
/* line 1526, websitti.scss */
#espace-container-tenant .espace-img .espace-tenant-numbers .one {
  position: absolute;
  left: 31px;
}
/* line 1530, websitti.scss */
#espace-container-tenant .espace-img .espace-tenant-numbers .two {
  position: absolute;
  left: 244px;
}
/* line 1534, websitti.scss */
#espace-container-tenant .espace-img .espace-tenant-numbers .three {
  position: absolute;
  left: 455px;
}
/* line 1538, websitti.scss */
#espace-container-tenant .espace-img .espace-tenant-numbers .four {
  position: absolute;
  left: 648px;
}

/* line 1553, websitti.scss */
#espace-container-lessor {
  /*@include espace('/theme/img/espaces/pics_bailleur/fond_top_page_bailleur2.png');*/
  /*background-image: url($fond);*/
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 1482, websitti.scss */
#espace-container-lessor h1 {
  font-size: 1.2em;
  /*color: #39c6f1;*/
  color: white;
}
/* line 1489, websitti.scss */
#espace-container-lessor h2 {
  padding: 5px;
  font-size: 1.0em;
  color: white;
  text-transform: uppercase;
  text-align: left;
  margin-left: 10px;
}
/* line 1498, websitti.scss */
#espace-container-lessor .espace-img {
  position: relative;
  height: 500px;
  text-align: center;
  margin: auto;
  margin-top: -75px;
}
/* line 1506, websitti.scss */
#espace-container-lessor .espace-img .espace-lessor-numbers .one {
  position: absolute;
  left: 251px;
}
/* line 1510, websitti.scss */
#espace-container-lessor .espace-img .espace-lessor-numbers .two {
  position: absolute;
  left: 31px;
}
/* line 1514, websitti.scss */
#espace-container-lessor .espace-img .espace-lessor-numbers .three {
  position: absolute;
  left: 455px;
}
/* line 1518, websitti.scss */
#espace-container-lessor .espace-img .espace-lessor-numbers .four {
  position: absolute;
  left: 685px;
}
/* line 1526, websitti.scss */
#espace-container-lessor .espace-img .espace-tenant-numbers .one {
  position: absolute;
  left: 31px;
}
/* line 1530, websitti.scss */
#espace-container-lessor .espace-img .espace-tenant-numbers .two {
  position: absolute;
  left: 244px;
}
/* line 1534, websitti.scss */
#espace-container-lessor .espace-img .espace-tenant-numbers .three {
  position: absolute;
  left: 455px;
}
/* line 1538, websitti.scss */
#espace-container-lessor .espace-img .espace-tenant-numbers .four {
  position: absolute;
  left: 648px;
}

/* line 1560, websitti.scss */
#espace-container-index-all .espace-img {
  position: relative;
  height: 500px;
  text-align: center;
}
/* line 1565, websitti.scss */
#espace-container-index-all .espace-img .left-title-paris {
  font-size: 0.8em;
  float: left;
  margin-left: 25px;
}
/* line 1570, websitti.scss */
#espace-container-index-all .espace-img .right-title-paris {
  font-size: 0.8em;
  float: left;
  margin-left: 25px;
}
/* line 1576, websitti.scss */
#espace-container-index-all .espace-img #circle-original {
  float: left;
  margin-left: 45px;
}
/* line 1581, websitti.scss */
#espace-container-index-all .espace-img .map-france {
  float: right;
  margin-right: 45px;
}
/* line 1586, websitti.scss */
#espace-container-index-all .espace-img .map-france-center {
  margin-top: 5px;
}
/* line 1590, websitti.scss */
#espace-container-index-all .espace-img .background-map {
  position: relative;
  text-align: left;
}
/* line 1594, websitti.scss */
#espace-container-index-all .espace-img .background-map .nord-ouest {
  position: absolute;
  top: 42px;
  right: 126px;
}
/* line 1600, websitti.scss */
#espace-container-index-all .espace-img .background-map .rp {
  position: absolute;
  top: 76px;
  right: 154px;
}
/* line 1606, websitti.scss */
#espace-container-index-all .espace-img .background-map .nord-ouest-vv {
  position: absolute;
  top: 53px;
  z-index: 90;
}
/* line 1612, websitti.scss */
#espace-container-index-all .espace-img .background-map .rp-vv {
  position: absolute;
  top: 91px;
  left: 194px;
  z-index: 100;
}
/* line 1618, websitti.scss */
#espace-container-index-all .espace-img .background-map .nord-est-vv {
  position: absolute;
  top: 7px;
  left: 191px;
  z-index: 30;
}
/* line 1624, websitti.scss */
#espace-container-index-all .espace-img .background-map .sud-ouest-vv {
  position: absolute;
  top: 187px;
  left: 81px;
}
/* line 1629, websitti.scss */
#espace-container-index-all .espace-img .background-map .sud-est-vv {
  position: absolute;
  top: 205px;
  left: 198px;
  z-index: 25;
}
/* line 1635, websitti.scss */
#espace-container-index-all .espace-img .background-map .bloc-search-right {
  float: right;
  margin-top: 48px;
}
/* line 1645, websitti.scss */
#espace-container-index-all .espace-img-text-left {
  float: left;
  text-align: left;
  color: white;
  font-weight: bold;
  margin-top: 15px;
  margin-left: 35px;
  width: 400px;
}
/* line 1655, websitti.scss */
#espace-container-index-all .espace-img-text-right {
  float: right;
  text-align: left;
  color: white;
  font-weight: bold;
  margin-top: 15px;
  margin-left: 35px;
  width: 400px;
}
/* line 1665, websitti.scss */
#espace-container-index-all h1 {
  font-size: 1.2em;
  color: #39c6f1;
}
/* line 1671, websitti.scss */
#espace-container-index-all h2 {
  padding: 5px;
  font-size: 1.0em;
  color: white;
  text-transform: uppercase;
  text-align: left;
}
/* line 1680, websitti.scss */
#espace-container-index-all .espace-img .espace-tenant-numbers {
  margin-top: 19px;
}
/* line 1684, websitti.scss */
#espace-container-index-all .espace-img .espace-tenant-numbers .one {
  position: absolute;
  left: 31px;
}
/* line 1688, websitti.scss */
#espace-container-index-all .espace-img .espace-tenant-numbers .two {
  position: absolute;
  left: 244px;
}
/* line 1692, websitti.scss */
#espace-container-index-all .espace-img .espace-tenant-numbers .three {
  position: absolute;
  left: 455px;
}
/* line 1696, websitti.scss */
#espace-container-index-all .espace-img .espace-tenant-numbers .four {
  position: absolute;
  left: 648px;
}

/*PAGE DE CONNEXION */
/* line 1706, websitti.scss */
#user-login-form {
  padding: 14px;
  margin: auto;
  margin-top: 50px;
  width: 500px;
  text-align: center;
  border: solid 4px #b7ddf2;
  background: #1184bd;
  border-radius: 10px;
}
/* line 1717, websitti.scss */
#user-login-form .errors p {
  color: white;
  font-weight: bold;
}
/* line 1722, websitti.scss */
#user-login-form label {
  width: 140px;
  text-transform: uppercase;
  color: white;
}
/* line 1728, websitti.scss */
#user-login-form .button-connexion {
  /*float: right;*/
  /*margin-right: 5px;*/
  background-image: url("/theme/img/button-connexion.jpg");
  background-repeat: no-repeat;
  border: none;
  width: 150px;
  height: 31px;
  margin-top: 30px;
}
/* line 1739, websitti.scss */
#user-login-form .accueil-login-password {
  width: 400px;
  margin: auto;
  margin-top: 15px;
  color: white;
  padding: 5px;
}

/* line 1751, websitti.scss */
#presentation-content {
  min-height: 500px;
  margin: auto;
  background-image: url("/theme/img/espace-lessor-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 1758, websitti.scss */
#presentation-lessor {
  height: 500px;
  padding: 10px;
  margin: auto;
  font-weight: bold;
  /*background-color:#002891;*/
}

/* PAGES RECHERCHE ANNONCES ET CANDIDATURES */
/* line 1770, websitti.scss */
.search-panel {
  margin: 10px;
  min-height: 500px;
  font-size: 1em;
}
/* line 1776, websitti.scss */
.search-panel .left-title-paris {
  text-align: center;
  font-size: 0.8em;
  padding: 5px;
  width: 477px;
}
/* line 1784, websitti.scss */
.search-panel .left-title-tenant {
  height: 20px;
  width: 230px;
  border-radius: 5px 5px 0px 0px;
  color: white;
  background-color: #3BCAF4;
  padding: 5px;
}
/* line 1794, websitti.scss */
.search-panel .left-title-lessor {
  height: 20px;
  width: 253px;
  border-radius: 5px 5px 0px 0px;
  color: white;
  background-color: #A04DCB;
  padding: 5px;
}
/* line 1804, websitti.scss */
.search-panel .left-panel {
  width: 580px;
  float: left;
  min-height: 500px;
}
/* line 1812, websitti.scss */
.search-panel .left-panel .search-button {
  margin: auto;
  text-align: center;
  padding: 15px;
}
/* line 1821, websitti.scss */
.search-panel .right-panel {
  float: right;
  width: 290px;
  margin-top: -50px;
  /*margin-left: 530px;*/
  min-height: 463px;
  background: #efefef;
  position: relative;
  font-size: 0.7em;
  -webkit-box-shadow: #555555 1px 1px 12px;
  -moz-box-shadow: #555555 1px 1px 12px;
  box-shadow: #555555 1px 1px 12px;
}
/* line 1833, websitti.scss */
.search-panel .right-panel #search-block-form-direct select {
  font-size: 1.1em;
}
/* line 1837, websitti.scss */
.search-panel .right-panel .tenant-button {
  font-size: 1.2em;
}
/* line 1841, websitti.scss */
.search-panel .right-panel select {
  width: 100px;
  height: 20px;
}
/* line 1846, websitti.scss */
.search-panel .right-panel .slider-numeric {
  width: 100px;
  background: #efefef;
}
/* line 1851, websitti.scss */
.search-panel .right-panel #slider-range {
  width: 80%;
  margin: auto;
}
/* line 1856, websitti.scss */
.search-panel .right-panel .title {
  text-transform: uppercase;
  color: white;
  background-color: #3bcaf4;
  padding: 10px 5px;
  font-weight: bold;
  text-indent: 10px;
}
/* line 1865, websitti.scss */
.search-panel .right-panel .title-lessor {
  text-transform: uppercase;
  color: white;
  background-color: #A04DCB;
  padding: 10px 5px;
  font-weight: bold;
  text-indent: 10px;
}
/* line 1874, websitti.scss */
.search-panel .right-panel .field-wrapper {
  margin: 8px;
  text-align: center;
}
/* line 1879, websitti.scss */
.search-panel .right-panel .field-wrapper label {
  display: inline-block;
  width: 120px;
  text-align: left;
  font-weight: bold;
}
/* line 1886, websitti.scss */
.search-panel .right-panel .field-wrapper .input-city {
  width: 94px;
  font-size: 12px;
}
/* line 1955, websitti.scss */
.search-panel .right-panel-float-left {
  float: left;
  min-height: 494px;
  width: 300px;
  background: #efefef;
  position: relative;
  font-size: 0.7em;
  -webkit-box-shadow: #555555 1px 1px 12px;
  -moz-box-shadow: #555555 1px 1px 12px;
  box-shadow: #555555 1px 1px 12px;
}
/* line 1903, websitti.scss */
.search-panel .right-panel-float-left .tenant-button {
  font-size: 1.2em;
}
/* line 1907, websitti.scss */
.search-panel .right-panel-float-left select {
  width: 145px;
  height: 30px;
}
/* line 1912, websitti.scss */
.search-panel .right-panel-float-left .slider-numeric {
  width: 100px;
  background: #efefef;
}
/* line 1917, websitti.scss */
.search-panel .right-panel-float-left #slider-range {
  width: 80%;
  margin: auto;
}
/* line 1922, websitti.scss */
.search-panel .right-panel-float-left .title {
  text-transform: uppercase;
  color: white;
  background-color: #3bcaf4;
  padding: 10px 5px;
  font-weight: bold;
  text-indent: 10px;
}
/* line 1931, websitti.scss */
.search-panel .right-panel-float-left .title-lessor {
  text-transform: uppercase;
  color: white;
  background-color: #A04DCB;
  padding: 10px 5px;
  font-weight: bold;
  text-indent: 10px;
}
/* line 1940, websitti.scss */
.search-panel .right-panel-float-left .field-wrapper {
  margin: 8px;
  text-align: center;
}
/* line 1945, websitti.scss */
.search-panel .right-panel-float-left .field-wrapper label {
  display: inline-block;
  width: 120px;
  text-align: right;
  font-weight: bold;
}
/* line 1958, websitti.scss */
.search-panel .right-panel-float-right {
  float: right;
  min-height: 494px;
  width: 300px;
  background: #efefef;
  position: relative;
  font-size: 0.7em;
  -webkit-box-shadow: #555555 1px 1px 12px;
  -moz-box-shadow: #555555 1px 1px 12px;
  box-shadow: #555555 1px 1px 12px;
}
/* line 1903, websitti.scss */
.search-panel .right-panel-float-right .tenant-button {
  font-size: 1.2em;
}
/* line 1907, websitti.scss */
.search-panel .right-panel-float-right select {
  width: 145px;
  height: 30px;
}
/* line 1912, websitti.scss */
.search-panel .right-panel-float-right .slider-numeric {
  width: 100px;
  background: #efefef;
}
/* line 1917, websitti.scss */
.search-panel .right-panel-float-right #slider-range {
  width: 80%;
  margin: auto;
}
/* line 1922, websitti.scss */
.search-panel .right-panel-float-right .title {
  text-transform: uppercase;
  color: white;
  background-color: #3bcaf4;
  padding: 10px 5px;
  font-weight: bold;
  text-indent: 10px;
}
/* line 1931, websitti.scss */
.search-panel .right-panel-float-right .title-lessor {
  text-transform: uppercase;
  color: white;
  background-color: #A04DCB;
  padding: 10px 5px;
  font-weight: bold;
  text-indent: 10px;
}
/* line 1940, websitti.scss */
.search-panel .right-panel-float-right .field-wrapper {
  margin: 8px;
  text-align: center;
}
/* line 1945, websitti.scss */
.search-panel .right-panel-float-right .field-wrapper label {
  display: inline-block;
  width: 120px;
  text-align: right;
  font-weight: bold;
}
/* line 1962, websitti.scss */
.search-panel .photo {
  width: 330px;
  margin: auto;
}

/* SEARCH RESULT STYLE */
/* line 2150, websitti.scss */
.ads-search-result {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  margin: 20px;
  margin-bottom: 40px;
  float: left;
  width: 32%;
  background: white;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: #e6e4e9 1px 1px 12px;
  -moz-box-shadow: #e6e4e9 1px 1px 12px;
  box-shadow: #e6e4e9 1px 1px 12px;
}
/* line 1981, websitti.scss */
.ads-search-result h2.title {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  text-align: left;
  background-color: #1184bd;
  height: 18px;
  padding: 5px;
  -webkit-box-shadow: #e6e4e9 1px 1px 12px;
  -moz-box-shadow: #e6e4e9 1px 1px 12px;
  box-shadow: #e6e4e9 1px 1px 12px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  font-size: 0.9em;
  margin-top: 0px;
}
/* line 1992, websitti.scss */
.ads-search-result h2.title img {
  float: right;
}
/* line 1997, websitti.scss */
.ads-search-result h2.title a {
  color: white;
  text-decoration: none;
}
/* line 2001, websitti.scss */
.ads-search-result h2.title a:hover {
  text-decoration: underline;
}
/* line 2009, websitti.scss */
.ads-search-result .preview {
  margin: 20px;
  height: 230px;
}
/* line 2013, websitti.scss */
.ads-search-result .preview .left-panel {
  behavior: url('//theme/css/PIE.htc');
  margin-right: 40px;
  position: relative;
  width: auto;
  float: left;
  position: relative;
  -webkit-box-shadow: #e6e4e9 1px 1px 12px;
  -moz-box-shadow: #e6e4e9 1px 1px 12px;
  box-shadow: #e6e4e9 1px 1px 12px;
}
/* line 2022, websitti.scss */
.ads-search-result .preview .left-panel .nb-photos {
  background-image: url("../img/camera.png");
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 15px;
  color: black;
  position: absolute;
  margin-left: -25px;
  width: 24px;
  height: 18px;
}
/* line 2035, websitti.scss */
.ads-search-result .preview .right-panel {
  height: 150px;
  width: 60%;
  float: right;
}
/* line 2040, websitti.scss */
.ads-search-result .preview .right-panel p {
  font-size: 0.8em;
  color: #454545;
}
/* line 2045, websitti.scss */
.ads-search-result .preview .right-panel .tag {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  color: white;
  background: #1184bd;
  margin: 5px auto;
  padding: 3px;
  font-size: 0.9em;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration:none;
}
/* line 2057, websitti.scss */
.ads-search-result .preview .right-panel .basket {
  text-align: center;
  margin: 5px auto;
}
/* line 2061, websitti.scss */
.ads-search-result .preview .right-panel .basket img {
  width: 75px;
  float: left;
}

.ads-search-result .preview .middle-panel {
  float: left;
  
}
/* line 2071, websitti.scss */
.ads-search-result .buttons {
  margin: 20px auto;
  text-align: center;
}
/* line 2078, websitti.scss */
.ads-search-result .details {
  margin-top: 20px;
  border-top: 1px solid #c4c4c4;
}
/* line 2083, websitti.scss */
.ads-search-result .details ul {
  list-style: none;
}
/* line 2087, websitti.scss */
.ads-search-result .details ul li {
  color: #0a3e70;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 24px;
  float: left;
  display: block;
  padding: 3px 5px;
  text-align: center;
  border-right: 1px solid #c4c4c4;
}
/* line 2098, websitti.scss */
.ads-search-result .details ul li img {
  width: 24px;
  vertical-align: middle;
}
/* line 2103, websitti.scss */
.ads-search-result .details ul li a {
  color: #0a3e70;
  text-decoration: none;
}
/* line 2106, websitti.scss */
.ads-search-result .details ul li a:hover {
  text-decoration: underline;
}
/* line 2113, websitti.scss */
.ads-search-result .details ul li.scoring {
  text-align: left;
  width: 160px;
}
/* line 2118, websitti.scss */
.ads-search-result .details ul li.last {
  border-right: none;
  width: 112px;
}
/* line 2127, websitti.scss */
.ads-search-result .more-infos {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  background-color: #1184bd;
  font-size: 0.9em;
  display: block;
  width: 145px;
  height: 15px;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  color: white;
  position: absolute;
  bottom: -25px;
  right: 0px;
  text-decoration: none;
  font-weight: bold;
}
/* line 2143, websitti.scss */
.ads-search-result .more-infos:hover {
  text-decoration: underline;
}

/* line 2154, websitti.scss */
.folder-search-result {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  margin: 20px;
  margin-bottom: 40px;
  float: left;
  width: 380px;
  background: white;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: #e6e4e9 1px 1px 12px;
  -moz-box-shadow: #e6e4e9 1px 1px 12px;
  box-shadow: #e6e4e9 1px 1px 12px;
}

.tenant-img-add-basket{
	
	width: 25%;
	float:right;
	text-align: right;
	
}

.tenant-img-add-basket a img{
	
	width: 100%;
	
}

.tenant-img-reservation img{
	
	width:50%;
	float:right;
	
}
/* line 1981, websitti.scss */
.folder-search-result h2.title {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  text-align: left;
  background-color: #1184bd;
  height: 18px;
  padding: 5px;
  -webkit-box-shadow: #e6e4e9 1px 1px 12px;
  -moz-box-shadow: #e6e4e9 1px 1px 12px;
  box-shadow: #e6e4e9 1px 1px 12px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  font-size: 0.9em;
  margin-top: 0px;
}
/* line 1992, websitti.scss */
.folder-search-result h2.title img {
  float: right;
}
/* line 1997, websitti.scss */
.folder-search-result h2.title a {
  color: white;
  text-decoration: none;
}
/* line 2001, websitti.scss */
.folder-search-result h2.title a:hover {
  text-decoration: underline;
}
/* line 2009, websitti.scss */
.folder-search-result .preview {
  margin: 20px;
}
/* line 2013, websitti.scss */
.folder-search-result .preview .left-panel {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  width: 200px;
  height: 150px;
  float: left;
  position: relative;
  -webkit-box-shadow: #e6e4e9 1px 1px 12px;
  -moz-box-shadow: #e6e4e9 1px 1px 12px;
  box-shadow: #e6e4e9 1px 1px 12px;
}
/* line 2022, websitti.scss */
.folder-search-result .preview .left-panel .nb-photos {
  background-image: url("../img/camera.png");
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 15px;
  color: black;
  position: absolute;
  margin-left: -25px;
  width: 24px;
  height: 18px;
}
/* line 2035, websitti.scss */
.folder-search-result .preview .right-panel {
  margin-left: 210px;
  height: 150px;
}
/* line 2040, websitti.scss */
.folder-search-result .preview .right-panel p {
  font-size: 0.8em;
  color: #454545;
}
/* line 2045, websitti.scss */
.folder-search-result .preview .right-panel .tag {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  color: white;
  background: #1184bd;
  margin: 5px auto;
  padding: 3px;
  font-size: 0.9em;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration:none;

}
/* line 2057, websitti.scss */
.folder-search-result .preview .right-panel .basket {
  text-align: center;
  margin: 5px auto;
}
/* line 2061, websitti.scss */
.folder-search-result .preview .right-panel .basket img {
  width: 50px;
}
/* line 2071, websitti.scss */
.folder-search-result .buttons {
  margin: 20px auto;
  text-align: center;
}
/* line 2078, websitti.scss */
.folder-search-result .details {
  margin-top: 20px;
  border-top: 1px solid #c4c4c4;
}
/* line 2083, websitti.scss */
.folder-search-result .details ul {
  list-style: none;
}
/* line 2087, websitti.scss */
.folder-search-result .details ul li {
  color: #0a3e70;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 24px;
  float: left;
  display: block;
  padding: 3px 5px;
  text-align: center;
  border-right: 1px solid #c4c4c4;
}
/* line 2098, websitti.scss */
.folder-search-result .details ul li img {
  width: 24px;
  vertical-align: middle;
}
/* line 2103, websitti.scss */
.folder-search-result .details ul li a {
  color: #0a3e70;
  text-decoration: none;
}
/* line 2106, websitti.scss */
.folder-search-result .details ul li a:hover {
  text-decoration: underline;
}
/* line 2113, websitti.scss */
.folder-search-result .details ul li.scoring {
  text-align: left;
  width: 160px;
}
/* line 2118, websitti.scss */
.folder-search-result .details ul li.last {
  border-right: none;
  width: 112px;
}
/* line 2127, websitti.scss */
.folder-search-result .more-infos {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  background-color: #1184bd;
  font-size: 0.9em;
  display: block;
  width: 145px;
  height: 15px;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  color: white;
  position: absolute;
  bottom: -25px;
  right: 0px;
  text-decoration: none;
  font-weight: bold;
}
/* line 2143, websitti.scss */
.folder-search-result .more-infos:hover {
  text-decoration: underline;
}
/* line 2158, websitti.scss */
.folder-search-result .preview .left-panel {
  width: 125px;
}
/* line 2161, websitti.scss */
.folder-search-result .preview .right-panel {
  margin-left: 135px;
}

/* DESIGN FOR OFFERS TABLES */
/* line 2170, websitti.scss */
.table-offer {
  width: 850px;
  margin: 0.5em 10px 0.5em 30px;
  border-collapse: collapse;
  position: relative;
  height: 545px;
}

/* line 2177, websitti.scss */
.table-offer td, .table-offer th {
  background: #fcfcfc;
  color: #678197;
  padding: 0.3em 1em;
  text-align: center;
}

/* line 2184, websitti.scss */
.table-offer thead th {
  font-weight: normal;
  font-size: 0.8em;
  color: #678197;
  text-align: left;
  padding: .3em 1em;
  background-color: #FCFCFC;
}

/* line 2193, websitti.scss */
.table-offer tfoot th, .table-offer tfoot th div.order {
  text-align: center;
  height: 39px;
  position: relative;
  padding: 0;
}

/* line 2200, websitti.scss */
.table-offer tfoot th img.border-left {
  position: absolute;
  bottom: 0px;
  left: -8px;
}

/* line 2206, websitti.scss */
.table-offer tfoot th img.border-right {
  position: absolute;
  bottom: 0px;
  right: -9px;
}

/* line 2212, websitti.scss */
.table-offer td.empty, .table-offer th.empty {
  background-color: #006aa6;
  padding: 0px;
  width: 30px;
}

/* line 2218, websitti.scss */
.table-offer tr.odd td {
  background: #dedede;
}

/* line 2222, websitti.scss */
.table-offer tr.odd td.empty, table-offer tr.odd th.empty {
  background-color: #005e94;
  padding: 0px;
  width: 30px;
}

/* line 2228, websitti.scss */
.table-offer tfoot th.empty {
  background: none;
}

/* line 2232, websitti.scss */
.table-offer .column1 {
  font-weight: bold;
  background: #fcfcfc;
  color: #454545;
  font-size: 0.8em;
  width: 310px;
  text-align: left;
}

/* line 2241, websitti.scss */
.table-offer tr.odd .column1 {
  background: #dedede;
}

/* line 2245, websitti.scss */
.table-offer img.key {
  width: 40px;
}

/* line 2249, websitti.scss */
.table-offer caption {
  font-size: .94em;
  letter-spacing: .1em;
  margin: 1em 0 0 0;
  padding: 0;
  caption-side: top;
  text-align: center;
}

/* line 2259, websitti.scss */
#lessor-table .lessor-table-pack-zen, #tenant-table .tenant-table-pack-zen {
  background-color: #b0e9fa;
  color: #646661;
  text-align: center;
  font-size: 1.1em;
}

/* line 2266, websitti.scss */
#lessor-table .lessor-table-option-zenplus, #tenant-table .tenant-table-pack-zenplus {
  background-color: #74d9f7;
  color: black;
  text-align: center;
  font-size: 0.9em;
}

/* line 2273, websitti.scss */
#lessor-table .lessor-table-pack-agile, #tenant-table .tenant-table-pack-agile {
  background-color: #3bcaf4;
  color: #e7f9fd;
  text-align: center;
  font-size: 1.1em;
}

/* line 2280, websitti.scss */
.table-offer tr.first-row th.column1 {
  color: white;
  background-color: #006AA6;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.3em 0;
}

/* line 2288, websitti.scss */
#lessor-table .lessor-table-pack-zen-price, #tenant-table .tenant-table-pack-zen-price {
  background-color: #1084bd;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}

/* line 2296, websitti.scss */
#lessor-table .lessor-table-option-zenplus-price, #tenant-table .tenant-table-option-zenplus-price {
  background-color: #1084bd;
  color: white;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
}

/* line 2304, websitti.scss */
#lessor-table .lessor-table-pack-agile-price, #tenant-table .tenant-table-option-pro-price {
  background-color: #1084bd;
  color: white;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
}

/* TABS DETAILS */

#tabs-folder{
	
}
/* line 2403, websitti.scss */
.tabs-details {
  font-size: 0.8em;
  border: solid 1px #006AA6;
  position: relative;
}
/* line 2322, websitti.scss */
.tabs-details .ui-tabs-nav {
  background: none;
  border: none;
  position: absolute;
  top: -33px;
  left: -2px;
  /*z-index: -50;*/
}
/* line 2330, websitti.scss */
.tabs-details .ui-tabs-nav li {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  background: #1184bd;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  -webkit-box-shadow: #333333 0px -1px 2px 1px;
  -moz-box-shadow: #333333 0px -1px 2px 1px;
  box-shadow: #333333 0px -1px 2px 1px;
  border: 1px solid black;
  font-weight: bold;
  z-index: 1000;
  font-size: 1.1em;
}
/* line 2340, websitti.scss */
.tabs-details .ui-tabs-nav li a {
  color: white;
}
/* line 2348, websitti.scss */
.tabs-details .ui-tabs-panel {
  position: relative;
  z-index: 100;
}
/* line 2354, websitti.scss */
.tabs-details .ui-tabs-panel h2 {
  color: #006aa6;
  border-bottom: 1px solid #006aa6;
  margin: 20px auto;
  font-size: 1.1em;
  text-align: left;
}
/* line 2361, websitti.scss */
.tabs-details .ui-tabs-panel p {
  margin: 10px auto;
  font-weight: bold;
  color: #454545;
}
/* line 2367, websitti.scss */
.tabs-details .ui-tabs-panel p .label {
  color: #006aa6;
}
/* line 2373, websitti.scss */
.tabs-details .ui-tabs-panel p img {
  vertical-align: middle;
  width: 16px;
}
/* line 2380, websitti.scss */
.tabs-details .ui-tabs-panel .comment {
  margin: 25px auto;
}
/* line 2384, websitti.scss */
.tabs-details .ui-tabs-panel .ads-photos {
  margin: auto;
  text-align: center;
}
/* line 2391, websitti.scss */
.tabs-details .infos-justifs {
  text-align: left;
}

/* TABLE DOCUMENTS */
/* line 2426, websitti.scss */
.table-documents {
  width: 100%;
  border-collapse: collapse;
}
/* line 2413, websitti.scss */
.table-documents th {
  text-align: left;
  padding: 6px;
  background: #1184bd;
  color: white;
  text-align: center;
}
/* line 2420, websitti.scss */
.table-documents td {
  padding: 6px;
  text-align: center;
}

/* TENANT PAGE */
/* Block welcome */
/* line 2435, websitti.scss */
.account-welcome {
  margin: 10px 0px;
}
/* line 2439, websitti.scss */
.account-welcome p {
  text-align: left;
  font-size: 20px;
  color: white;
  padding: 15px;
  padding-left: 15px;
  font-size: 1em;
  margin-top: -30px;
  font-weight: bold;
}

/* Block indicators */
/* line 2471, websitti.scss */
.indicators {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  background: #1184bd;
  padding: 10px;
  color: white;
  font-size: 0.8em;
  width: 425px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  -webkit-box-shadow: #333333 0px 1px 2px 1px;
  -moz-box-shadow: #333333 0px 1px 2px 1px;
  box-shadow: #333333 0px 1px 2px 1px;
  float: right;
  
}
/* line 2464, websitti.scss */
.indicators img {
  float: left;
  margin: 0px;
}
/* line 2474, websitti.scss */
.indicators .folder-percent {
  float: right;
  text-align: center;
  width: 150px;
  background-color: #EFEFEF;
  border-radius: 10px;
  color: black;
}
/* line 2482, websitti.scss */
.indicators .scoring-keys {
  float: left;
  width: 150px;
}
/* line 2485, websitti.scss */
.indicators .scoring-keys a {
  color: goldenrod;
}
/* line 2489, websitti.scss */
.indicators .top-right {
  float: right;
  width: 270px;
  text-align: left;
}

/* Toolbar */
/* line 2529, websitti.scss */
.toolbar {
  list-style: none;
  font-size: 0.8em;
  margin: 20px 0px 6px 5px;
}
/* line 2504, websitti.scss */
.toolbar li {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  background: #1184bd;
  font-weight: bold;
  z-index: 1000;
  font-size: 1.1em;
  display: inline;
  margin-left: 10px;
  padding: 5px;
  margin-top: -2px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  -webkit-box-shadow: #333333 0px -1px 2px 1px;
  -moz-box-shadow: #333333 0px -1px 2px 1px;
  box-shadow: #333333 0px -1px 2px 1px;
}
/* line 2517, websitti.scss */
.toolbar li a {
  text-decoration: none;
  color: white;
}
/* line 2520, websitti.scss */
.toolbar li a:hover {
  text-decoration: underline;
}

/* ACCOUNT INFOS PANEL */
/* line 2616, websitti.scss */
.manual {
  position: absolute;
  width: 500px;
  top: 330px;
  right: 50px;
  font-size: 1em;
  color: #454545;
  padding: 5px;
  border: solid 1px black;
  text-align: justify;
  background-color: #EFEFEF;
  box-shadow: 1px;
  -moz-box-shadow: 10px 10px 5px #656565;
  -webkit-box-shadow: 10px 10px 5px #656565;
  -o-box-shadow: 10px 10px 5px #656565;
  box-shadow: 10px 10px 5px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5);
}
/* line 2636, websitti.scss */
.manual b {
  color: #006AA6;
}
/* line 2640, websitti.scss */
.manual ul {
  list-style-type: square;
  margin: 5px;
}
/* line 2643, websitti.scss */
.manual ul li {
  margin-left: 10px;
}

/* line 2651, websitti.scss */
.account-infos {
	float: left;
    width: 65%;
    border: solid 1px grey;
    margin-left: 2%;
    padding: 20px;
	margin-bottom: 10px;
  
}
.account-infos-reservation{
	float: left;
    border: solid 1px grey;
    padding: 20px;
	text-align: justify;
}

.account-infos-reservation p {
	
	margin: 5px;
	
}

.account-infos-reservation ul {
	margin-left: 25px;
}
/* line 2540, websitti.scss */
.account-infos .float-right {
  float: right;
  margin-right: 150px;
}
/* line 2546, websitti.scss */
.account-infos .tabs-details {
  font-size: 1em;
  background: white;
  -webkit-box-shadow: #555555 0px 0px 12px;
  -moz-box-shadow: #555555 0px 0px 12px;
  box-shadow: #555555 0px 0px 12px;
}
/* line 2551, websitti.scss */
.account-infos .tabs-details .ui-tabs-nav {
  top: -35px;
  font-size: 0.9em;
}
/* line 2559, websitti.scss */
.account-infos p {
  margin: 10px auto;
  font-weight: bold;
  color: #454545;
}
/* line 2565, websitti.scss */
.account-infos p .label {
  color: #006aa6;
}
/* line 2571, websitti.scss */
.account-infos p img {
  vertical-align: middle;
  width: 16px;
}
/* line 2578, websitti.scss */
.account-infos .form-field {
  font-size: 1em;
  margin: 10px auto;
  font-weight: bold;
  color: #454545;
}
/* line 2584, websitti.scss */
.account-infos .form-field label {
  color: #006aa6;
}
/* line 2588, websitti.scss */
.account-infos .form-field .label-radio {
  color: #454545;
}
/* line 2592, websitti.scss */
.account-infos .form-field .list-inputs .label-radio {
  width: 300px;
}
/* line 2597, websitti.scss */
.account-infos .errors {
  font-size: 1em;
  background: #cf0730;
  color: white;
}
/* line 2603, websitti.scss */
.account-infos .infos-justifs {
  text-align: left;
  padding: 15px;
}

/* line 2655, websitti.scss */
.fields-infos {
  font-size: 1em;
  margin: 10px 0px 50px 25px;
}
/* line 2659, websitti.scss */
.fields-infos .stars {
  display: inline-block;
  width: 15px;
  margin-right: 5px;
}

/* ADS ICON HELP */
/* line 2669, websitti.scss */
.ads-icon-help {

  color: #454545;
  list-style: none;

}
/* line 2681, websitti.scss */
.ads-icon-help li {
  display: block;
  float: left;
  width: 375px;
  margin: 2px 10px;
}
/* line 2687, websitti.scss */
.ads-icon-help li .text {
  margin-left: 5px;
}

/* PHARE HELP */
/* line 2698, websitti.scss */
.phare-help {
  margin: 20px;
  padding: 5px 0px;
  background: white;
  color: #454545;
  font-weight: bold;
  list-style: none;
  height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: #555555 0px 0px 12px 2px;
  -moz-box-shadow: #555555 0px 0px 12px 2px;
  box-shadow: #555555 0px 0px 12px 2px;
}
/* line 2710, websitti.scss */
.phare-help li {
  display: block;
  float: left;
  width: 375px;
  margin: 2px 10px;
}

/* BASKET ITEM */
/* line 2846, websitti.scss */
.basket-item {
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  position: relative;
  margin: 50px 20px 100px 20px;
  padding: 20px;
  color: black;
  background: white;
  -webkit-box-shadow: #555555 0px 0px 12px 2px;
  -moz-box-shadow: #555555 0px 0px 12px 2px;
  box-shadow: #555555 0px 0px 12px 2px;
}
/* line 2730, websitti.scss */
.basket-item div.title {
  position: absolute;
  padding: 6px;
  background: #1184bd;
  font-weight: bold;
  color: white;
  top: -28px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  -webkit-box-shadow: #555555 0px -2px 12px 2px;
  -moz-box-shadow: #555555 0px -2px 12px 2px;
  box-shadow: #555555 0px -2px 12px 2px;
  left: 0px;
}
/* line 305, websitti.scss */
.basket-item div.title a {
  color: white;
  text-decoration: none;
}
/* line 308, websitti.scss */
.basket-item div.title a:hover {
  text-decoration: underline;
}
/* line 2733, websitti.scss */
.basket-item div.title img {
  float: right;
  padding-left: 5px;
}
/* line 2739, websitti.scss */
.basket-item .answer {
  position: absolute;
  padding: 6px;
  background: #1184bd;
  font-weight: bold;
  color: white;
  top: -28px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  -webkit-box-shadow: #555555 0px -2px 12px 2px;
  -moz-box-shadow: #555555 0px -2px 12px 2px;
  box-shadow: #555555 0px -2px 12px 2px;
  right: 0px;
}
/* line 305, websitti.scss */
.basket-item .answer a {
  color: white;
  text-decoration: none;
}
/* line 308, websitti.scss */
.basket-item .answer a:hover {
  text-decoration: underline;
}
/* line 2742, websitti.scss */
.basket-item .delete {
  position: absolute;
  padding: 6px;
  background: #1184bd;
  font-weight: bold;
  color: white;
  bottom: -28px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  -webkit-box-shadow: #555555 0px 2px 12px 2px;
  -moz-box-shadow: #555555 0px 2px 12px 2px;
  box-shadow: #555555 0px 2px 12px 2px;
  left: 0px;
}
/* line 305, websitti.scss */
.basket-item .delete a {
  color: white;
  text-decoration: none;
}
/* line 308, websitti.scss */
.basket-item .delete a:hover {
  text-decoration: underline;
}
/* line 2745, websitti.scss */
.basket-item .top-panel {
  height: 125px;
}
/* line 2748, websitti.scss */
.basket-item .top-panel .preview {
  width: 455px;
  height: 100%;
  float: left;
}
/* line 2753, websitti.scss */
.basket-item .top-panel .preview .photo {
  float: left;
}
/* line 2755, websitti.scss */
.basket-item .top-panel .preview .photo img {
  margin: 8px;
  behavior: url('//theme/css/PIE.htc');
  position: relative;
  -webkit-box-shadow: #555555 0px 0px 12px 2px;
  -moz-box-shadow: #555555 0px 0px 12px 2px;
  box-shadow: #555555 0px 0px 12px 2px;
}
/* line 2762, websitti.scss */
.basket-item .top-panel .preview .infos {
  margin-left: 175px;
}
/* line 2764, websitti.scss */
.basket-item .top-panel .preview .infos a {
  float: left;
  margin-left: 25px;
}
/* line 2768, websitti.scss */
.basket-item .top-panel .preview .infos p {
  margin: 8px 0px;
}
/* line 2771, websitti.scss */
.basket-item .top-panel .preview .infos img {
  width: 24px;
}
/* line 2777, websitti.scss */
.basket-item .top-panel .actions {
  margin-right: 80px;
  height: 100%;
  float: right;
  text-align: left;
  width: 220px;
}
/* line 2784, websitti.scss */
.basket-item .top-panel .actions p.title {
  color: #1184bd;
  margin-top: 0px;
}
/* line 2790, websitti.scss */
.basket-item .top-panel .actions .coord {
  margin-left: -8px;
  margin-top: 2px;
}
/* line 2794, websitti.scss */
.basket-item .top-panel .actions .justifs {
  color: orange;
}
/* line 2798, websitti.scss */
.basket-item .top-panel .title-service {
  margin-left: 50px;
  padding: 5px;
}
/* line 2804, websitti.scss */
.basket-item .top-panel .tenant-buttons-right {
  padding: 5px;
}
/* line 2815, websitti.scss */
.basket-item .middle-panel {
  margin-top: 50px;
  padding: 10px 0px;
  font-weight: bold;
}
/* line 2821, websitti.scss */
.basket-item .bottom-panel {
  margin-top: 70px;
  text-align: center;
}
/* line 2825, websitti.scss */
.basket-item .bottom-panel a {
  zoom: 1;
  font-family: "Din-bold", Arial;
  font-size: 1em;
  display: inline;
  background: #efefef;
  text-transform: uppercase;
  margin: 0px 2px;
  padding: 2px 10px 2px 0px;
  color: #454545;
  text-decoration: none;
  border: 1px solid #555;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
/* line 2838, websitti.scss */
.basket-item .bottom-panel a:hover {
  text-decoration: underline;
}

/* TABLE LIST */
/* line 2851, websitti.scss */
.table-list {
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
  color: #454545;
}
/* line 2857, websitti.scss */
.table-list img {
  width: 16px;
}
/* line 2861, websitti.scss */
.table-list .odd td {
  background: #dedede;
}
/* line 2865, websitti.scss */
.table-list .even td {
  background: #bbbbbb;
}
/* line 2869, websitti.scss */
.table-list th {
  background: #1184bd;
  color: white;
  text-align: center;
  padding: 5px;
  white-space: nowrap;
}
/* line 2876, websitti.scss */
.table-list th.column-type {
  width: 100px;
}
/* line 2880, websitti.scss */
.table-list th.column-actions {
  width: 120px;
  -webkit-border-radius: 0px 10px 0px 0px;
  -moz-border-radius: 0px 10px 0px 0px;
  -ms-border-radius: 0px 10px 0px 0px;
  -o-border-radius: 0px 10px 0px 0px;
  border-radius: 0px 10px 0px 0px;
}
/* line 2885, websitti.scss */
.table-list th.column-title {
  -webkit-border-radius: 10px 0px 0px 0px;
  -moz-border-radius: 10px 0px 0px 0px;
  -ms-border-radius: 10px 0px 0px 0px;
  -o-border-radius: 10px 0px 0px 0px;
  border-radius: 10px 0px 0px 0px;
}
/* line 2891, websitti.scss */
.table-list a {
  text-decoration: none;
  color: #454545;
}
/* line 2894, websitti.scss */
.table-list a:hover {
  text-decoration: underline;
}
/* line 2899, websitti.scss */
.table-list td {
  padding: 5px;
  text-align: center;
  border-bottom: 2px solid #efefef;
}
/* line 2904, websitti.scss */
.table-list td.actions {
  text-align: left;
}
/* line 2910, websitti.scss */
.table-list td.title {
  text-align: left;
}
/* calendar */

table.calendar /* Le tableau en lui-même */
{
   margin: auto; 
   border: 1px solid black;
   border-collapse: collapse; 
   width:100%;
   text-align: center;
}
th.calendar /* Les cellules d'en-tête */
{
   background-color: #006600;
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
   border:1px solid black;
}

.calendar td
{
   border: 1px solid black;
   font-family: "Arial", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}
td.time
{
	width:15%;
	text-align: center;
}

.float-right{

	float: right;
	
}

#agent{
	
	width: 80%;
	text-align: justify;
	margin: auto;
	
}

#agent ul{
	list-style-type:none;
	
}
#agent .photo{
	float: right;
	width: auto;
}

#agent .text{
	float: left;
	margin-top: -60px;
}

#head-title{
	
	font-weight:bold;
	color :white;
	padding : 10px;
	font-size: 24px;
	text-align: center;
}

#agent-immagile{
	height:400px;
}

.table-idcheck{
	
	border-collapse: collapse;
	width: 100%;
	
}

.table-idcheck td, th{
	
	border: 1px solid #ddd;
    padding: 8px;
}

.table-idcheck tr:nth-child(even){background-color: #f2f2f2;}

.table-idcheck tr:hover {background-color: #ddd;}

.table-idcheck th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #006AA6;
    color: white;
}
.bottom-panel .feux-tricolores{

  margin: 15px;
}

.basket-item .top-panel .preview .infos .scoring-reservation{
  float:none !important;
  margin: 0 !important;
}

.lessor-account-actions{
  margin: 10px;
  text-align: center;
}

.results{
	font-weight: bold;
	background: #006AA6;
    padding: 10px;
    border-radius: 5px;
	color: white;
}
.ads-infos{
	
}

.accueil-account-top-title{
	margin-bottom: 25px;
}

.accueil-account-justificatifs-title{
	float: left;
    border: solid 1px grey;
    padding: 20px;
    margin-top: 10px;
}
.accueil-account-justificatifs-title .infos-justifs ul{
	margin-left; 25px;
}
.tenant-right-menu{
	
	float: left;
	width: 60%;
	border: solid 1px grey;
	margin-left: 20px;
	padding: 20px;
	font-size: 24px;
}

.pro-right-menu{
	
	float: left;
	width: 60%;
	border: solid 1px grey;
	margin-left: 20px;
	padding: 20px;
	font-size: 24px;
	color:white;
	background-image: linear-gradient(to right, #0a3e71, #0d4e86, #0d609b, #0a72b0, #0184c6);
}

.pro-right-menu a{
	
	color:white;
}
.tenant-right-menu .photo img{
	
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	border: solid 3px #65cd00;
    border-radius: 50%;
    padding: 10px;
}

.pro-right-menu .photo img{
	
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	border: solid 3px #0A4073;
    border-radius: 50%;
    padding: 10px;
	width: 50px;
}

.tenant-right-menu .infos{
	
	float: left;
}

.pro-right-menu .infos{
	
	float: left;
}

.tenant-right-menu .infos .subinfos{
	
	font-size: 14px;
}

.pro-right-menu .infos .subinfos{
	
	font-size: 14px;
}

.tenant-right-menu .infos .green{
	
	color: #65cd00;
}


.tenant-left-menu{
	
	float: left;
	width: 25%;
	border: solid 1px grey;
	
	
}

.pro-left-menu{
	
	float: left;
	width: 25%;
	border: solid 1px grey;
	
	
}

.tenant-left-menu .top-menu{
	
	text-align: center;
	padding: 10px;
	background-color: #0183c5;
	color: white;

}

.pro-left-menu .top-menu{
	
	text-align: center;
	padding: 10px;
	background-color: #006AA6;
	color: white;

}

.tenant-left-menu .top-menu img{
	
	border: solid 3px white;
    border-radius: 50%;
    padding: 10px;
	background-color: 006AA6;

}

.pro-left-menu .top-menu img{
	
	border: solid 3px white;
    border-radius: 50%;
    padding: 10px;
	background: white;
	width: 50px;

}

.tenant-left-menu ul{
	
	list-style: none;
	color: grey;
	
}

.pro-left-menu ul{
	
	list-style: none;
	color: grey;
	
}

.tenant-left-menu ul li{
	
	text-align: center;
	font-size: 14px;
	display: block;
    line-height: 35px;
	
}

.pro-left-menu ul li{
	
	text-align: center;
	font-size: 14px;
	display: block;
    line-height: 35px;
	
}

.tenant-left-menu ul li a{
	
	color: grey;
	text-decoration: none;
	margin: 0px; 
	display: block; 
	width: 100%; 
	height: 100%;
	
}

.pro-left-menu ul li a{
	
	color: grey;
	text-decoration: none;
	margin: 0px; 
	display: block; 
	width: 100%; 
	height: 100%;
	
}

.tenant-left-menu ul li a:hover{
	
	color: #006AA6;
	text-decoration: underline;
	
}

.pro-left-menu ul li a:hover{
	
	color: white;
	text-decoration: underline;
	background: rgb(0, 106, 166);
}

.tenant-left-menu ul li img{
	
	float: left;
	vertical-align: middle;
	width: 20%;
	
}

.pro-left-menu ul li img{
	
	float: left;
	vertical-align: middle;
	width: 20%;
	
}

.tenant-scoring{
	
	float: left;
	color: white;
	text-align: center;
	width: 60%;
	margin-left: 20px;
	border: solid 1px grey;
	background: #006AA6;
	padding: 20px;
	margin-top: 10px;
}

.tenant-scoring a, .tenant-scoring a:visited{
	
	color: white;
}

.pro-scoring{
	
	float: left;
	color: white;
	text-align: center;
	width: 60%;
	margin-left: 20px;
	border: solid 1px grey;
	background: #0a4073;
	padding: 20px;
	margin-top: 10px;
}

.tenant-scoring .big-number{
	
	font-size: 50px;
}

.pro-scoring .big-number{
	
	font-size: 50px;
}

.tenant-scoring .more-infos{
	
	float: right;
	
}

.pro-scoring .more-infos{
	
	float: right;
	
}

.tenant-scoring .more-infos a{
	
	color: white;
	
}

.pro-scoring .more-infos a{
	
	color: white;
	
}

.tenant-recap{
	
	float: left;
	color: grey;
	text-align: center;
	width: 60%;
	margin-left: 20px;
	border: solid 1px grey;
	background: white;
	padding: 20px;
	margin-top: 10px;
}

.pro-recap{
	
	float: left;
	color: white;
	text-align: center;
	border: solid 1px grey;
	background-image: linear-gradient(to right, #0a3e71, #0d4e86, #0d609b, #0a72b0, #0184c6);
	padding: 20px;
	margin-top: 10px;
	width: 100%;
}

.pro-recap table{
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.pro-recap table a{
	color: white;
}

.pro-recap td, th{
  border: 1px solid #dddddd;
  padding: 8px;
}

.pro-recap  tr:nth-child(even){
  /*background-color: #dddddd;*/
}

.pro-recap ul {
	
	list-style-type: none;
}

.pro-recap ul li{
	
	margin-bottom: 55px;
}

.pro-recap .big-button-link{
	
	background: #0A4073;
	color: white;
	padding: 20px;
	
}

.pro-recap .big-button-link:hover{
	
	background: #006AA6;
	
}
.pro-recap-tests{
	
	color: grey;
	text-align: center;
	margin-left: 20px;
	/*border: solid 1px grey;*/
	background: white;
	padding: 20px;
	margin-top: 10px;
}

.pro-recap-tests table{
	
	border: solid 1px black;
	border-collapse: collapse;
	padding: 10px;
	margin-left:auto; 
    margin-right:auto;
}

.pro-recap-tests table th{
	
	background: #006AA6;
    color: white;
}

.pro-recap-tests table td{
	
	border: solid 1px black;
	padding: 10px;
}
.circles{

	display : table;
	margin : 0px auto;
}
.one-circle{

	float: left;
	background:white;
	border-radius:50%;
	width:120px;
	height:120px;
	/*line-height: 82px;*/
	font-size: 48px;
	margin-top: 5%;
	margin-bottom: 5%;
	border: 5px solid 

}

.green-circle{

	border-color:#65cd00; 

}

.orange-circle{

	border-color: #f6a017; 

}

.red-circle{

	border-color: #e51c20; 

}

.tenant-ads{
	
	float: left;
	width: 100%;
	color: grey;
	text-align: center;
	background: white;
	margin-top: 10px;
	
}
.tenant-ads .message{
	
	padding: 10px;
	background: #006AA6;
	color: white;
}
.pro-ads{
	
	float: left;
	width: 100%;
	color: grey;
	text-align: center;
	background: white;
	padding: 20px;
	margin-top: 10px;
	
}

.pro-ads .message{
	
	padding: 10px;
	background: #006AA6;
	color: white;
	
}

.tenant-ads .ad{
	position: relative;
	float: left;
	text-align: left;
	padding: 10px;
	margin: 5px;
	border: solid 1px grey;
    width: 45%;
}

.tenant-ads .ad .title{
	margin-bottom: 5px;
	background: #006AA6;
	color: white;
	font-size: 14px;
	padding: 10px;
}

.tenant-ads .ad .status img{
	width: 30px;
	
}
.tenant-ads .ad .title a{
	color: white;
	text-decoration: none;
}

.tenant-ads .ad .title a:hover{
	
	text-decoration: underline;
}

.tenant-ads .ad .delete{
	float: left;
	background: #006AA6;
	color: white;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px;
}

.tenant-ads .ad .delete a{
	color: white;
	text-decoration: none;
}

.tenant-ads .ad .delete a:hover{
	text-decoration: underline;
		
}
.pro-ads .ad .title{
	margin-bottom: 5px;
	background: #006AA6;
	color: white;
	font-size: 14px;
	padding: 10px;
	border: solid 1px white;
}

.pro-ads .ad .title a{
	color: white;
	text-decoration: none;
}

.pro-ads .ad .title a:hover{
	
	text-decoration: underline;
}

.pro-ads .ad .middle-panel{
	
	margin-top: 10px;
	margin-left: 10%;
	
}
.pro-ads .ad .delete{
	float: right;
	background: #006AA6;
	color: white;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px;
	border: solid 1px white;
}

.pro-ads .ad .delete a{
	color: white;
	text-decoration: none;
}

.pro-ads .ad .delete a:hover{
	text-decoration: underline;
}
.pro-ads .ad{
	float: left;
	text-align: left;
	padding: 10px;
	margin: 5px;
    width: 45%;
	background: #F2F2F2;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 2px #fff inset,
	-1px -1px 2px #fff inset;
	border-radius: 3px/6px;   
}

.tenant-ads .ad .price{
	color: white;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
    background: #006AA6;
    text-align: center;
}
.tenant-ads .ad .reference{
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
	background: #006AA6;
	color: white;
	padding: 5px;
}

.pro-ads .ad .price{
	font-weight: bold;
	font-size: 24px;
	margin-left: 10%;
	margin-bottom: 5px;
}

.tenant-ads .ad .photo{

	width: 50%;
	float: left;
}

.tenant-ads .ad .photo a img{

	width: 90%;
}

.pro-ads .ad .photo{

	float:left;
}
.tenant-ads .ad .text{

	float: right;
	background: #006AA6;
	padding: 15px;
	color: white;
	text-align: center;
	width: 43%;
}

.pro-ads .ad .text{

	float: left;
	background: #006AA6;
	padding: 15px;
	color: white;
}

.tenant-ads .ad .status{

	float: right;
	
}

.pro-ads .ad .status{

	float: right;
	
}

.tenant-ads .ad .buttons{

	width: 50%;
    float: right;
}

.tenant-ads .ad .details{

	float: left;
    background: #006AA6;
    color: white;
    font-size: 14px;
    padding: 10px;
	width: 96%;
}

.tenant-ads .ad .details a{
	color: white;
}


.pro-ads .ad .buttons{

	float: left;
	width: 90%;
}

.tenant-ads .ad .buttons ul{

	list-style: none;
	margin-top: 10px;
}

.pro-ads .ad .buttons ul{

	list-style: none;
	
}

.pro-ads .ad .associated-ad{

	float: left;
	margin-left: 1%;
	padding: 10px;
	background: #006AA6;
	color: white;
}	

.pro-ads .ad .associated-ad a{

	color: white;
}	
.pro-ads .ad .buttons ul li a{

	text-align: left;
	font-size: 14px;
	display: block;
	background: #006AA6;
	padding: 10px;
	color: white;
	border-radius: 5px;
}

.pro-ads .ad .buttons ul li a:hover{

	background: #006AB6;
}

.tenant-ads .ad .buttons ul li{

	text-align: left;
	font-size: 14px;
	display: block;
}

.pro-ads .ad .buttons ul li{

	text-align: left;
	font-size: 14px;
	display: block;
	border: solid 1px white;
	border-radius: 5px;
	float: left;
	margin-top: 10px;
}

.tenant-folder{
	
	float: left;
	margin-top: 5px;
	border: solid 1px grey;
	margin-left: 20px;
	padding: 20px;
}

.tenant-folder .success{
  font-size: 1em;
  background: #65cd00;
  color: white;
  padding: 5px;
}

.pro-folder{
	
	float: left;
	width: 60%;
	margin-top: 5px;
	border: solid 1px grey;
	margin-left: 20px;
	padding: 20px;
	font-size: 24px;
}

.retenues{
	
	font-size: 16px;
	line-height: 10px;
}

.pro-ads .ad .pro-feux{

	float:left;
}
.pro-ads .ad .pro-feux p{
	margin-top: 10px;
}

.pro-ads .ad .pro-feux a{
	
	zoom: 1;
    font-family: "Din-bold", Arial;
    font-size: 12px;
    display: inline;
    background: #efefef;
    text-transform: uppercase;
    margin-top: 5px;
    padding: 2px 10px 2px 0px;
    color: #454545;
    text-decoration: none;
    border: 1px solid #555;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	
}
.pro-ads .ad .pro-feux a:hover{
	text-decoration: underline;
}
.bottom-buttons{
	text-align: center;
	background: #006AA6;
	width: 50%;
	margin: auto;
}
.bottom-buttons a{
	color: white;
	text-decoration: none;
	font-size: 12px;
}

.bottom-buttons a:hover{
	text-decoration: underline;
}

#ads-details{
	
	margin-top: 5px;
	margin-left: 20px;
	padding: 20px;	
}

#add-edit-ads{
	
	font-size: 12px;
	
}
.advice{
	
	color: white;
	background: #006AA6;
	padding: 10px;
	text-decoration: underline;
	font-style: italic;
}

.goods{
	margin-top: 40px;
	
}

.ads-layout{
	border-collapse: collapse;
	min-width: 100%;
}

.ads-layout td, tr{
	border: solid 1px #006AA6;
	padding: 15px
}

.ads-layout thead{
	border: solid 2px #006AA6;
	
}

.votre-logo{
	
	color: white;
	padding: 30px;
}

.text-demo{
	
	border: solid 1px;
    margin: 20px;
    padding: 20px;
	
}

.text-demo ul {
	
	margin: 10px;
    	
}

.newbutton{
	
	background-color: #006AA6;
	border: none;
	color: white;
	padding: 10px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin-top: 5px;
	border-radius: 5px;
    width: 80%;
}

.newbutton:hover{
	
	background-color: #006BB6;
	
}

.pro-account-info-message{

	float: left;
    width: 60%;
    border: solid 1px grey;
    margin-left: 20px;
    padding: 20px;
	margin-top: 5px;
	
}

#tabs-myaccount{
	float: left;
	font-size: inherit;
	margin-left: 20px;
    margin-top: 15px;
	width: 65%;
}

.eligible{
	position: relative;
	color: white;
	background: grey;
	padding: 10px;
	border-radius: 5px;
	float: right;
}

.dot {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
}

.green{
	background-color: green;
}
.orange{
	background-color: orange;
}
.red{
	background-color: red;
}

.grey{
	background-color: grey;
}

.keys-right{
	
	float: right;
}

.keys-right img{
	
	height: 18px;
}

.recap-docs{
	
	float: left;
    color: white;
    text-align: center;
    margin-left: 20px;
    border: solid 1px grey;
    background-image: linear-gradient(to right, #0a3e71, #0d4e86, #0d609b, #0a72b0, #0184c6);
    padding: 20px;
    margin-top: 10px;
}

.recap-docs table{
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.recap-docs td, th{
  border: 1px solid #dddddd;
  padding: 8px;
}

.eligible .infos {
    display: none;
    color: white;
    position: absolute;
    background-color: #006AA6;
    right: 0;
    top: 0;
    padding: 10px;
    border: solid 1px white;
    width: 200%;
}

.eligible:hover .infos {
 display: block;
}

.delete-button{
	
	background: red !important;
	text-decoration: none !important;
}

.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 6px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.logo-text{
    width: 20%;
    margin-left: 8%;
    color: white;
}

.logo-text a img{
	
	vertical-align: middle;
}
