/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100000;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		position: fixed;
		z-index: 100001;
		width: 100%;
		height: 0;
		top: 0 !important;
		left: 0;
		}
	
	.reveal-modal .close-reveal-modal {
		font-size: 45px;
        line-height: .5;
        position: absolute;
        top: 8px;
        right: 11px;
        color: #f1c40f;
        font-weight: 400;
        cursor: pointer;
		} 

	.reveal-modal .type1 {
        position: relative;
        top: 100px;
        width: 40%;
        margin: 0 auto;
		max-width: 500px;
		background: rgba(44, 62, 80, 0.72);
	    height: initial;
		padding: 30px 40px 0;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
	}

	.reveal-modal .type1 h1{
	    text-align: center;
		margin: 0 auto 30px;
		font-size: 24px;
	}  

	.reveal-modal .type1 input { 
		font-size: 20px;
		font-weight: bold;
	}
	.reveal-modal .type1 input:focus { 
	    color: #333;
		
	}

	.reveal-modal .type1 * { 
		transition: none !important;
	}
	input.form-control.tarif-input {
    background: transparent;
    border: 0 !important;
    text-align: center;
	margin: 0 auto 10px;
	cursor: default;
	color: #f1c40f !important;
}