@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@import url('https://fonts.googleapis.com/css2?family=Bangers');
@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji');

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  nobackground: linear-gradient(to bottom, #8c7a7a 0%, #004085 65%, #af877c 100%) fixed;
  nobackground: url("../images/background/blurred_bg3.jpg") no-repeat center center fixed;
  background-size: cover;
  font: 13px/20px "Lato", Arial, sans-serif;
  color: #9E9E9E;
  margin:0px;
  padding:0px;
  height:100%;
}

#header {
	position:absolute;
	width:100%;
	height:60px;
	z-index:9;
	position:fixed;
	top:0;
	text-align:right;
	/* background:#2e4c66; */
	border-bottom: 2px solid rgba(255, 255, 255, .1);
}

.step {
	position:relative;width:100%;height:100%;nodisplay:block;
	background-size: cover;
	text-align:center;
	min-height: 100vh;
	padding:10px;
}

#step_flower {
	position:relative;width:100%;height:100%;nodisplay:block;
	background-size: cover;
	text-align:center;
	min-height: 100vh;
	/*padding:10px;*/
}


#step_01::before, #step_flower::before, #step_02::before, #step_03::before, #step_04::before, #step_05::before, #step_06::before {
    content: "";
    background-image: url('../images/cover_blurred.jpg');
    /*background-size: cover;*/
    background-position: center top;
    background-size: 100% auto;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.90;
}


/* BLURRED BACKGROUND */
/*
#step_01::before, #step_flower::before, #step_02::before, #step_03::before, #step_04::before, #step_05::before, #step_06::before {
	background-size: cover;
	display: block;
	position: fixed;
	left  : -40px;
	top   : -40px;
	bottom: -40px;
	right : -40px;
	z-index:0;
	filter: blur(20px);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin:-5px;
}
*/
/* /BLURRED BACKGROUND */

@media screen and (max-width: 900px) {
    #step_01::before, #step_flower::before, #step_02::before, #step_03::before, #step_04::before, #step_05::before, #step_06::before {
        background-position: center top;
        background-size: auto 100%;
    }
}

@media screen and (min-width: 900px) {
	.card_flower {
		scale: 1.3 !important;
		margin: 40px !important;
	}
}

#step_01a, #step_01b, #iframe_flower {
filter: drop-shadow(rgb(0, 0, 0) 1px 1px 1px);
}


#step_01 {
	/*
	background: url('../images/background/blurred_bg8.jpg') no-repeat center center fixed;
	background-size: cover;*/
	padding-top:60px;
}

#step_02 {
	/*background: url('../images/background/bg_green.jpg') no-repeat center center fixed;
	background-size: cover;*/
	padding-top:60px;
	display:none;
}	
#step_03 {
	/*background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/blurred_bg3.jpg') no-repeat center center fixed;
	background-size: cover;*/
	padding-top:60px;
	display:none;
}
#step_04 {
	/*background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/blurred_bg4.jpg') no-repeat center center fixed;
	background-size: cover;*/
	padding-top:60px;
	display:none;
}

#step_05 {
	position:relative;width:100%;height:100%;nodisplay:block;
	/*background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/blurred_bg3.jpg') no-repeat center center fixed;
	background-size: cover;*/
	padding-top:60px;
	display:none;
}
#step_06 {
	/*background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/blurred_bg3.jpg') no-repeat center center fixed;
	background-size: cover;*/
	padding-top:70px;
	display:none;
	color:white;
} 
 
/* My CARD style */
#card {
    width: 300px;
    border: 0px solid black;
    height: 545px;
    border-radius: 10px;
    display: inline-table;
    background: #00000099;
    box-shadow: rgb(255 255 255) 0px 5px 15px;
	overflow: hidden;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	transform: rotate(-1deg);
} 

#card:hover {transform: rotate(2deg);}

#card div {
	float:left;
	width:100px;
	height:100px;
	padding:0;
	border:0;
	overflow:hidden;
	scale:1;
}

#card img {
	width:100%;
	height:100%;
	scale:1;
}
#card span {
    position: absolute;
	width:100%;
    z-index: 9;
    margin: 0;
    padding: 4px;
    background-color: #00000040;
    color: white;
    text-shadow: 4px 4px 4px black;
    margin-top: 4px;
	font-size: 12px;
	text-align: center;
	bottom:4px;
}

