.stage_matterport iframe {
  height: 100%;
  width: 100%;
}
.inscription_centris {
	font-size: 15px;
	color: #000;
	margin-top: -12px;
	margin-bottom: 10px;
}
.inscription_entete .box_prix_icone {
	text-align: right;
	display: block;
	float:right;
	padding-top: 19px;
	margin-right: 10px;
}
.inscription_entete .prix {
	text-align: right;
	display: block;
	float:right;
    color: #263779;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 10px;
	padding-right: 5px;
	line-height: 25px;
}
.inscription_entete .icones {
	display: block;
	float:right;
	clear: both;
	text-align: right;
}
.inscription_entete .icone {
	float:left;
	vertical-align: bottom;
	margin-right: 6px;
	line-height: 42px;
    font-size: 20px;
    color: #828282;
	font-weight: normal;
}
.inscription_entete .icone>last {
	margin-right: 0;
}
.inscription_entete .icone img {
	margin-right: 3px;
}
.inscription_addenda_sans_garantie {
    /*color: #000000;*/
    font-size: 12px;
    /*color: #263779;
    font-size: 16px;*/
}

#wrapper-map-canvas {
	float: left;
	width: 46%;
	height: 100%;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #E6E6E6;
	border-image: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px 1px 3px;
	padding: 9px;
	transition: all 0.2s ease 0s;
	z-index: 11003;
}
#wrapper-map-canvas_mapview {
	float: right;
	width: 46%;
	height: 100%;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #E6E6E6;
	border-image: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px 1px 3px;
	padding: 9px;
	transition: all 0.2s ease 0s;
	z-index: 11003;
}
#map-canvas, #map-canvas_mapview {
	width: 100%;
	height: 100%;
	z-index: 11003;
}
.map-overlay {
	position: fixed;
	top: 0; 
	left: 0;
	z-index: 11000;
	background-color: rgba(0,0,0,0.5);
	width: 100%; 
	height: 100%;
	display: none;
}

.map-overlay-bg {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	width: 100%; 
	height: 100%;
	z-index: 11001;
}
.map-center {
	width: 80%;
	height: 80%;
/*	min-height: 420px;*/
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

#inscription_boite_droite {
	position: relative;
    border: 10px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 2px #999999;
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 0;
	transition: all 0.2s ease 0s;
	width: 99%;
	float: left;
	height: 400px;
}

/* 
	Note :	plusieurs valeurs css du .connected-carousels sont overwrittées
			voir la fonction resizeCarousel() dans assets/js/voir mod_egp_inscription.js 
*/
.connected-carousels {
	width: 620px;
	float: left;
	margin-right: 25px;
}

.connected-carousels .stage {
	float: left;
    width: 620px;
/*    margin: 20px auto;*/
    position: relative;
}


/** Navigation container **/

.connected-carousels .navigation {
	clear: both;
	margin-top: 4px;
	float: left;
    max-width: 620px;
	width:100%;
/*    margin: 20px auto;*/
    position: relative;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    /*height: 400px;*/
    height: auto;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: 84px;
    width: 600px;
    background: #fff;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
}

.connected-carousels .carousel-navigation li img {
    display: block;
    border: 5px solid #fff;
}

.connected-carousels .carousel-navigation li.active img {
    border-color: #ccc;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 410px;
    color: #fff;
	z-index: 2;
}

.connected-carousels .prev-stage {
    left: 0;
}

.connected-carousels .next-stage {
    right: 0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    //display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-stage span {
    left: 20px;
}

.connected-carousels .next-stage span {
    right: 20px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-navigation {
    left: -15px;
    top: 32px;
    text-indent: 6px;
}

.connected-carousels .next-navigation {
    right: -15px;
    top: 32px;
    text-indent: 20px;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}

.connected-carousels .agrandir_wrapper {
	position: absolute;
	width: 610px;
	top: 375px;
	z-index: 400;
}
.connected-carousels .agrandir {
	background-color: rgba(95,95,95, 0.7);
	border-style: none;
	border-width: 0;
	color: #FFFFFF;
	font-family: inherit;
	font-size: 13px;
	margin: 0;
	padding: 8px 16px;
	text-shadow: none;
	text-transform: uppercase;
	float: right;
}

.connected-carousels .agrandir a {
    color: #fff;
	text-decoration:none;
}

.connected-carousels .txt_photo{
    /*background: rgba(0,0,0,0.5);*/
    background: rgba(95,95,95, 0.7);
    color: #FFFFFF;
    position: absolute;
    /*width: 580px;*/
    /*top: 364px;*/
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    Font-Family: Verdana;
    line-height: 100%;
    padding: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1;
}

.inscription_plugins {
    border: 10px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 2px #999999;
	width: 341px;
	min-height: 80px;
	float: left;
	margin-top: 4px;
	background: none repeat scroll 0 0 #FFFFFF;
	padding-top: 4px;
	transition: all 0.2s ease 0s;
}
.inscription_plugins div.plugin {
	min-height: 50px;
	height: 50px;
	float: left;
	margin-right: 5px;
}
.inscription_plugins div.plugin img {
	width: 36px;
}
.egp_inscription_banniere {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 120px;
	z-index: 1;
}
#boite_droite_carousel {
	float: left; 
	width: 341px;
}

