#z_perso_intro {
	position: fixed;
	top: 160px;
	left:20px;
	z-index: 99999999999999;
}
#z_perso {
	display:none;
}
#f_perso {
	display:none;
	position: absolute;
	left: -20px;
	top: -150px;
	width:calc(100% + 20px);
	height:calc(100% + 150px);
	background:rgba(0,0,0,0.5);
}

@media only screen and (max-width: 700px){
	#perso_1, #perso_2 {
		background:white;
		border:3px solid var(--awb-color7);
		border-radius:20px;
	}
}
#z_perso .pic {
	width:100%;
	position: absolute;
}
#z_perso .obj {
	position: absolute;
}
#z_perso #B_close {
	display:none;
	width: 47px;
	cursor:pointer;
	top: -25px;
	right: -25px;
}
@media only screen and (min-width: 700px){
	#z_perso_intro {
		top:auto;
		bottom: 0px;
		/*border:1px solid var(--awb-color7);*/
		left:auto;
		right: 90px;
		width: 400px;
		height: 480px;
	}
	#z_perso #B_close {
		display:none;
		width: 47px;
		cursor:pointer;
		top: 30px;
		right: 30px;
	}
	#z_perso #B_close:hover {
		opacity:.5;
	}
	#z_perso #B_go {
		cursor:pointer;
	}
	#z_perso #B_go:hover #bouton {
		opacity:.75;
	}
	#z_perso #B_go:hover #texte {
		color: var(--awb-color3);
	}
}
/* -------------------- */
#perso_1 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0px;
}
#perso_1 #modele {
	opacity: 0;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 95%;
}
#perso_1 #perso {
	width: 45%;
	top: 110%;
	right: 15%;
	opacity: 1;
}
#perso_1 #bird1 {
	opacity: 0;
	width: 12%;
	top: 25%;
	right: -12%;
}
#perso_1 #bird2 {
	opacity: 0;
	width: 23%;
	top: 27%;
	left: -28%;
}
#perso_1 #bird3 {
	opacity: 0;
	width: 8%;
	top: 44%;
	left: -10%;
}
#perso_1 #bird4 {
	opacity: 0;
	width: 15%;
	top: 19%;
	left: 23%;
}
#perso_1 #bird5 {
	opacity: 0;
	width: 20%;
	top: 5%;
	left: 9%;
}
#perso_1 #B_go {
	top: 150%;
	left: 34%;
	width: 59%;
	height: 13%;
}
#perso_1 #B_go #bouton {
	width: 250px;
}
#perso_1 #B_go #texte {
	top: 25%;
	left: 5%;
	position: absolute;
	color: white;
	text-align:center;
	text-transform: uppercase;
	width:72%;
	font-size: 15px;
	font-weight: bold;
}
#perso_1 #bulle {
	height: 25%;
	opacity:0;
	width: 50%;
	left: 2%;
	top: 2%;
}
#perso_1 #bulle #texte {
	top: 10%;
	left: 10%;
	position: absolute;
	color: white;
	font-size: 19px;
	text-align: center;
	line-height: 22px;
	font-family: "Roboto Condensed";
	width: 88%;
}
#perso_1 #bulle #texte b {
	color: var(--awb-color7);
	font-weight: bold;
}
#perso_1 #bulle #texte b:first-child {
	text-transform: uppercase;
}
@media only screen and (min-width: 700px){
	#perso_1 #B_close {
		width: 40px;
		cursor:pointer;
		top: 3px;
		right: 30px;
	}
}
/* -------------------- */
#perso_2 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
#perso_2 #modele {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 50px;
}
#perso_2 #terre {
	opacity: 0;
	width: 70%;
	top: 100%;
	right: 0;
}
#perso_2 #go_perso {
	width: 62%;
	top: 100%;
	right: 5%;
	height: 72%;
}
#perso_2 #go_perso #perso {
	width: 100%;
}
#perso_2 #go_perso #B_go {
	width: 97%;
	top: 38%;
	cursor:pointer;
	right: 3%;
	height: 18%;
}
#perso_2 #go_perso #B_go #bouton {
	width: 95%;
	left: 4%;
	top: 0;
}
#perso_2 #go_perso #B_go #mains {
	left: 2%;
	width: 100%;
	top: 0;
}
#perso_2 #go_perso #B_go #texte {
	top: 25%;
	left: 12%;
	position: relative;
	color: white;
	text-transform: uppercase;
	text-align:center;
	font-size: 15px;
	font-weight: bold;
	width:66%;
}