#card .card_avatar	 		{ width: 95px  !important; height:95px  !important; margin:0 !important;padding:0 !important;}
#card .card_strengths_title { width: 100%  !important; height:36px  !important; }
#card .card_strengths 		{ width: 75px  !important; height:75px  !important; }
#card .card_dreams_title 	{ width: 100%  !important; height:36px  !important; }
#card .card_dreams    		{ width: 150px !important; height:100px !important; }
#card .card_dreams img {
    object-fit: cover !important;
    scale: 1.2 !important;
    background: #ffffff;
}


/* CARDS style */
 
.card {
	width:150px;
	height:150px;
	display: inline-block;
	margin: auto;
	border-radius: 14px;
	position: relative;
	text-align: center;
	box-shadow: -1px 15px 30px -12px black;
	background:white;
	border:0px solid white;
	margin:10px;
	filter: brightness(0.99) saturate(99%);
	cursor: pointer;
}

.card:hover {
  box-shadow: 1px 1px 40px #f9b916;
  transform: scale(1.05);
  filter: brightness(1.0) saturate(100%);
  transition: transform 0.2s, box-shadow 0.2s;
}

.card_flower {
	width :125px !important;
	height:150px !important;
	border:0px solid white !important;	
	display: inline-block;
	margin: auto;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-shadow: -1px 15px 30px -12px black;
	background:white;
	margin:5px;
	cursor: pointer;
	background: url('../images/flower_bg3.jpg');
	background-size:cover;
	transform: rotate(2deg); 
	
}

.card_flower:hover {
  box-shadow: 1px 1px 40px #f9b916;
  transform: scale(1.1) rotate(5deg); 
  filter: brightness(1.0) saturate(100%);
  transition: transform 0.5s, box-shadow 0.5s;
  z-index:9;
}

.card_flower:focus {
  transform: scale(1.1) rotate(5deg); 
  z-index:9;
}
  
.card_flower img {
	height:60%;
	noborder:2px solid gray;
	margin:10px;
	padding:10px;
	margin-top:-5px;
	border-radius: 2px !important;	
	box-shadow: 0px 0px 0px 0px black;
	filter: brightness(0.99) saturate(50%);
}
 
.card_flower_title {
	margin:2px;
	font-size:18px;
	font-weight:bold;
	color:#553016;
	text-transform:uppercase;
}

.sep2 {margin-top:10px;} 

.card h1 {
  font-size: 20px;
  color: black;
  font-weight: 900;
  margin: 2px;
}

.card h2 {
  font-size: 13px;
  font-weight: 600;
  margin: 2px;
  text-transform: uppercase;
} 

.card .desc {
	font-size:13px;
	text-align:left;
	padding-left:2px;
	padding-right:2px;	
    letter-spacing: -.3px;
	color:#323232
}

.card .desc2 {
	font-size:15px;
	text-align:center;
	padding-left:4px;
	padding-right:4px;	
    letter-spacing: -.3px;
	color:#323232
}

.head {
	height:40px;
	margin: auto;
	border-radius: 14px;
	text-align: center;
	box-shadow: -1px 15px 30px -12px black;
	background:white;
	border:0px solid white;
	margin:2px;
	position:relative;
}

.head h1 {
  line-height: 40px;
  font-size: 20px;
  color: white;
  font-weight: 900;
}

/* STEP_01 =================================== */
#step_01 .card {width:150px;height:150px;border:4px solid navy;}

#step_01 .card_picto {
    position: absolute;
    margin-top: 0px;
    border-radius: 70px;
    height: 140px;
    margin-left: -70px;
}

/* STEP_02 =================================== */
#step_02 .card {width:150px;height:150px;border:4px solid white;}

#step_02 .card_picto {
    position: absolute;
    margin-top: 0px;
    border-radius: 70px;
    height: 140px;
    margin-left: -70px;
}

/* STEP_03 =================================== */
#step_03 .card {width:350px;height:150px;border:0px solid purple;}

#step_03 .card .card_part_1 { 
	float:left; width:130px;height:150px;border:0px solid red ;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px; 
}

#step_03 .card .card_part_2 { 
	float:left; width:160px;height:150px;border:0px solid pink  ; 
	
}
 
#step_03 .card .card_part_3 { 
	float:right;width:060px;height:150px;border:0px solid orange;
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
 }
 
#step_03 .card .card_info_1 { 
	height:37.5px;border-bottom:1px solid white;color:white;nodisplay:flex;padding:4px;align-items:center;
	border-top-right-radius: 14px;
	text-align: left;line-height: 1.1;
}

