body, html{
	margin:0;
	border:none;
	padding:0;
}

#pp a:link, #pp a:visited, #pp a:active, #pp a:hover{
	cursor:default;
}

#iwpframe{
	width:100vw;
	height:100vh;
	border:none;
	background:url('../images/fondecran.jpg') 0% 0% no-repeat;
	background-size:100% auto;
}

#coverframe{
	position:fixed;
	width:100vw;
	height:100vh;
	border:none;
	background-color:rgba(255,255,255,0.8);
}


#mentionslegalesrgpd{
    display: none;
    position: absolute;
    top:0; 
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#mentionslegalesrgpd:target{
    display: block;
}
.popup_block{
    background: #fff;
    padding: 20px;
    border: 20px solid #555;
    position: relative;
    margin: 10% auto;
    width: 70%;
    box-shadow: 0px 0px 20px #000;
    border-radius: 10px;
}
img.btn_close {
    float: right;
    margin: -55px -55px 0 0;
}
#baspage {
	width: 100%;
	text-align: right;
	bottom: 5%;
	position: fixed;
	right: 5%;
}

a.pp:link { 
	text-decoration:none;  
	color: black;
	cursor:default;
}
a.pp:visited {
    color: black;
    cursor:default;
}
a.pp:active {
    color:black;
    cursor:default;
}
a.pp:hover {
    color:#grey;
    text-decoration: none;
    cursor:default;
}

a.ps:link { 
	text-decoration:none;  
	color: #2f3a72;
	display:block;
	text-transform:uppercase;
	margin:20px auto;
}
a.ps:visited {
 	color: #2f3a72;
}
a.ps:active {
	color: #2f3a72;
}
a.ps:hover {
	color: #2f3a72;
    text-decoration: none;
}


#texte {	
	float:left;
	height:auto;
	margin-top:300px;
	margin-bottom:100px;
	padding:0px;
	width:100%;
	font-size:12px;
	line-height:13px;
	text-align:justify;
	color:black;
	cursor:default;
	-webkit-animation: pp 522s ease 0s forwards; 
	-moz-animation: pp 522s ease 0s forwards; 
	-ms-animation: pp 522s ease 0s forwards; 
	-o-animation: pp 522s ease 0s forwards; 
	animation: pp 522s ease 0s forwards; 
}

#pp{
	font-size:10px;
	line-height:12px;
}

#mentionslegales{
	color:#888;
}

#mentionslegales h1{
	color:black;
	font-size:30px;
	text-align:center;
}
#mentionslegales h2{
	color:black;
	font-size:20px;	
}
#mentionslegales h3{
	color:black;
	font-size:15px;
}

@media (max-width: 800px) {
#iwpframe{
	width:100vw;
	height:100vh;
	border:none;
	background:url('../images/fondecranmini.jpg') 0% 0% no-repeat;
	background-size:100% auto;
}	
a.pp:link { 
	display:block;
	float:left;
	margin:20px;
	font-size:15px;
	text-decoration:none;  
	color: black;
	cursor:default;
}
a.pp:visited {
    color: black;
    cursor:default;
}
a.pp:active {
    color:black;
    cursor:default;
}
a.pp:hover {
    color:#grey;
    text-decoration: none;
    cursor:default;
}
}


@-webkit-keyframes pp{ 
	from { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; } 
	99% { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; }
	to { opacity: 1; filter: alpha(opacity = 100); -moz-opacity: 1; } 
}
@-moz-keyframes pp{ 
from { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; } 
	99% { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; }
	to { opacity: 1; filter: alpha(opacity = 100); -moz-opacity: 1; } 
} 
@-ms-keyframes pp{
from { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; } 
	99% { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; }
	to { opacity: 1; filter: alpha(opacity = 100); -moz-opacity: 1; } 
} 
@-o-keyframes pp{
from { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; } 
	99% { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; }
	to { opacity: 1; filter: alpha(opacity = 100); -moz-opacity: 1; } 
} 
@keyframes pp{ 
from { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; } 
	99% { opacity: 0; filter: alpha(opacity = 0); -moz-opacity: 0; }
	to { opacity: 1; filter: alpha(opacity = 100); -moz-opacity: 1; } 
} 

