#popup_ouverture{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: rgba(0,0,0,.7);
	color: white;
	font-family: 'Montserrat', sans-serif;
	padding: 5%;
	z-index: 10999;
	position: fixed;
	height: 100%;
}
.container{
	border:1px solid #bca763;
	background-color: black;
	width: 65%;
	height: auto;
	justify-content: center;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-right: 2%;
	padding-left: 2%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*margin-top: 14%;*/
}
#popup_ouverture > div > div.logo > img{
	margin-left: 2%;
}
p{
	line-height: 1.2;
	font-weight: 700;
}
h3{
	font-family: 'Montserrat', sans-serif;
	margin-top: 5%;
	font-size: 1.5em;
	font-weight: 500;
}
.btn_or{
	background-color: #bca763;
	border: 1px solid #bca763;
	color: white;
	margin-left: 3%;
	width: 23%;
	display: flex;
	justify-content: center;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	font-weight: 700;
	cursor: pointer;
}
.btn_or:hover{
	opacity: 0.5;
}
.txt_or{
	color: #bca763;
}
.btn_non{
	color: #bca763;
	background-color: black;
	border: 1px solid #bca763;
	width: 8%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 1%;
	padding-bottom: 1%;;
	font-weight: 700;
	cursor: pointer;
}
.btn_non:hover{
	opacity: 0.5; 
}
.logo{
	display: flex;
	justify-content: center;
}
.center{
	display: flex;
	justify-content: center;
	margin-bottom: 2%;
	text-align: center;
}
.btn{
	display: flex;
	justify-content: center;
	padding-bottom: 6%;
	/*padding-top: 1%;*/
}
@media screen and (max-width:323px){
/*	#popup_ouverture{
		width:25%;
	}*/
	.center{
		display: flex;
		justify-content: center;
		text-align: center;
		font-size: 0.6em;
		margin-bottom: 10%;
	}
	.btn{
		display: flex;
		flex-wrap: wrap;
		margin-top: 5%;
	}
	.btn_non{
		width: 25%;
		margin-bottom: 5%;
		font-size: 0.6em;
	}
	.btn_or{
		width: 80%;
		display: flex;
		justify-content: center;
		text-align: center;
		font-size: 0.6em;
		margin-bottom: 20%;
	}
	.container{
		height: auto;
		padding-left: 2%;
		padding-right: 2%;
		padding-top: 5%;
		/*width: 70%;*/
		top: 52%;
	}
	.logo{
		padding-bottom: 30%;
	}
	#popup_ouverture > div > div.btn > div{
		display: flex;
		justify-content: center;
		text-align: justify;
		font-size: 0.8em;
	}
}
@media screen and (min-width: 324px) and (max-width:355px){
	.center{
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.btn{
		display: flex;
		flex-wrap: wrap;
	}
	.btn_non{
		width: 25%;
		margin-bottom: 3%;
	}
	.btn_or{
		width: 80%;
		display: flex;
		justify-content: center;
		text-align: center;
		margin-bottom: 5%;
	}
	.container{
		height: auto;
		padding: 2%;
	}
}
@media screen and (min-width: 356px) and (max-width:378px){
	.center{
		display: flex;
		justify-content: center;
		text-align: center;
		font-size: 0.6em;
		margin-top:15%; 
	}
	.btn{
		display: flex;
		flex-wrap: wrap;
	}
	.btn_non{
		width: 25%;
		margin-bottom: 5%;
		font-size: 0.6em;
	}
	.btn_or{
		width: 80%;
		display: flex;
		justify-content: center;
		text-align: center;
		margin-bottom: 5%;
		font-size: 0.6em;
	}
	.container{
		height: auto;
		padding-top: 10%;
		padding-bottom:2%;
		width: 70%;
		top: 48%;
	}
	.center{
		line-height: 1;
	}
/*	#popup_ouverture{
		width: 25%;
	}*/
}
@media screen and (min-width: 379px) and (max-width:420px){
	.center{
		display: flex;
		justify-content: center;
		text-align: center;
		font-size: 0.6em;
		padding-top: 5%;
	}
	.btn{
		display: flex;
		flex-wrap: wrap;
	}
	.btn_non{
		width: 25%;
		margin-bottom: 5%;
		font-size: 0.6em;
	}
	.btn_or{
		width: 80%;
		display: flex;
		justify-content: center;
		text-align: center;
		margin-bottom: 5%;
		font-size: 0.6em;
	}
	.container{
		height: auto;
		padding-left: 2%;
		padding-right: 2%;
		padding-top: 8%;
	}
	.logo{
		margin-bottom: 15%;
	}
	#popup_ouverture{
		padding: 0!important;
	}
}
@media screen and (min-width:420px) and (max-width:569px){
	.center{
		display: flex;
		justify-content: center;
		text-align: center;
		font-size: 0.6em;
	}
	.btn{
		display: flex;
		flex-wrap: wrap;
	}
	.btn_non{
		width: 10%;
		margin-bottom: 1%;
		font-size: 0.6em;
	}
	.btn_or{
		width: 30%;
		display: flex;
		justify-content: center;
		text-align: center;
		margin-bottom: 1%;
		font-size: 0.6em;
	}
	.container{
		height: auto;
		width: 75%;
		padding: 0!important;
	}
	#popup_ouverture{
		padding: 0!important;
	}
}
@media screen and (min-width:569px) and (max-width:767px){
	.center{
		display: flex;
		justify-content: center;
		text-align: center;
		font-size: 0.6em;
	}
	.btn{
		display: flex;
		flex-wrap: wrap;
	}
	.btn_non{
		width: 10%;
		font-size: 0.6em;
	}
	.btn_or{
		width: 25%;
		display: flex;
		justify-content: center;
		text-align: center;
		font-size: 0.6em;
	}
	.container{
		height: auto;
		width: 75%;
		/*padding: 0!important;*/
	}
	.logo{
		margin-top: 2%;
		margin-bottom: 10%;
	}
}
@media screen and (min-width:768px) and (max-width:823px){
	.center{
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.btn{
		display: flex;
		flex-wrap: wrap;
	}
	.btn_non{
		width: 10%;
	}
	.btn_or{
		width: 40%;
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.container{
		height: auto;
		width: 75%;
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.logo{
		margin-top: 2%;
		margin-bottom: 5%;
	}
}
@media screen and (min-width:824px) and (max-width:1024px){
	.center{
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.btn{
		display: flex;
		flex-wrap: wrap;
	}
	.btn_non{
		width: 10%;
	}
	.btn_or{
		width: 37%;
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.container{
		height: auto;
		width: 75%;
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.logo{
		margin-top: 2%;
		margin-bottom: 10%;
	}
}
@media screen and (min-width:1025px) and (max-width:1366px){
	.center{
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.btn{
		display: flex;
		flex-wrap: wrap;
	}
	.btn_non{
		width: 10%;
	}
	.btn_or{
		width: 32%;
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.container{
		height: auto;
		width: 67%;
		padding: 2%;
		top: 50%;
	}
}
@media and (min-width: 1580px) {
	 .container{
		width: 50%;
		height: auto;
		padding: 2%;
	}
}