#togglemap {
	-moz-user-select: none;
	background-clip: padding-box;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
	color: #000000;
	font-size: 11px;
	overflow: hidden;
	padding: 1px 5px;
	text-align: center;

	position: absolute;
	display: block;
	z-index: 998;
	right: 100px;
	top: 5px;
}

#togglemapview {
	-moz-user-select: none;
	background-clip: padding-box;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
	color: #000000;
	font-size: 11px;
	overflow: hidden;
	padding: 1px 5px;
	text-align: center;

	position: absolute;
	display: block;
	z-index: 999;
	right: 8px;
	top: 207px;
}

.courtier .nom_complet {
  font-size: 15px;
  line-height: 25px;
}

.courtier .certificat_type {
  font-size: 11px;
  margin-top: -3px;
  margin-bottom: 5px;
}

.courtier .firme_certificat_type {
  font-size: 11px;
  margin-top: -3px;
  margin-bottom: 5px;
}

.retour {
	font-size: 15px;
	margin-bottom: 10px;
}

.retour a {
	cursor:pointer;
}

.inscription_entete_bg {
	float: left;
}

.border{
  border: 2px solid #CCCCCC;
  padding: 4px;
}

.inscription_boite {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #E6E6E6;
  border-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px 1px 3px;
  float: left;
  margin: 10px 10px 0 auto;
  padding: 9px;
  transition: all 0.2s ease 0s;
  width: 99%;
}

.inscription_boite p {
	margin-bottom:5px;
	color: #333333 !important;
}

.inscription_boite .even {
	/*background-color: #D8D8D8;*/
	border-bottom: 1px dashed #E9E9E9;
	clear: both;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 1px;
}
.inscription_boite .evenclair {
	background-color: #EEE;
	clear: both;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 1px;
}
.inscription_col .evenotherclair {
  /*background-color: #F1F1F1;*/
  border-bottom: 1px dashed #E9E9E9;
  clear: both;
  margin-bottom: 2px;
  padding: 1px;
}

.inscription_col .inclus_exclus {
  padding: 5px;
  min-height: 45px;
}

.inscription_boite .evenfonce {
  background-color: #B4B4B4;
  clear: both;
  color: #4E4E4E;
  margin-bottom: 2px;
  padding: 1px;
}

.inscription_boite .odd {
  border-bottom: 1px dashed #E9E9E9;
  clear: both;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 1px;
}
.inscription_boite .label {
  display: block;
  float: left;
  width: 55%;
  padding: 5px 1px 10px 1px;
  color: #000;
  word-break: break-word;
  white-space: inherit;
}

.inscription_boite .value {
  display: block;
  float: left;
  width: 44%;
  padding: 5px 1px 10px 5px;
  line-height: 1;
}

.inscription_boite .courtier {
  float: left;
  margin: 1%;
  width: 100%;
}

.inscription_boite .inscription_col_courtier .courtier {
  float: left;
  margin: 1%;
  width: 43%;
}

.inscription_boite .photo {
  float: left;
  margin-right: 15px;
}

.courtier .photo img {
  border: 4px solid #FFFFFF;
  box-shadow: 2px 2px 8px 2px rgba(75, 68, 67, 0.3);
  
  height: auto !important;
  max-width: 72% !important;
  width: auto !important;
  
  margin-bottom:10px;
}

.boite_inscription_sm {
	width: 341px;
	padding: 0;
}

