.overlay-guest {
	display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4000;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
     overflow: auto;
}

.popin-guest {
	display: block;
    position: relative;
    background-color: #ffffff;
    height: auto;
    padding: 30px;
    width: 600px;
    margin: 100px auto;
}

.popin-guest h1 {
	background-color: #fde4a1;
    margin-bottom: 0;
    padding:10px; /* STZ*/
    padding-top: 25px;
    padding-bottom: 10px;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    text-align:center; /*STZ */
}

.popin-guest h2 {
	background-color: #fde4a1;
	margin-left: -30px;
    margin-right: -30px;
    padding-bottom: 10px;
     text-align:center; /*STZ */
}

.overlay-guest .button {
	display: block;
	margin: 0 auto;
	width: 250px;
	background-color: #364656;
	font-weight: 900;
	border-radius: 3px;
}

.yes-btn {
	background-color: #82dff4 !important;
}

.popin-info {
	margin-bottom: 15px;
	padding: 10px;
}

.popin-info .columns p {
	background-image: url('/img/article/tick_arrow.svg');
    background-repeat: no-repeat;
    background-position: 2px 5px;
    padding-left: 20px;
}

.close-popin {
	background-image: url('/img/tiles/popup-close.png');
	background-repeat: no-repeat;
	position: absolute;
	right: 7px;
	top: 6px;
	width: 15px;
	height: 15px;
}



@media screen and (max-width: 40em) {
	.popin-guest {
	    width: 90%;
	}

	.overlay-guest .button {
		margin-bottom: 10px;
	}
}



.passerelle-box {
	padding: 20px;
    border: 6px solid rgb(218, 156, 73);
    border-image: none;
    margin-bottom: 30px;
    background-color: #ffffff;
}

.passerelle-header-box {
	margin-bottom: 0px;
	text-align: center;
}

.passerelle-header-box h1 {
	margin-bottom: 5px;
}


.passerelle-box-info p {
	background-position: 0px 2px; 
	color: rgb(54, 70, 86) !important; 
	line-height: 20px; padding-left: 20px; 
	font-family: "Roboto", sans-serif !important; 
	background-image: url(/img/article/tick_arrow.svg);
	background-repeat: no-repeat;
}

.passerelle-access {
	margin-top: 20px;
	margin-bottom: 10px;
}

.passerelle-access a {
	display: block;
	margin: 0 auto;
	width: 350px;
	font-size: 1rem;
	font-weight:bold;
}

.passerelle-mail-box {
	padding: 15px;
	padding-top: 0;
	padding-bottom: 0;
	
  border-image: none;
  background-color: rgb(255, 255, 255);
}

@media screen and (max-width:640px)
{
	.passerelle-box-info {
		border: none;
	}
	
	.passerelle-access a {
		width: 300px;
	}	
	
}
