#fade,  /*--Masque opaque noir de fond--*/
#fade-disabled {
	display: none; /*--masqué par défaut--*/
	background: #555;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .30;
	z-index: 101;
}

#fade-black { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .60;
	z-index: 50;
}

.popup_block {
	display: none; /*--masqué par défaut--*/
	background-color: #F9F9F9;
	margin:0;
	border: 1px solid #ddd;
	float: left;
	font-size: 1.3em;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 102;
	min-width: 40%;
/*	max-width: 500px;*/
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 5px;
}

#full-popup {
	display: none; /*--masqué par défaut--*/
	background-color: #F9F9F9;
	margin:0;
	border: 1px solid #000;
	font-size: 1.3em;
	position: fixed;
	left: 220px;
	top: 70px;
	z-index: 200;
	width: calc(100% - 220px);
	height: calc(100% - 70px);
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;	
}


img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}

#close-popup {
	position: fixed;
	font-size: 3vw;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	top: 10px;
	right: 1vw;
	width: 8vh;
	height: 8vh;
	line-height: 8vh;
	text-align: center;
	font-weight: bold;
	z-index: 100;
	cursor: pointer;
	/*display: none;*/
	border: 1px solid #FFF;

	/*display: flex;*/
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* fenetre alerte à droite en absolue */

.alerter-form { 
  	width: 455px;
	background-color: #000;
	height: 100vh;
	min-height: 480px;
	background-color:rgba(55,55,55,1);	
	position: absolute;
	right:0;
	display:none;
	z-index:200;
  	margin: 0px auto; 
  	padding: 0px 20px; 
  	border-left: 1px solid #FFF;
  	top:0;
}


.alerter-form #content { 
  position:relative;  
  margin: 0px auto; 
  background-color:transparent;
  width: 415px; 
  padding: 0 20px; 
  border: 0px solid #555;  
  margin-top: 20px;
  color: #000;
}

.Zebra_Form .note {
	color: #FFF;
}

.alerter-form #telephone {
	color: #000;
	font-size: 20px;
}
.alerter-form #email { background:#fff no-repeat 380px 50%}
.alerter-form #email { background-image:url(./image/login-arobase.png) }

/* Bouton croix pour fermer */
.btn-fermer-popup {
	color:#FFF; 
	position:relative; 
	right: 10px; 
	font-size: 30px; 
	cursor: pointer;
	padding: 0 0px 0 5px;
	top:0px;
	margin-top: 80px;
	width: 20px;
	float: right;
}


.btn-fermer-popup:hover {
	background-color: #FF0000;
}

.popup_block#waiting {
	height: 80px; 
	width: 80px; 
	min-width: 50px; 
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	background-color: transparent; 
	border: 0; 
	box-shadow: initial;
	background-size: contain; 
	background-image: url(../assets/images/loading.gif); 
	background-repeat: no-repeat; 
	background-position: center;
}

.popup_block#popup-diaporama {
	height: 100vh; 
	width: 100vw; 
	background-color: black; 
	border: 0; 
	box-shadow: initial;
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: center;
	z-index: 1000;
}

/*--Gérer la position fixed pour IE6--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

.popup-text { padding: 20px; font-size: 1rem; font-family: Calibri; }
.popup-header { background-color: #EFEFEF; padding: 20px; padding-bottom: 20px; text-align: left; border-bottom: 1px solid #CCC; font-weight: bold; font-size: 1.2rem; font-family: Calibri; }
.popup-footer { margin-top: 20px; text-align: center; padding: 10px; text-align: right; }
.popup-footer .bizi-bouton { padding: 5px; height:auto; min-width: 200px; max-width: 200px; width: auto; text-transform: capitalize; float: right;}


@media screen and (max-width: 500px) {
	.popup_block {
		margin:0;
		border: 0;
		float: left;
		font-size: 1.3em;
		position: fixed;
		z-index: 5017;
		min-width: 100%;
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
		box-shadow: unset;
	}
}