.inscription_sm {
	position: relative;
	margin-bottom: 4px;
    border: 10px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 2px #999999;
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 0;
	transition: all 0.2s ease 0s;
	float: left;
	width: 100%;
	margin-right: 4px;
}
.inscription_sm .courtier {
	float: left;
	width: 100%;
}
.inscription_sm .photo { /* cf js */
	float: right;
	margin-left: 15px;
	margin-right: -22px;
}

@media only screen and (max-width: 420px) {
	.inscription_boite .inscription_col {
	  width: 99%;
	}
	.inscription_boite .inscription_col_courtier {
	  width: 99%;
	}
	.connected-carousels {
		width: 100% !important;
	}
	.connected-carousels .stage {
		width: 100% !important;
	}
	.inscription_entete .box_prix_icone {
		text-align: left !important;
		float:left !important;
	}
	.connected-carousels .carousel-stage img {
		max-width: 400px !important;/* 333px */
		min-height: 260px !important;/* 222px */
		width: 100% !important;/* 333px */
		height: auto !important;/* 222px */
	}
}
@media only screen and (min-width: 421px) {
	.inscription_boite .inscription_col {
	  width: 49%;
	}
	.inscription_boite .inscription_col .inscription_col_courtier {
	  width: 90%;
	}
	.connected-carousels {
		width: 100% !important;
	}
	.connected-carousels .stage {
		width: 100% !important;
	}
	/*
	.inscription_entete .box_prix_icone {
		text-align: left !important;
		float:left !important;
	}
	.connected-carousels .carousel-stage img {
		min-width: 400px !important;/* 333px *
		min-height: 280px !important;/* 222px *
		width: 100% !important;/* 333px *
		height: auto !important;/* 222px *
	}
	*/
}

.pieces_particularites_ext_boite {
	overflow-x:auto;
}
.pieces_particularites_ext {
	min-width: 558px;
}

.inscription_boite .inscription_col {
  float: left;
  margin-right: 1%;
}

.inscription_boite .inclus_exclus_titre {
  display: block;
  text-decoration: underline;
  margin-bottom: 2px;
}

.inscription_boite .pieces {
  clear: both;
  padding-right: 9px;
}

.inscription_boite .pieces .niveau{
	float: left;
	width: 18%;
	color:#000;
}
.inscription_boite .pieces .piece{
	float: left;
	width: 20%;
}
.inscription_boite .pieces .dimensions{
	float: left;
	width: 15%;
}
.inscription_boite .pieces .revetement{
	float: left;
	width: 15%;
}
.inscription_boite .pieces .infosupp{
	float: left;
	width: 32%;
}

.pieces .entete {
    color: #000;
}

.gm-style img {
	max-width:none;
}
.calculatrice_wrapper #mod_egp_mortgage_calc  {
    width: 400px;
    float: left;
}
.calculatrice_wrapper .mod_egp_mortgage_calc {
	min-width: 200px !important;
}
.calculatrice_wrapper .formControlLabel {
	width: 160px !important;
}
.calculatrice_wrapper .formControls {
	margin-left: 165px !important;
}

.calculatrice_wrapper #mod_egp_mortgage_calc  h3 {
	color: #fff;
	font-size: 20px;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: "Marcellus", Tahoma, Arial;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
.calculatrice_wrapper #mod_egp_mortgage_calc .Gros {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.calculatrice_wrapper #mod_egp_mortgage_calc .Resultat {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.qrprint {
  float: right;
  margin: 8px 4px;
  width: 85px;
}
.videotop {
  float: right;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  width: 85px;
}
.mediatop {
  float: right;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  width: 85px;
}
.top360 {
  float: right;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  width: 85px;
}
.matterporttop {
  float: right;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  width: 85px;
}

.videotop img, .mediatop img, .top360 img, .matterporttop img {
  width: 100%;
}
.photoPrint {
	display: none;
}
.pagebreak {
	display: none;
}

 button.close {
	font-family: inherit;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin:10px;
}
button.close:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
button.close:active {
	position:relative;
	top:1px;
}

#egp_contact_header {
  margin-top: 5px;
  margin-left: 10px;
}

#inscription_mapview {
	height: 49%; 
	margin-top: 5px;
}
#inscription_map {
	height: 49%;
}
#inscription_boite_droite .gg_boite_split {
	width: 50%; 
	height: 100%; 
	float: left; 
	position: relative;
}



