#ee-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#ee-popup {
    background: #ffffff;
    max-width: 50rem;
    width: 90%;
    position: relative;
    text-align: center;
}

	

	.ee-popup-image{
		position: relative;
	}

		.ee-popup-image img {
            width: 100%;
            display: block;
        }

		#ee-popup-close {
			position: absolute;
			top: 0rem;
			right: 2rem;
			font-size: 3.8rem;
			cursor: pointer;
			font-weight: 400;
		}

			#ee-popup-close:hover {
				opacity: 0.6;
			}

	.ee-popup-content{
		font-size: 1.6rem;
		padding: 3rem;
		text-align: center;
	}
		
		.ee-popup-content p{
			text-align: center;
		}
		
		.ee-popup-titre.h2{
			font-size: 2.4rem;
			margin-bottom:0.5rem;
		}
		.ee-popup-texte{

		}
		/*.ee-popup-code {
			margin: 1.5rem 0;
			padding: 1rem;
			border: 0.2rem dashed #000;
			font-size: 1.8rem;
			font-weight: bold;
		}*/

		.ee-popup-subscribe {
			display: flex;
			justify-content: center;
			align-items: center;
			margin: 2rem 0;
		}
			.ee-popup-subscribe input[type=email] {
				width: 100%;
				height: 5.5rem;
				border: none;
				background: #fff;
				padding: 0 1rem 0 2rem;
				flex: 70%;
				font-style: italic;
				font-size: 1.4rem;
				font-weight: 300;
				border:0.5rem solid #f6f6f6;
			}

			form.ee-popup-subscribe input[type=email]:focus {
				background-color: #fff !important;
				border-color:#36b01e;
			}

			.ee-popup-subscribe input[type=submit] {
				height: 5.5rem;
				padding: 0 2rem;
				flex: 30%;
			}

		.ee-popup-btn {
			
		}

		.ee-popup-conditions {
			margin-top: 2.5rem;
			font-size: 1.1rem;
			opacity: 0.7;
			font-style:italic;
		}