#step_03 .card .card_info_2 { 
	height:37.5px;border-bottom:1px solid white;color:white;nodisplay:flex;padding:4px;align-items:center;
	text-align: left;line-height: 1.1;
}

#step_03 .card .card_info_3 { 
	height:37.5px;border-bottom:1px solid white;color:white;nodisplay:flex;padding:4px;align-items:center;
	text-align: left;line-height: 1.1;
}

#step_03 .card .card_info_4 { 
	height:37.5px;border:0px solid white;color:white;nodisplay:flex;padding:4px;align-items:center;
	border-bottom-right-radius: 14px;
	text-align: left;line-height: 1.1;
	padding-right:0;
	letter-spacing: -.9px;
}

#step_03 .card_picto {
	margin-top:-10px;
	margin-left: -15px;
	height:160px;
}

/* STEP_04 =================================== */
#step_04 .card {width:350px;height:150px;border:0px solid crimson;}

#step_04 .card .card_part_1 { 
	float:left; width:130px;height:150px;border:0px solid red ;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px; 
}

#step_04 .card .card_part_2 { 
	float:left; width:160px;height:150px;border:0px solid pink  ; 
	
}
 
#step_04 .card .card_part_3 { 
	float:right;width:060px;height:150px;border:0px solid orange;
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
 }
 
#step_04 .card .card_info_1 { 
	height:37.5px;border-bottom:1px solid white;color:white;nodisplay:flex;padding:4px;align-items:center;
	border-top-right-radius: 14px;
	text-align: left;line-height: 1.1;
}

#step_04 .card .card_info_2 { 
	height:37.5px;border-bottom:1px solid white;color:white;nodisplay:flex;padding:4px;align-items:center;
	text-align: left;line-height: 1.1;
}

#step_04 .card .card_info_3 { 
	height:37.5px;border-bottom:1px solid white;color:white;nodisplay:flex;padding:4px;align-items:center;
	text-align: left;line-height: 1.1;
}

#step_04 .card .card_info_4 { 
	height:37.5px;border:0px solid white;color:white;nodisplay:flex;padding:4px;align-items:center;
	border-bottom-right-radius: 14px;
	text-align: left;line-height: 1.1;
	padding-right:0;
	letter-spacing: -.9px;
}
 
#step_04 .card_picto {
	margin-top:-10px;
	margin-left:-15px;
	height:150px;
}

/* STEP_05 =================================== */
#step_05 .card {width:350px;height:100px;border:0px solid gold;margin:5px;}

#step_05 .card .card_part_1 { 
	float:left; width:120px;height:100px;border:0px solid red ;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px; 
	/*background-size:cover !important;*/
	background-size: 125% !important;
    background-position-y: center !important;	
}

#step_05 .card .card_part_2 { 
	float:left; width:170px;height:100px;border:0px solid pink  ; 
	align-items: center;
	/* display: flex; */
    overflow: hidden;
    padding-top: 15px;
}
 
#step_05 .card .card_part_3 { 
	float:right;width:060px;height:100px;border:0px solid orange;
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
 }
 
#step_05 .card .card_info_1 { 
	color:white;nodisplay:flex;padding:4px;align-items:center;
	border-top-right-radius: 14px;
	text-align: left;
	height:50px;
	align-items: center;
}

#step_05 .card .card_info_2 { 
	color:white;nodisplay:flex;padding:4px;align-items:center;
	border-top-right-radius: 14px;
	text-align: left;
	height:50px;
	align-items: center;
}

#step_05 .card .card_info_3 { 
	color:white;nodisplay:flex;padding:4px;align-items:center;
	border-top-right-radius: 14px;
	text-align: left;
	height:50px;
	align-items: center;
}

#step_05 .card .card_info_4 { 
	color:white;nodisplay:flex;padding:4px;align-items:center;
	border-top-right-radius: 14px;
	text-align: left;
	height:50px;
	align-items: center;
	padding-right:0;
	letter-spacing: -.9px;	
	padding-left: 3px;
}

#step_05 .card_picto {
	margin-top:-10px;
	height:50px;
}

#step_05 .card h1 {
	font-size:18px;
	font-weight:800;
	margin-left:5px;
	letter-spacing: -0.06em;
}

#step_06 h2 {
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 4));
}

/* HEADER ======================================== */
#header .card {
	width:50px;
	height:50px;
	margin:0;
	margin-left:2px;
	margin-right:2px;
}
 