@media print {


	#custom-egp-header-banner {
	background: none;
	background-image: url("") no-repeat scroll center top rgba(0, 0, 0, 0);
	height: auto!important;}
	
	.head {
	background: none;
	background-image: url("") no-repeat scroll center top rgba(0, 0, 0, 0);
	height: auto!important;}
	
	.inner-head {
	height: auto!important;}
	
	.qrprint {margin-right: 0 !important;}

	.connected-carousels .navigation, .connected-carousels .agrandir_wrapper, .connected-carousels .txt_photo, .connected-carousels .next-stage, .connected-carousels .prev-stage, .sliderr, .nav {
		display: none;
	}
	.connected-carousels {
		width: 400px !important; /* 353px */
		margin-right: 10px;
	}
	.connected-carousels .stage {
		width: 400px !important; /* 353px */
		height: 300px !important; /* 353px */
		margin-bottom:15px;
	}
	.connected-carousels .carousel-stage {
		height: 300px !important;/* 222px */
	}
	.connected-carousels .carousel-stage img {
		width: 400px !important;/* 333px */
		height: 300px !important;/* 222px */
	}
	#boite_droite_carousel {
		clear: both;
/*
		float: left !important;
		width: 230px !important;
		height: 222px !important;
		margin-bottom:15px;
*/
	}
	.boite_inscription_sm {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.inscription_sm {
		page-break-inside:avoid;
	}
	.inscription_boite {
		clear: both;
	}
	#inscription_boite_droite {
		display: none;
/*		width: 220px !important; 230px */
/*		height: 300px !important; 222px */
	}
	#inscription_mapview {
		display: none;
	}
	#inscription_map {
		height: 100% !important;
	}
	.inscription_plugins, .mapplus {
		display: none !important;
	}
	.nobreakbox {
		page-break-inside:avoid;
	}
	.photoPrint {
		display: block;
	}
	.photoPrint h1 {
		page-break-before:always !important;
	}
	.photoPrint img {
		width: 300px;
		height: 200px;
	}
	.courtier .photo img {
		border: 0 !important;
		box-shadow: none;
	}
	.inscription_boite .inscription_col {
	  width: 49%;
	}
	.pagebreak {
		display: block !important;
		page-break-before:always !important;
	}


}
/* images360 */
.connected-images360 {
	width: 620px;
	float: left;
	margin-right: 25px;
}
.connected-images360 .stage {
	float: left;
    width: 620px;
/*    margin: 20px auto;*/
    position: relative;
}

/** Navigation container **/
.connected-images360 .navigation {
	clear: both;
	margin-top: 4px;
	float: left;
    width: 620px;
/*    margin: 20px auto;*/
    position: relative;
}
/** Shared carousel styles **/
.connected-images360 .carousel {
    overflow: hidden;
    position: relative;
}
.connected-images360 .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.connected-images360 .carousel li {
    float: left;
}
/** Stage carousel specific styles **/
.connected-images360 .carousel-stage {
    height: 400px;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}
/** Navigation carousel specific styles **/
.connected-images360 .carousel-navigation {
    height: 84px;
    width: 600px;
    background: #fff;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}
.connected-images360 .carousel-navigation li {
    cursor: pointer;
}
.connected-images360 .carousel-navigation li img {
    display: block;
    border: 5px solid #fff;
}
.connected-images360 .carousel-navigation li.active img {
    border-color: #ccc;
}
/** Stage carousel controls **/
.connected-images360 .prev-stage,
.connected-images360 .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 410px;
    color: #fff;
}
.connected-images360 .prev-stage {
    left: 0;
}
.connected-images360 .next-stage {
    right: 0;
}
.connected-images360 .prev-stage.inactive,
.connected-images360 .next-stage.inactive {
    display: none;
}
.connected-images360 .prev-stage span,
.connected-images360 .next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}
.connected-images360 .prev-stage span {
    left: 20px;
}
.connected-images360 .next-stage span {
    right: 20px;
}
.connected-images360 .prev-stage:hover span,
.connected-images360 .next-stage:hover span {
    display: block;
}
/** Navigation carousel controls **/
.connected-images360 .prev-navigation,
.connected-images360 .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}
.connected-images360 .prev-navigation {
    left: -15px;
    top: 32px;
    text-indent: 6px;
}
.connected-images360 .next-navigation {
    right: -15px;
    top: 32px;
    text-indent: 20px;
}
.connected-images360 .prev-navigation.inactive,
.connected-images360 .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}
/* GOOGLE MAP INTERET */
.ggmap_interest {
	position: absolute; 
	top: 80px; 
	right: -118px;
	width: 150px;
	z-index: 10000;
}
.ggmap_interest_section {
	float: left;
	margin-left: 0;
	margin-top: 4px;
	padding: 2px;
	z-index: 10001;
	background-color: rgba(255,255,255,1);
	border-color: #999;
     -moz-border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    -khtml-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px;
	width: 150px;
	cursor: pointer;
}
.ggmap_interest_section_img {
	text-align: center;
	float: left;
	width: 30px;
	padding-top: 3px;
}
.ggmap_interest_section_texte {
	float: left;
	margin-left: 6px;
	font-size: 14px;
}
.ggmap_interest_section_texte.simple {
	margin-top: 8px;
}
.ggmap_interest_section_texte.double {
	margin-top: 2px;
}
.interest_infowindow {
	padding: 4px;
	min-width: 120px;
	min-height: 80px;
}