#perso_2 #planete {
	opacity: 0;
	width: 40%;
	top: -35%;
	left: 0%;
}
#perso_2 #mars {
	width: 15%;
	height: 14%;
	right: 24%;
	top: 18%;
}
#perso_2 #mars img {
	opacity: 0;
	width: 90%;
	margin: 5%;
}
#perso_2 #lune {
	width: 18%;
	left: 1%;
	top: 62%;
}
#perso_2 #lune img {
	opacity: 0;
	width: 90%;
	margin: 5%;
}
#perso_2 #z_bulle {
	width: 44%;
	height: 24%;
	left: 11%;
	top: 12%;
}
#perso_2 #bulle {
	height: 100%;
	opacity:0;
	width: 100%;
}
#perso_2 #bulle #texte {
	top: 10%;
	position: absolute;
	color: white;
	font-size: 16px;
	text-align: center;
	line-height: 19px;
	font-family: "Roboto condensed";
	width: 98%;
}
#perso_2 #bulle #texte b {
	color: var(--awb-color7);
	font-size: 15px;
}
#perso_2 #bulle #texte b:first-child {
	text-transform: uppercase;
	font-size: 15px;
}
@media only screen and (min-width: 700px){
	#perso_2 #B_close {
		width: 40px;
		cursor:pointer;
		top: 3px;
		right: 30px;
	}
}

/* -------------------- */
#z_perso_intro.perso_3 {
	top: auto;
	bottom: 20px;
	left: auto;
	right: 20px;
	width: 300px;
	height: 340px;
}
#perso_3 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	background: rgba(250, 250, 250, .95);
	border-radius: 10px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
#perso_3 #modele {
	opacity: 0;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 95%;
}
#perso_3 #perso {
	width: 45%;
	top: 100%;
	right: 15%;
	opacity: 1;
}
#perso_3 #bird1 {
	opacity: 0;
	width: 12%;
	top: 25%;
	right: -12%;
}
#perso_3 #bird2 {
	opacity: 0;
	width: 23%;
	top: 27%;
	left: -28%;
}
#perso_3 #bird3 {
	opacity: 0;
	width: 8%;
	top: 44%;
	left: -10%;
}
#perso_3 #bird4 {
	opacity: 0;
	width: 15%;
	top: 19%;
	left: 23%;
}
#perso_3 #bird5 {
	opacity: 0;
	width: 20%;
	top: 5%;
	left: 9%;
}
#perso_3 #B_go {
	top: 100%;
	left: 16%;
	width: 75%;
	height: 18%;
}
#perso_3 #B_go #bouton {
	width: 250px;
}
#perso_3 #B_go #texte {
	top: 25%;
	left: 7%;
	position: absolute;
	color: white;
	text-align:center;
	text-transform: uppercase;
	font-size: 15px;
	width:71%;
	font-weight: bold;
}
#perso_3 #bulle {
	height: 25%;
	opacity:0;
	width: 50%;
	left: 2%;
	top: 2%;
}
#perso_3 #bulle #texte {
	top: 10%;
	left: 10%;
	position: absolute;
	color: white;
	font-size: 16px;
	text-align: center;
	line-height: 17px;
	font-family: "Roboto Condensed";
	width: 88%;
}
#perso_3 #bulle #texte b {
	color: var(--awb-color7);
	font-weight: bold;
}
#perso_3 #bulle #texte b:first-child {
	text-transform: uppercase;
}
@media only screen and (min-width: 700px){
	.perso_3 #B_close {
		width: 47px !important;
		top: 10px !important;
		right: -7px !important;
	}
	.perso_3 #B_close .fas {
  	transform: rotate(45deg);
    font-size: 18px;
    color: var(--awb-color2);
    border: 2px solid var(--awb-color2);
    border-radius: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    display: block;
    background: white;
	}
}
/* -------------------- */
#z_perso_intro.perso_4 {
	top: auto;
	bottom: 20px;
	left: auto;
	right: 20px;
	width: 300px;
	height: 340px;
}
#perso_4 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	background: rgba(250, 250, 250, .95);
	border-radius: 10px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
