/* Outer */
.promotionalpopup {
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    display: inline-block;
    background-color: rgba(0,0,0,.5);
	margin : 0 auto;
	text-align: center;
	border-color: rgb(196,183,166);
    color: rgb(47,39,38);
}
 
/* Inner */
.promotionalpopup-inner {
	margin:0 auto;
	padding:0;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    /*box-shadow:0px 2px 6px rgba(0,0,0,1);*/
    /*border-radius:3px;*/
    /*background:#fff;*/
	text-align: center;
	background-color:#FFFFFF;
	overflow-x : hidden;
	overflow-y : hidden;
	max-width :75%;
	height : auto;
}
 
/* Close Button */
.promotionalpopup-close {
	z-index: 1005;
	position:absolute;
	right:20px;
	top :10px;
    /*background-position: 100% 3px;*/
    cursor: pointer;
    float: right;
    height: 15px;
    text-size-adjust: 100%;
    width: 15px;
    perspective-origin: 7.5px 7.5px;
    transform-origin: 7.5px 7.5px;
    background: url(../../img/common/close_popin-02.png) no-repeat scroll 100% 3px / auto padding-box border-box;}
 
.falselink{ width: 15px;display : block;
text-decoration : none;}

.ImageUp{z-index: 1000;
max-width:100%;
max-height:100%;
width:100%;
height:100%;}

/* Media queries */
 

 /*@media(max-width: 680px) { 
  
     .promotionalpopup { 
    height:auto; 
    top:90%;   
} 
    .promotionalpopup-inner { 
      max-width: 95%;
    height: auto;
    }
    .ImageUp {
    max-width: 200%;
    max-height: 200%;
    width: 200%;
    height: 200%;
    }
}*/ 

  .ImageUpMobile {
    display: none;
} 

 @media (max-width: 680px){

	.promotionalpopup-inner {
		max-width: 95%;
		height: auto;
		/* max-width: 95%; */
		/* height: auto; */
		margin: 0 auto;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		/* box-shadow: 0px 2px 6px rgba(0,0,0,1); */
		/* border-radius: 3px; */
		/* background: #fff; */
		text-align: center;
		background-color: #FFFFFF;
		/* overflow-x: hidden; */
		/* overflow-y: hidden; */
		/* max-width: 75%; */
		/* height: auto; */
		width: 75%;
	}

	.ImageUp {
		max-width: 100%;
		max-height: 100%;
		width: 200%;
		height: 200%;
		display: none;
	}
	.ImageUpMobile {
		max-width: 100%;
		max-height: 100%;
		width: 200%;
		height: 200%;
		display: block;
	}

	.promotionalpopup {
		/* height: auto; */
		/* top: 90%; */
	}

    .rdvEtapes .nouvStyle .blockRecherche, .rdvEtapes2 .nouvStyle .blockRecherche {
		/*padding: 0;*/
		background: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		text-align: left;
		padding: 18px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}