.interest_infowindow .place_name {
	display: block;
}
.interest_infowindow .place_address {
	display: block;
}
.interest_infowindow .place_photo {
	display: block;
}
.interest_infowindow .place_lien {
	font-size: 10px;
	color: #999;
	margin-top: 26px;
	display: block;
}
.interest_infowindow .place_lien a {
	color: #999;
}

/* Ajout Visite Libre */
.boite_visite_libre {
  min-height: 60px;
  height: 112px;
  overflow: hidden;
}

.inscription_visite_libre_img {
  float: left;
  margin-bottom: 10px;
  margin-right: 7px;
  width: 128px;
}

.inscription_col.visite_libre_1 {
  float: left; width: 85%;
}

.inscription_boite .visite_desc {
  display: block;
  float: left;
  padding: 1px;
  width: 60%;
}

.inscription_boite .visite_heure {
  display: block;
  float: left;
  padding: 1px;
  width: 15%;
}

.inscription_boite .visite_date {
  color: #000;
  display: block;
  float: left;
  padding: 1px;
  width: 24%;
  padding-left: 3px;
}
.btn_visite_libre {
  cursor: pointer;
}
.boite_visite_libre_expanded {
  height: 100%;
}


@media only screen and (min-width: 769px) and (max-width: 1250px){
	.connected-carousels {
		width: 100%;
	}
	.inscription_col.visite_libre_1 {
	  width: 100%;
	}
	.inscription_boite .visite_desc {
		width: 59%;
	}	
	.boite_visite_libre {
		height: 154px;
	}
	.boite_visite_libre_expanded {
	  height: 100%;
	}
	.videotop, .mediatop, .top360, .matterporttop {
	  width: 60px;
	}
	.inscription_boite .photo {
		margin-right: 5px;
	}
	.inscription_boite .inscription_col_courtier .courtier {
		width: 42%;
	}
	.connected-carousels .stage {
		width: 100% !important;
	}
	.inscription_entete .box_prix_icone {
		text-align: left !important;
		float:left !important;
	}
	.connected-carousels .carousel-stage img {
		min-width: 800px !important;/* 333px */
		min-height: 400px !important;/* 222px */
		width: 100% !important;/* 333px */
		height: auto !important;/* 222px */
	}
}

@media only screen and (max-width: 768px) {
	.connected-carousels {
		width: 100%;
	}
	.connected-carousels .stage {
		width: 100% !important;
	}
	.inscription_col.visite_libre_1 {
	  width: 100%;
	}
	.inscription_boite .visite_heure {
		width: 100%;
	}	
	.inscription_boite .visite_date {
		width: 100%;
	}	
	.inscription_boite .visite_desc {
		width: 100%;
	}	
	.boite_visite_libre {
		height: 148px;
}
	.boite_visite_libre_expanded {
		height: 100%;
	}
	.videotop, .mediatop, .top360, .matterporttop {
		width: 45px;
	}
	.inscription_boite .photo {
		margin-right: 5px;
	}
	.inscription_boite .inscription_col_courtier .courtier {
		width: 100%;
	}
	/*.btn_visite_libre {
		display: none !important;
	}*/
	.inscription_entete .box_prix_icone {
		text-align: left !important;
		float:left !important;
	}
	.connected-carousels .carousel-stage img {
		max-width: 310px !important;/* 333px */
		min-height: 260px !important;/* 222px */
		width: 100% !important;/* 333px */
		height: auto !important;/* 222px */
	}
}