#header .card_picto {
	height:50px;
	max-width:50px;
	object-fit: cover;
	position: absolute;
    margin-top: 0px;
    border-radius: 10px;
    margin-left: -25px;
}

/* CARD COLORS =================================== */											 									 
.card_bg_green    { background: url("../images/background/green-bg.jpg"); }
.card_bg_blue     { background: url("../images/background/blue-bg.jpg");  }
.card_bg_pink     { background: url("../images/background/pink-bg.jpg");  }
.card_bg_orange   { background: url("../images/background/orange-bg.jpg");}

.bg_green  { background-color:#82BB30; }
.bg_blue   { background-color:#4FACFF; }
.bg_pink   { background-color:#EE5487; }		
.bg_orange { background-color:#EC9B3B; }	

.tx_green   { color:#82BB30; }
.tx_blue    { color:#4FACFF; }
.tx_pink    { color:#EE5487; }
.tx_orange  { color:#EC9B3B; }
												 
h1 {
margin:0;padding:0;color:white;font-size:28px;font-weight:bold;
}
h2 {margin:0;padding:0;color:white;font-size:20px;}

.title {
    position: fixed;
    width: 100%;
    z-index: 99999;
    text-align: center;
    /* position: absolute; */
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 4));
}

.subtitle {
    padding-top:40px;
}

#step_06 .title {
    position: relative !important;
}

#step_06 .subtitle {
    padding-top:0px !important;
}

.shadowfilter {
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));
     filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));
}	

.small {
  font-size: 80%;
  font-weight: 900;
}

.member-stats {
    line-height: 1;
	width:100px;
	height:100px;
	color:white;
}


/* FLOATING TEXT =================================== */											 									 
@keyframes floating {
	0%   {transform: translatey(0px  );}
	50%  {transform: translatey(-20px);}
	100% {transform: translatey(0px  );}
}

.floating_text {
	display:block; 
	position:absolute;
	min-width:150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color:white;
	font-size:16px;
	font-weight:bold;
	/* overflow: hidden; */
	/*transform: translatey(0px);*/
	animation: floating 6s ease-in-out infinite;
	z-index:999;
}

#button_flower {
	z-index:999;
}

.avatar_edit {
    padding: 0px;
    width: 24px; 
    height: 24px;
    margin-left: 45px;
    margin-top: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    position: absolute;
    z-index: 999999;
}

#card_avatar_edit .avatar_edit {
	margin: 0;
    padding: 0;
	color:white;
    left: 0;
    width: 100%;
	font-size:100%;
	background: #01000038;
	border-radius: 10px;
}

#card_avatar_edit i {
    padding: 30px;
    margin-top: -23px;
    font-size: 650%;
}

#card_avatar_edit span {
    font-size: 100%;
	text-shadow: 2px 2px 2px #111111;
    text-transform: uppercase;
}

#card_avatar_edit img {
	filter: brightness(0.8);
	//filter: brightness(0.9) invert(.7) sepia(.5) hue-rotate(100deg) saturate(200%); // convert black to color
}



/* HEADER-NAVBAR */

.member-stats {
	background:#2e4c66;
	width:100px;
	height:60px;
	border:0px solid white;
	padding-top:4px;
	padding-left: 4px;
	padding-right: 4px;
	display: inline-block;
	opacity: 1;
	-webkit-transition: width .15s ease-out;
	transition: width .15s ease-out;
	transform:scale(1);
}

.profile-name-character {
	width: 100%;
	margin-bottom: 2px;
}
.profile-name-character h3 {
	border-bottom: 1px /*solid #B5D5FF*/;
}
.character-name {
padding:0;
margin:0;
font-size:12px;
}
.character-level {display:none;}

.progress {
	height:10px !important;
	background:#e9ecef;
}

.progress-container {
	margin-left: 4px;
	/*margin-bottom: .5em;*/
	height: 14px;
}  
.progress-container>.svg-icon {
	width: 24px;
	height: 24px;
	margin-right: 0px;
	margin-top: 0px;	
	margin-left:-8px;
	position: absolute;
	text-align:center;
}