#perso_4 #modele {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 50px;
}
#perso_4 #terre {
	opacity: 0;
	width: 70%;
	top: 100%;
	right: 0;
}
#perso_4 #go_perso {
	width: 70%;
	top: 100%;
	right: 2%;
	height: 72%;
}
#perso_4 #go_perso #perso {
	width: 100%;
}
#perso_4 #go_perso #B_go {
	width: 98%;
	top: 46%;
	cursor:pointer;
	right: 1%;
	height: 22%;
}
#perso_4 #go_perso #B_go #bouton {
	width: 95%;
	left: 4%;
	top: 0;
}
#perso_4 #go_perso #B_go #mains {
	left: 2%;
	width: 100%;
	top: 0;
}
#perso_4 #go_perso #B_go #texte {
	top: 25%;
	left: 10%;
	text-align:center;
	position: relative;
	color: white;
	text-transform: uppercase;
	width:68%;
	font-size: 14px;
	font-weight: bold;
}

#perso_4 #planete {
	opacity: 0;
	width: 40%;
	top: -35%;
	left: 0%;
}
#perso_4 #mars {
	width: 15%;
	height: 14%;
	right: 14%;
	top: 18%;
}
#perso_4 #mars img {
	opacity: 0;
	width: 90%;
	margin: 5%;
}
#perso_4 #lune {
	width: 18%;
	left: 1%;
	top: 62%;
}
#perso_4 #lune img {
	opacity: 0;
	width: 90%;
	margin: 5%;
}
#perso_4 #z_bulle {
	width: 51%;
	height: 24%;
	left: 3%;
	top: 2%;
}
#perso_4 #bulle {
	height: 100%;
	opacity:0;
	width: 100%;
}
#perso_4 #bulle #texte {
	top: 10%;
	position: absolute;
	color: white;
	font-size: 15px;
	text-align: center;
	line-height: 18px;
	font-family: "Roboto condensed";
	width: 98%;
}
#perso_4 #bulle #texte b {
	color: var(--awb-color7);
	font-size: 15px;
}
#perso_4 #bulle #texte b:first-child {
	text-transform: uppercase;
	font-size: 15px;
}
@media only screen and (min-width: 700px){
	.perso_4 #B_close {
		width: 47px !important;
		top: 10px !important;
		right: -7px !important;
	}
	.perso_4 #B_close .fas {
  	transform: rotate(45deg);
    font-size: 18px;
    color: var(--awb-color2);
    border: 2px solid var(--awb-color2);
    border-radius: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    display: block;
    background: white;
	}
}
#z_perso_intro.reduit {
	position:fixed !important;
	background: var(--awb-color7);
	width: 150px;
	height: 150px;
	border-radius: 150px;
	bottom: 20px;
	cursor:pointer;
	border: 2px solid white;
}
.reduit .pic,
.reduit #bulle,
.reduit #B_go
{
	display:none !important;
}

.reduit #perso {
	display:block !important;
	height: 80% !important;
	width: auto !important;
	bottom: 20px;
	top: auto !important;
	right: 30% !important;
}
#z_perso_intro.reduit:hover {
	background: var(--awb-color3);
}
.reduit #z_perso {
	display: block !important;
	width: 140px !important;
	height: 150px !important;
}
.reduit .perso_2 #perso_2 {
	top:-10px;
}
.reduit .perso_2 #perso {
	height:100% !important;
}
