.cover {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 500;
}

.blur-in {
    -webkit-animation: blur 2s forwards;
    -moz-animation: blur 2s forwards;
    -o-animation: blur 2s forwards;
    animation: blur 2s forwards;
    display: block;
}

.blur-out {
    -webkit-animation: blur-out 2s forwards;
    -moz-animation: blur-out 2s forwards;
    -o-animation: blur-out 2s forwards;
    animation: blur-out 2s forwards;
    display: none;
}

@-webkit-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-moz-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-o-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-webkit-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@-moz-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@-o-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}


.pop-up,
.pop-up-contact,
.pop-nav {
    position: fixed;
    margin: 0;
    left: 0;
    right: 0;
	top: 0;
    z-index: 999;
	width: 100%;
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    backface-visibility: hidden;
}

.background-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: -2;
    backdrop-filter:blur(10px) !important;
    backface-visibility: hidden;

    display: none;
}

.box {
    background-color: white;
	border: 3px solid black;
    text-align: center;
	width: 24vw;
	min-width: 465px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.box::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0.5rem;
	left: 0.5rem;
	background-color: #028f46;
	border: 3px solid black;
	z-index: -1;
}

.box span {
	width: fit-content;
	position: absolute;
	display: flex;
	background-color: #028f46;
	font-family: 'BOUNCY', sans-serif;
	font-size: 2rem;
	border-radius: 2em;
	padding: 1rem;
	transform: translateY(-50%);
	color: white;
}

.box span i.icon-zone {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	background-image: url(../img/zone/icon-change-world.png);
	background-position: center;
	background-size: cover;
	margin-right: 1rem;
}

.box .zone {
	width: 100%;
	display: block;
	padding: 1rem 3rem;
	margin-top: 2.5rem;
}



.zone .--zone {
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 3px solid #00000042;
}

.zone .--zone:nth-child(4) {
    border: none;
}

.box .zone i.page-icon,
.box .zone i.go-icon {
	display: block;
	height: 4rem;
	width: 4rem;
	background-image: url(../img/zone/POP-UP/icon-change-EU-GREEN.png);
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: all 300ms ease;
}


.box .zone .--zone:hover i,
.box .zone .--zone:hover i {
	opacity: 1;
}

.box .zone .zone-usa .page-icon {
	background-image: url(../img/zone/POP-UP/icon-change-USA-RED.png);
}

.box .zone i.go-icon {
	background-image: url(../img/zone/POP-UP/icon-green-go.png);
}

.box .zone a {
	color: black;
	font-size: 1.75rem;
}

a.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 3rem;
	border: 3px solid black;
	background-color: white;
	color: black;
	line-height: 2rem;
	font-size: 1.5rem;
}


.pop-up.open,
.pop-up-contact.open,
.pop-nav.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
  }
  .pop-up.open img,
  .pop-up-contact.open img,
  .pop-nav.open img {
	opacity: 1;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
  }

@media screen and (max-width: 430px) {
    .box {
        min-width: 344px;
    }

    a.close-button {
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1rem;
        font-size: 0.75rem;
    }

    .box span {
        font-size: 1.5rem;
    }

    .box span i.icon-zone {
        width: 1.5rem;
        height: 1.5rem;
    }
}