.progress-container>.progress {
	min-width: 50px;
	margin-left: 15px;
}
.progress-container>span {
	color: #dcd5e2;
	margin-left: 8px;
	font-style: normal;
	line-height: 1;
}
.no-party .party-members {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
} 
.small-text 	{
	font-size:10px;
	margin-left: 15px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; 
}
.float-left		{float:left;}
.float-right	{float:right;}
.bg-health 	    {background:#2fc62b; } .color-health 		{color:#2fc62b;  } 
.bg-diamond	    {background:#51b7eb; } .color-diamond		{color:#51b7eb;  }
.bg-love 		{background:#b961fe; } .color-love 		    {color:#b961fe;  }
.bg-experience	{background:#fe6166; } .color-experience	{color:#fe6166;  }
  
.stat_left {
	float:left;
	position:absolute;
	margin-top:-10px;
	margin-left:17px;
	color:#111111;
	font-weight:normal;
}

.stat_right {
	float:right;
	position:absolute;
	margin-top:-10px;
	margin-left:68px;
	color:#111111;
	font-weight:normal;
}

#header_progress {
    width: 0%;
    height: 4px;
    border-bottom: 2px solid white;
    float: left;
    margin-top: -4px;
    font-weight: 800;
    z-index: 9;
    position: absolute;
    color: white;
    text-align:right;
    transition: width 3s ease;
}

#num_dimensions {
	position: absolute;
	text-align: center;
	width: 100%;
	background: navy;
	border-radius: 50px;
	height: 20px;
	font-weight: bold;
	margin-top: 30px;
	z-index: 99999;
	color:white;
}

#num_strengths {
	position: absolute;
	text-align: center;
	width: 100%;
	background: navy;
	border-radius: 50px;
	height: 20px;
	font-weight: bold;
	margin-top: 30px;
	z-index: 99999;
	color:white;
}

#num_dreams {
	position: absolute;
	text-align: center;
	width: 100%;
	background: navy;
	border-radius: 50px;
	height: 20px;
	font-weight: bold;
	margin-top: 30px;
	z-index: 99999;
	color:white;
}


.modal-dialog {
    padding-top: 10px;
    padding-bottom: 10px;
}
.modal-dialog .next {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
	border:0;
	background:#FFFFFF;
}


.step_01_select {
	cursor:pointer;
	color:white;font-weight:bold;
	width:145px;
	padding:2px;
	margin:15px;
	margin-top:5px;
	margin-bottom:5px;
}

.step_01_select:hover {
	opacity: 0.9;
	background-color: initial;
	color: initial;
	/*pointer-events:none;*/
} 






/* CSS POPPING Ref : https://codepen.io/evkwan/pen/OgNPBo */
.pop {
  transform: translateY(50px) scale(0);
  opacity: 0;
  animation: pop-up 0.6s cubic-bezier(0.27,0.53,0.28,1.58) forwards;
}

.unpop {
  transform: translateY(0px) scale(1);
  opacity: 1;
  animation: unpop-up 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06) forwards;
}

@keyframes pop-up {
  0% { transform: translateY(100px) scale(0); opacity: 0; }
  100% { transform: translateY(0px) scale(1); opacity: 1; }
} 

@keyframes unpop-up {
  0% { transform: translateY(0px) scale(1); opacity: 1; }
  100% { transform: translateY(-200px) scale(0); opacity: 0;  }
}





.btn_center {
  cursor:pointer;
  position:absolute;
  top: 50%; left: 50%; /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
}

.btn_play {
	font-size: 200% !important;
	font-weight: 100 !important;
	text-decoration:none !important;
}
.btn_play a:hover {
	text-decoration:none !important;
}

.no_margin {margin:0 !important;}


#flower_div {
	position:relative;
    width: 250px;
    height: 250px;
    nobackground: linear-gradient(to bottom, navy, lightblue 50%, blue 75%, green 75%,#82ac00 90%);
    z-index: 999;
    noborder: 5px solid white;
    margin-top: -215px;
    margin-left: -10px;	
}

#leaves_img {
    width: 100%;
    height: 100%;
    -webkit-filter: drop-shadow( 2px 2px 4px rgba(0, 0, 0, .7));
    filter: drop-shadow( 2px 2px 4px rgba(0, 0, 0, .7));
    transform: scaleX(1.3);
    vertical-align: middle;
    border-style: none;	
}

#flower_img {
    position: relative;
    top: -100%;
    width: 35% !important;
    height: 35% !important;
    -webkit-filter: drop-shadow( 2px 2px 4px rgba(0, 0, 0, .7));
    filter: drop-shadow( 2px 2px 4px rgba(0, 0, 0, .7));
    vertical-align: middle;
    border-style: none;	
}



.chart-container {
	float:right !important;
	height:200px !important; 
	width: 230px !important;
	border:1px dotted #CECECE;
    position: absolute;
    top: 70px;
    right: 0;	
}

