body {
/*
	font-family: 'Prompt', cursive;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
	background: #F4EDF3;
  */
}
p {
	/*margin: 0;*/
}

.tmpnewmark .flx-bloc.flx-chapo.theme-light {
  padding-bottom: 10px;
} 
.fortune_container .img_responsive {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.fortune_container {
	position: relative;
	/*height: 100vh;*/
	min-height: 662px;
	padding: 20px 15px 0;
}
.fortune_container .top-text {
	color: #2F0838;
	font-weight: 400;
	text-align: center;
	max-width: 580px;
	margin: 0 auto 10px;
}

.fortune_container .bottom-btns {
	text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-bottom: 3em;
  padding-top: 2em;
}

.fortune_container .button {
	background: #86328b;
	color: #ffffff;
	border: none;
	padding: 28px 55px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	border-radius: 15px;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
	outline: none;
}

.fortune_container .button:hover {
	background: #2d1033;
	padding-bottom: 18px;
	margin-bottom: 10px;
}

.fortune_container .button:hover::before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 100%;
	width: 100%;
	background: #86328b;
	border-radius: 15px;
	z-index: -1;
}

.fortune_container .top-text span {
	font-weight: 700;
}
.fortune_container .arrow_top {
	max-width: 60px;
	position: absolute;
	top: calc((100% - 60px) / 2);
	right: 0;
	z-index: 1;
}
.fortune_container .wheel_of_fortune_container {
	width: 550px;
	height: 550px;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 100%;
	/*overflow: hidden;*/
}
.fortune_container .star {
	position: absolute;
	top: -22px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 310px;
	height: 296px;
	border: none;
	padding: 0 18px;
	background: transparent url(../img/star.png);
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'Comfortaa', cursive;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	outline: none;
	-webkit-animation: bounce 2s 3s linear;
    animation: bounce 2.8s 3s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    line-height: 1;
}
.fortune_container .circle_black {
	width: 34%;
	height: 34%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.fortune_container .star .small {
	font-size: 23px;
	font-weight: normal;
}
.fortune_container .star.two {
	display: none;
	-webkit-animation: bounce 2.8s linear;
    animation: bounce 2.8s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.fortune_container .star.two.active {
	display: block;
}
.fortune_container .wheel_of_fortune img.animation_one {
    animation: AnimWheelAnimation1 2s forwards cubic-bezier(0.4, 0.51, 0.41, 1);
}
.fortune_container .wheel_of_fortune img.animation_two {
    animation: AnimWheelAnimation2 2s forwards cubic-bezier(0.4, 0.51, 0.41, 1);
}
.fortune_container .wheel_of_fortune img.animation_three {
    animation: AnimWheelAnimation3 2s forwards cubic-bezier(0.4, 0.51, 0.41, 1);
}
.fortune_container .wheel_of_fortune img.animation_four {
	animation: AnimWheelAnimation4 2s forwards cubic-bezier(0.4, 0.51, 0.41, 1);
}
.fortune_container .wheel_of_fortune img.animation_five {
	animation: AnimWheelAnimation5 2s forwards cubic-bezier(0.4, 0.51, 0.41, 1);
}
.fortune_container .wheel_of_fortune img.animation_six {
	animation: AnimWheelAnimation6 2s forwards cubic-bezier(0.4, 0.51, 0.41, 1);
}
.fortune_container .wheel_of_fortune img.animation_seven {
	animation: AnimWheelAnimation7 2s forwards cubic-bezier(0.4, 0.51, 0.41, 1);
}
.fortune_container .wheel_of_fortune img.animation_eight {
	animation: AnimWheelAnimation8 2s forwards cubic-bezier(0.4, 0.51, 0.41, 1);
}
.fortune_container .star-1.anim {
	animation: AnimWheelAnimationJouer 2s forwards cubic-bezier(0.4, 0.51, 0.41, 1);
}
.fortune_container .win {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 900px;
	max-height: 620px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(70deg, rgba(255,255,255,1) 16%, rgba(234,204,226,1) 100%);
  background: -webkit-linear-gradient(70deg, rgba(255,255,255,1) 16%, rgba(234,204,226,1) 100%);
  background: linear-gradient(70deg, rgba(255,255,255,1) 16%, rgba(234,204,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eacce2",GradientType=1);
	/*
  background: url(../img/win-bg.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
  */
	-webkit-animation: bounce 2.8s linear;
    animation: bounce 2.8s linear;
	text-align: center;
	z-index: 2;
	border: 9px solid #2c0034;
}

.fortune_container .close-popup {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0);
}

.fortune_container .close-popup.active {
	display: block;
}

.fortune_container .two_column {
	display: flex;
	justify-content: space-around;
} 

.fortune_container .win-1 .popup-title span:first-child {
  /*
	content: '';
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
  */
	width: 72px;
	height: 143px;
	background: url("../img/picto_dynamisme.png") no-repeat;
}

.fortune_container .win-1 .popup-text-rose {
	max-width: 83%;
	margin: 0 auto;
}

.fortune_container .win-2 .popup-title span:first-child {
	/*content: '';
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translateY(-50%);*/
	width: 134px;
	height: 86px;
	background: url("../img/picto_serenite.png") no-repeat;
}

.fortune_container .win-3 .popup-title span:first-child {
	/*content: '';
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translateY(-50%);*/
	width: 100px;
	height: 115px;
	background: url("../img/picto_opportunité.png") no-repeat;
}

.fortune_container .win-4 .popup-title {
	font-size: 36px;
}
.fortune_container .win-4 .popup {
	padding-right: 20px;
}

.fortune_container .win-4 .popup-title span:first-child {
  /*
	content: '';
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translateY(-50%);*/
	width: 90px;
	height: 90px;
	background: url("../img/picto_victoire.png") no-repeat;
  margin: 0px 30px;
}

.fortune_container .win-4 .popup-title span:last-child {
      line-height: 1;
}

.fortune_container .win-5 .popup-title span:first-child {
	/*content: '';
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translateY(-50%);*/
	width: 91px;
	height: 91px;
	background: url("../img/picto_harmonie.png") no-repeat;
}

.fortune_container .win-6 .popup-title span:first-child {
	/*content: '';
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translateY(-50%);*/
	width: 107px;
	height: 85px;
	background: url("../img/picto_bien-etre.png") no-repeat;
}

.fortune_container .win-7 .popup-title span:first-child {
	/*content: '';
	position: absolute;
	left: -11%;
	top: 50%;
	transform: translateY(-50%);*/
	width: 104px;
	height: 103px;
	background: url("../img/picto_synergie.png") no-repeat;
}

.fortune_container .win-8 .popup-title span:first-child {
	/*content: '';
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translateY(-50%);*/
	width: 98px;
	height: 78px;
	background: url("../img/picto_partage.png") no-repeat;
}

.fortune_container .popup {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 30px 0 100px;
}

.fortune_container .win .popup-title::before,
.fortune_container .win .popup-title span:first-child {
	background-size: contain;
}

.fortune_container .popup-title {
	font-weight: 700;
	font-size: 40px;
	color: #86328b;
	position: relative;
  line-height: 3;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: -100px;
}
.fortune_container .popup-text {
	font-size: 20px;
	margin: 0 0 45px;
	color: #2c0034;
	font-weight: 500;
}

.fortune_container .popup-text span {
	font-weight: 700;
}

.fortune_container .popup-text-rose {
	font-size: 18px;
	color: #9d3497;
	font-style: italic;
	font-weight: 400;
}

.fortune_container .win.active {
	display: block;
}
.fortune_container .check {
	margin-top: 130px;
}
.fortune_container .text_validez {
	display: none;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
	background: url(../img/check_description_bg.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-animation: bounce 2.8s linear;
    animation: bounce 2.8s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.fortune_container .text_validez.active {
	display: block;
}

.popaper-clipboard-mess {
  display: none;
}

.popaper-clipboard-mess {
    display: none;
    position: fixed;
    top: 0;
    opacity: 0.5;
    background-color: rgba(0,0,0,0.3);
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    left: 0;
    font-size: 4rem;
    text-align: center;
    line-height: 100vh;
    color: #2c0034;
}

@keyframes AnimWheelAnimation1 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(1789deg);  //2869deg
	}
}
@keyframes AnimWheelAnimation2 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(1809deg); //2889deg
	}
}
@keyframes AnimWheelAnimation3 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(1859deg); //2939deg
	}
}
@keyframes AnimWheelAnimation4 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(2095deg);//3175deg
	}
}
@keyframes AnimWheelAnimation5 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(1895deg);//2975deg
	}
}
@keyframes AnimWheelAnimation6 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(1970deg); //3050deg
	}
}
@keyframes AnimWheelAnimation7 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(1990deg); //3070deg
	}
}
@keyframes AnimWheelAnimation8 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(2050deg);//3130deg
	}
}
@keyframes AnimWheelAnimationJouer {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(2880deg);
	}
}


@-webkit-keyframes bounce {
    from { 
    	transform: scale(.95); 
	}
    5%  { 
    	transform: scale(1.10); 
	}
	9%  { 
		transform: scale(.98);  
	}
	12% { 
		transform: scale(1.03)  
	}
	14% { 
		transform: scale(1)  
	}
}
@-moz-keyframes bounce {
    from { 
    	transform: scale(.95); 
	}
    5%  { 
    	transform: scale(1.10); 
	}
	9%  { 
		transform: scale(.98);  
	}
	12% { 
		transform: scale(1.03)  
	}
	14% { 
		transform: scale(1)  
	}
}
@keyframes bounce {
    from { 
    	transform: scale(.95); 
	}
    5%  { 
    	transform: scale(1.10); 
	}
	9%  { 
		transform: scale(.98);  
	}
	12% { 
		transform: scale(1.03)  
	}
	14% { 
		transform: scale(1) 
	}
}