@font-face{
	font-family:Archer;
	src:url("../polices/Archer-Bold.otf");
}
@font-face{
	font-family:"Archer Medium";
	src:url("../polices/Archer-Medium.otf");
}
@font-face{
	font-family:"Archer Italic";
	src:url("../polices/Archer-MediumItal.otf");
}
@font-face{
	font-family:"Archer Semibold";
	src:url("../polices/Archer-Semibold.otf");
}
@font-face{
	font-family:"Archer Semibold Italic";
	src:url("../polices/Archer-SembdItal.otf");
}
@font-face{
	font-family:Lato;
	src:url("../polices/Lato.ttf");
}

body {
	width: 1280px;
	height: 800px;
	position: relative;
	/*background: url("../images/identite-perfect.jpg") no-repeat;
	opacity:0.5;*/
}

body>div {
	width: 1280px;
	height: 800px;
	overflow: hidden;
}

body>.cercle {
	display: none;
}

body>.intro {
	width: 1280px;
	height: 800px;
	z-index: 7;
	position: absolute;
	top: 0;
	opacity: 1;
	transition: opacity 1s ease 0.5s;
	background: url("../images/intro.jpg") no-repeat;
	-webkit-backface-visibility: hidden;
}
.non-clickable {
	pointer-events: none;
}
body>.intro.changer {
	opacity: 0;
}

.animation-attente {
	width: 213px;
	height: 213px;
	position: absolute;
	left: 534px;
	top: 333px;
	border: 7px solid #770001;
	border-radius: 100%;
	-webkit-animation: animationAttente 10s ease infinite;
	box-sizing: border-box;
	opacity: 0;
}
.intro.changer .animation-attente {
	left: 268px;
	top: 533px;
	-webkit-animation-play-state: paused;
	-webkit-animation-play-state: running;
	-webkit-animation: animationAttente 10s ease;
}

@-webkit-keyframes animationAttente {
	from {
		-webkit-transform: scale(0);
		opacity: 1;
	}
	4% {
		opacity: 0.8;
	}
	6% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
	to {
		opacity: 0;
	}
}

#video_intro {
	position: absolute;
	z-index: 6;
	opacity: 1;
	transition: opacity 0.4s ease;
}
#video_intro.hide {
	opacity: 0;
}

.animation_photo {
    background: url("../images/carte-background-identite.jpg") no-repeat;
    position: relative;
    text-align: center;
    transition: opacity 1s ease;
    z-index: 5;
}

.animation_photo.fermer {
    opacity: 0;
}

.animation_photo img:first-child {
    transition: transform 1s ease;
    transform: translateX(300px);
    position: absolute;
    left: 0;
}

.animation_photo img:last-of-type {
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.animation_photo p {
    font-family: Archer;
    font-size: 30em;
    position: absolute;
    width: 250px;
    height: 2400px;
    overflow: hidden;
    top: -1600px;
    left: 515px;
    margin: 0;
    opacity: 1;
}

.animation_photo p.hide {
    display: none;
}

.animation_photo p span {
    display: block;
    height: 800px;
    box-sizing: border-box;
    padding-top: 50px;
}

.animation_photo .flash {
    background-color: #fff;
    width: 1280px;
    height: 800px;
    z-index: 1;
    position: absolute;
    top: 0;
    opacity: 0;
}

.animation_photo.demarrer img:last-of-type {
    -webkit-animation: animation_photo_silhouette 10s ease;
}

.animation_photo.demarrer img:first-child {
    -webkit-animation: animation_photo_visage 10s ease;
}

.animation_photo.demarrer p {
    -webkit-animation: animation_photo_compteur 10s ease;
}

.animation_photo.demarrer .flash {
    -webkit-animation: animation_photo_flash 0.3s ease;
    -webkit-animation-delay: 11s;
}

@-webkit-keyframes animation_photo_visage {
    0%, 30% {
        transform: translateX(-1000px);
    }
    65%, 70% {
        transform: translateX(0px);
    }
    50%, 55%, 85%, 100% {
        transform: translateX(300px);
    }
}

@-webkit-keyframes animation_photo_silhouette {
    0%, 49%, 58%, 82% {
        opacity: 1;
    }
    50%, 57%, 83% {
        opacity: 0;
    }
}

@-webkit-keyframes animation_photo_compteur {
    0.01%, 49%, 58%, 82% {
        opacity: 0;
    }
    50%, 57%, 83%, 100% {
        opacity: 1;
    }
    0%, 83% {
        top: 0;
        opacity: 1;
    }
    91.49% {
        top: 0;
    }
    91.5%, 99.99% {
        top:-800px;
    }
    100% {
        opacity: 1;
        top:-1600px;
    }
}

@-webkit-keyframes animation_photo_flash {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

body>.intro2 {
	background: url("../images/intro2.jpg") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
    opacity: 1;
	z-index: 3;
	width: 1280px;
	height: 800px;
	text-align: center;
	z-index: 4;
	transition: opacity 0.5s linear 7.3s;
}
body>div:not([class]) {
    position: absolute;
    top: 0;
}

body>.intro2 img {
	position: relative;
	z-index: 1;
	top: 130px;
	-webkit-transform: scale(1.05);
}

body>.intro2.animer img {
	-webkit-animation: animLogoIntro 2s ease 0.6s infinite;
}
body>.intro.changer>div:first-child,
body>.intro2.fermer {
	opacity: 0;
}

@-webkit-keyframes animLogoIntro {
	from { -webkit-transform: scale(1.05); }
	50% { -webkit-transform: scale(1); }
	to { -webkit-transform: scale(1.05); }
}

.carte {
	width: 1280px;
	height: 800px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: url("../images/background-carte.png") no-repeat;
	transition: opacity 0.6s ease;
	opacity: 1;
}
.carte.fermer {
	opacity: 0;
	pointer-events: none;
}

.carte .popups+div {
	opacity: 0;
	position: relative;
	pointer-events: none;
	transition: opacity 0.7s ease;
	-webkit-backface-visibility: hidden;
}
.carte .popups+div.ouvrir {
	transition: opacity 0.6s ease 4s;
	pointer-events: auto;
	opacity: 1;
}

h1 {
	color: #770001;
}

.bandeau li.lock {
	opacity: 0.5;
}

.bandeau li span {
	display: block;
	margin-bottom: 20px;
}

.carte .boutons>div {
	width: 100px;
	height: 100px;
	position: absolute;
	overflow: hidden;
	transition: -webkit-transform 0.2s ease 0.1s;
	-webkit-backface-visibility: hidden;
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 6px;
	border-radius: 100%;
}
.carte .boutons>div.actif {
	-webkit-transform: scale(1.16);
}
.carte .boutons>div.actif:not(.lock)>img:nth-child(2) {
	display: block;
}
.carte .boutons>div>div {
	min-width: 100px;
	height: 100px;
	background-color: #232323;
	border-radius: 100%;
	text-align: center;
	border: 3px solid #050505;
	box-sizing: border-box;
}
.carte .boutons>div>div img {
	display: block;
	margin: auto;
	min-height: 60px;
}
.carte .boutons>div.actif>div {
	background-color: #770001;
	border:3px solid #770001;
}

.carte .boutons>div.tatouage-unique img { margin-top: 11px; }
.carte .boutons>div.seduction img { margin-top: 23px; }
.carte .boutons>div.carte-identite img:first-child { margin-top: 10px; width: 67px; margin-bottom: 20px; }
.carte .boutons>div.creer-moko img { margin-top: 9px; }

.carte .boutons>div.lock img:first-child {
	display: none;
}
.carte .boutons>div.lock img:last-child {
	margin-top: 14px;
}

.carte .boutons>div.tatouage-unique {
	top: 174px;
	left: 205px;
}
.carte .boutons>div.seduction {
	top: 543px;
	left: 493px;
}
.carte .boutons>div.carte-identite {
	top: 34px;
	left: 714px;
}
.carte .boutons>div.creer-moko {
	top: 619px;
	left: 967px;
}

.aide-quitter {
	opacity:0;
	transition: opacity 0.3s ease;
	position: absolute;
	top: 30px;
	right: 50px;
	z-index: 4;
	pointer-events: none;
}
.aide-quitter.open {
	opacity:1;
	pointer-events: auto;
}
.quitter {
	font-family: Archer;
	color: #232323;
	display: inline-block;
	font-size: 3em;
	line-height: 146px;
	width: 100px;
	text-align: center;
	font-style: italic;
	z-index: 3;
	font-style: normal;
	z-index: 1;
	width: 100px;
	background: none;
	border: none;
	padding: 0;
}
.quitter span {
	background: url("../images/icone-carte.png") no-repeat left center;
	width: 100px;
	height: 100px;
	display: block;
	transition: background 0.4s ease;
}
.quitter.actif span {
	background: url("../images/icone-carte-actif.png") no-repeat left center;
}

.bottom {
	width: 1280px;
	height: 50px;
	position: fixed;
	bottom: 0;
	background-color: #232323;	
}

.conteneur {
	width: 1280px;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}

.conteneur .slider {
	position: relative;
	-webkit-transform: translateX(0);
	width: 5120px;
	height: 800px;
	transition: -webkit-transform 0.7s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.conteneur .slider>div {
	width: 1280px;
	height: 800px;
	float: left;
}

.conteneur .slider .tatouage-unique {
	background: url("../images/carte-background-tatouage-unique.jpg") no-repeat;
}
.conteneur .slider .creer-moko {
	background: url("../images/carte-background-identite.jpg") no-repeat;
}
.conteneur .slider .seduction {
	background: url("../images/carte-background-seduction.jpg") left top no-repeat;
}
.conteneur .slider .carte-identite {
	background: url("../images/carte-background-identite.jpg") no-repeat;	
}

.carte .popups>div {
    position: absolute;
	transition: -webkit-transform 0.3s ease 0.1s;
    -webkit-transform: scale(0);
    -webkit-backface-visibility: visible;
}
.carte .popups>div.open {
    -webkit-transform: scale(1);
}
.carte .popups>div.lock {
    opacity: 0.5;
    pointer-events: none;
}

.carte .popups>div .cercle:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 27px 38px 28px;
	border-color: transparent transparent #232323 transparent;
	position: absolute;
}
.carte .popups .tatouage-unique {
	top: 329px;
	left: 50px;
}
.carte .popups .tatouage-unique .cercle:after,
.carte .popups .carte-identite .cercle:after {
	left: 178px;
	top: -31px;
}
.carte .popups .seduction {
	top: 77px;
	left: 337px;
}
.carte .popups .seduction .cercle:after,
.carte .popups .creer-moko .cercle:after {
	left: 178px;
	bottom: -31px;
	border-color: rgb(35, 35, 35) transparent transparent;
	border-width: 38px 27px 0;
}
.carte .popups .carte-identite {
	top: 189px;
	left: 557px;
}
.carte .popups .creer-moko {
	top: 151px;
	left: 809px;
}

.carte .popups .cercle {
    z-index: 1;
    text-align: center;
    color: white;
    border-radius: 100%;
}

.carte .popups .cercle>div {
	width: 411px;
	height: 409px;
    background-color: transparent;
    background: url("../images/cercle.png") no-repeat;
    border-radius: 0;
    color:#232323;
}

.cercle>div {
    background-color: #232323;
    border-radius:100%;
	position: relative;
}

.carte .popups .cercle.open>div {}

.carte .popups .cercle>div div {
	width: 370px;
	margin: auto;
}

.carte .popups>div.open .cercle>div div {}

.carte .popups .cercle>div h1 {
	margin: auto;
	width: 325px;
	font-family: Archer;
	text-transform: uppercase;
	font-size: 1.9em;
	background: url("../images/cercle-zigzag.png") no-repeat center bottom;
	padding: 0 20px;
	padding-bottom: 18px;
	padding-top: 107px;
	box-sizing: border-box;
	letter-spacing: -1px;
	font-weight: normal;
}
.carte .popups .cercle>div p {
	font-family: "Archer Italic";
	color: #232323;
	font-size: 1.2em;
	margin-top: 13px;
}

button:focus {
	outline:none;
	color: white;
}
button.tapped:not([disabled]) {
	color: white !important;
}

.carte button.demarrer {
	color: #770001;
	margin-top: 19px;
	height: 43px;
	width: 232px;
	font-size: 1.4em;
	letter-spacing: -1px;
	padding-top: 3px;
}
button.demarrer {
	width: 190px;
	height: 48px;
	border: 3px solid #232323;
	border-radius: 4px;
	font-family: Archer;
	text-transform: uppercase;
	font-size: 1.6em;
	background: none;
	margin-top: 45px;
	position: relative;
	bottom: 15px;
	padding-top: 4px;
}
button.demarrer[disabled] {
	opacity: 0.5;
}

/* Le moko, un atout de séduction */
.carte .homme-seduction, .carte .femme-seduction {
	position: absolute;
	bottom: 150px;
	transition: left 0.7s ease, right 0.7s ease;
    -webkit-transform: translate3d(0,0,0);
}
.carte .homme-seduction {
	left: 127px;
}
.carte .femme-seduction {
	right: 196px;
}

/* Etape */
.etape {
	height: 800px;
	width: 1280px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: opacity 0.3s ease;
	opacity: 1;
}
.etape.fermer {
	opacity: 0;
}

.etape>div {
	transition: -webkit-transform 0s ease;
}
.etape.passer-intro>div {
	-webkit-transform: translateY(-800px);
	transition: -webkit-transform 0.6s ease;
}

.etape .intro {
	height: 800px;
	width: 1280px;
	padding-top: 90px;
	box-sizing: border-box;
}
.etape .contenu {
	height: 800px;
	width: 1280px;
	position: relative;
}
.etape.seduction .contenu {
	width: 3840px;
}
.etape .contenu>div {
	height: 800px;
	width: 1280px;
	position: relative;
	float: left;
}

.etape .popup {
	width: 589px;
	height: 588px;
	background: url("../images/popup.png") no-repeat center;
	text-align: center;
	transition: -webkit-transform 0.4s ease;
	-webkit-transform: scale(0);
	margin: auto;
}

.etape .popup.open {
	-webkit-transform: scale(1) translateZ(0);
}

.etape .popup>div {
	opacity:0;
	padding-top: 63px;
	transition: opacity 0s ease;
	transition-delay: 0.4s;
	background-color: transparent;
}

.etape .popup>div:after {
	content: none;
}
.etape .popup.open>div {
	opacity: 1;
}

.etape .popup h1 {
	font-family: Archer;
	text-transform: uppercase;
	font-size: 2em;
	line-height: 45px;
	width: 80%;
	margin: auto;
	margin-top: 28px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 35px;
	margin-top: 18px;
}

.etape .popup>div>img[src*="tatouage-unique"] {
	height: 90px;
}

.etape .popup span {
	background: url("../images/intro-zigzag.png") no-repeat center;
	width: 236px;
	height: 12px;
	display: block;
	margin: auto;
	margin-top: 18px;
}
.etape .popup p {
	font-family: "Archer Semibold Italic";
	font-size: 1.3em;
	width: 450px;
	margin: auto;
	line-height: 25px;
	margin-top: 18px;
	color: #303030;
}

.etape .popup button.demarrer {
	border: none;
	background: url("../images/popup-continuer.png") no-repeat;
	width: 110px;
	height: 110px;
	margin-left: 10px;
	margin-top: 49px;
}

/* Le moko, aout de séduction */
.etape.seduction .contenu {
	position: relative;
	left: -1280px;
	transition: -webkit-transform 0.8s ease 0.3s;
}
.etape.seduction .popup img:first-child {
	width: 100px;
}

.etape.seduction .contenu .centre .boutons {
	width: 1280px;
	height: 172px;
	position: absolute;
	top: 314px;
	left: 0;
	opacity:1;
	transition: opacity 0.3s ease;
	z-index: 0;
}
.etape.seduction .contenu .centre .boutons .bouton-homme,
.etape.seduction .contenu .centre .boutons .bouton-femme {
	left: -71px;
	top: 88px;
	width: 301px;
	height: 117px;
	border-radius: 100px;
	font-family: "Archer Semibold";
	box-sizing: border-box;
	padding-left: 119px;
	font-size: 1.3em;
	color: white;
	padding-top: 30px;
	padding-right: 100px;
}
.etape.seduction .contenu .centre .boutons .bouton-femme {
	left: 1050px;
	text-align: right;
	padding-right: 118px;
	padding-left: 97px;
}

.etape.seduction .contenu .centre .boutons .bouton-homme span,
.etape.seduction .contenu .centre .boutons .bouton-femme span {
	display: block;
	background: url("../images/boutons-seduction/signes-seduction.png") no-repeat;
	width: 55px;
	height: 57px;
	position: absolute;
	top: 31px;
	right: 30px;
}
.etape.seduction .contenu .centre .boutons .bouton-femme span {
	right: auto;
	left: 28px;
	top: 23px;
	background-position: -55px 0px;
	height: 69px;
}

.etape.seduction .contenu .centre .boutons.fermer {
	opacity: 0;
}
.etape.seduction .centre .homme, .etape.seduction .centre .femme {
	position: absolute;
	pointer-events: none;
}
.etape.seduction .centre-tatouages-homme, .etape.seduction .centre-tatouages-femme {
	transition: -webkit-transform 0.5s ease;
}
.etape.seduction .centre-tatouages-homme.dialogue, .etape.seduction .centre-tatouages-femme.dialogue {
	-webkit-transform: scale(1.05);
}
.etape.seduction .centre .ecouter {
	position: absolute;
	top: 399px;
	left: 554px;
	transition: -webkit-transform 0.5s ease;
	margin-top: 0;
	width: 176px;
	height: 87px;
}
.etape.seduction .centre .ecouter.animer {
	-webkit-animation: boutonEcouter 1s ease 0.5s;
}

@-webkit-keyframes boutonEcouter {
	from { -webkit-transform: scale(1) translateY(0px)}
	50%  { -webkit-transform: scale(1.2) translateY(-8px)}
	to   { -webkit-transform: scale(1) translateY(0px)}
}

.etape.seduction .centre .ecouter.cache {
	display: none;
}
.etape.seduction .centre .ecouter.ecouter-homme.ecouter-femme {
	display: block;
}
.etape.seduction .centre .centre-tatouages-homme,
.etape.seduction .centre .centre-tatouages-femme {
	position: absolute;
	z-index: 2;
	width: 581px;
	height: 771px;
	top: 29px;
	left: 142px;
	pointer-events: none;
}
.etape.seduction .centre .centre-tatouages-femme {
	left: 608px;
	top: 64px;
}
.etape.seduction .centre .centre-tatouages-homme>img,
.etape.seduction .centre .centre-tatouages-femme>img {
	display: none;
	position: absolute;
	top: 94px;
	left: 150px;
}
.etape.seduction .centre .centre-tatouages-homme>img.homme,
.etape.seduction .centre .centre-tatouages-femme>img.femme {
	top: 0;
	left: 0;
	display: block;
	-webkit-backface-visibility: hidden;
}

.etape.seduction .centre .centre-tatouages-homme img:nth-child(2) {
	top: 90px;
	left: 290px;
}
.etape.seduction .centre .centre-tatouages-homme img:last-child {
	top: 131px;
	left: 290px;
}
.etape.seduction .centre .centre-tatouages-femme img:last-child {
	top: 153px;
	left: 151px;
}
.etape.seduction .centre .centre-tatouages-homme.chef img:nth-child(2),
.etape.seduction .centre .centre-tatouages-homme.guerrier img:last-child,
.etape.seduction .centre .centre-tatouages-femme.chef img:nth-child(2),
.etape.seduction .centre .centre-tatouages-femme.femme img:last-child {
	display: block;
}

.etape.seduction .tatouages>img {
	display: none;
	position: absolute;
	left: 276px;
	bottom: 63px;
}
.etape.seduction .slide-homme .tatouages>img:last-child {
	left: 293px;
	bottom: 68px;
}
.etape.seduction .slide-femme .tatouages>img {
	left: 417px;
	bottom: 47px;
}
.etape.seduction .slide-femme .tatouages>img:last-child {
	bottom: 62px;
	left: 422px;
}
.etape.seduction .encart-homme, .etape.seduction .encart-femme {
	top: 0;
}
.etape.seduction .encart-homme, .etape.seduction .encart-femme {
	position: absolute;
	width: 341px;
	height: 139px;
	left: 17px;
	top: 85px;
	text-align: right;
}
.etape.seduction .encart-femme {
	left: auto;
	right: 49px;
	text-align: left;
	box-sizing: border-box;
}
.etape.seduction .encart img {
	max-width: 78px;
	max-height: 92px;
	margin-top: 13px;
	margin-left: 21px;
	margin-right: 2px;
	margin-bottom: 40px;
}
.etape.seduction .encart.encart-femme img {
	margin-right: 15px;
	float: left;
	margin-left: 0;
}

.etape.seduction .encart img:not([src]) {
	visibility: hidden;
}
.etape.seduction .encart h1,
.etape.seduction .encart h2 {
	position: absolute;
}
.etape.seduction .encart-homme h1,
.etape.seduction .encart-homme h2 {
	right: 99px;
}
.etape.seduction .encart-femme h1,
.etape.seduction .encart-femme h2 {
	left: 88px;
}
.etape.seduction .encart h1 {
	text-transform: capitalize;
	font-family: Archer;
	font-weight: normal;
	margin-top: 42px;
	margin-bottom: 0;
	font-size: 1.8em;
	top: 0;
	width: 300px;
}
.etape.seduction .encart h2 {
	font-size: 1.5em;
	font-style: italic;
	margin-top: 4px;
	top: 73px;
	word-spacing: -2px;
	font-family: Archer;
	font-weight: normal;
}

.etape.seduction .boutons .bouton {
	top: 0;
}

.etape.seduction .slide-homme, .etape.seduction .slide-femme {
	background: url("../images/background-homme-seduction.png") no-repeat 190px;
	overflow: hidden;
	z-index: 0;
}
.etape.seduction .slide-femme {
	background: url("../images/background-femme-seduction.png") no-repeat 181px;
}
.etape.seduction .contenu>.aide,
.etape.creer-moko .canvas-moko .aide {
	position: absolute;
	top: 0;
	left: 1280px;
	z-index: 2;
	transition: opacity 0.7s ease;
	opacity: 0;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
}
.etape.creer-moko .contenu.fermer+.canvas-moko .aide {
	left: 0;
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.7s ease 10s;
}
.etape.creer-moko .contenu.fermer+.canvas-moko .aide.fermer {
	opacity: 0;
	transition: opacity 0.6s ease;
}
.etape.seduction .contenu>.aide img,
.etape.creer-moko .canvas-moko .aide img {
	-webkit-backface-visibility: hidden;
}
.etape.seduction .contenu>.aide.ouvrir {
	transition: opacity 0.7s ease 0.5s;
	opacity: 1;
	pointer-events: auto;
}
.etape.seduction .slide-homme>div:not(.tatouages)>img, .etape.seduction .slide-femme>div:not(.tatouages)>img {
	position: absolute;
	bottom: 0;
	right: 114px;
	z-index: 0;
}
.etape.seduction .slide-homme>div:first-child, .etape.seduction .slide-femme>div:first-child {
	transition: opacity 0.3s ease;
	opacity: 1;
	z-index: 100;
	position: relative;
	width: 1280px;
	height: 800px;
}
.etape.seduction .slide-homme>div, .etape.seduction .slide-femme>div {
	position: static;
	z-index:0;
}
.etape.seduction .slide-homme>div.fermer, .etape.seduction .slide-femme>div.fermer {
	opacity: 0;
}
.etape.seduction .slide-homme.chef .tatouages {
	position: static;
	z-index: 0;
}
.etape.seduction .slide-homme.chef .tatouages>img:nth-child(1),
.etape.seduction .slide-homme.guerrier .tatouages>img:nth-child(2),
.etape.seduction .slide-femme.chef .tatouages>img:nth-child(1),
.etape.seduction .slide-femme.femme .tatouages>img:nth-child(2) {
	display: block;
}
.etape.seduction div.boutons {
	position: absolute;
	width: 200px;
	left: 75px;
	top: 24px;
	z-index: 1;
}
.etape.seduction div.boutons>button {
	display: block;
	padding: 0;
	background: none;
	border: none;
	margin: 60px 0;
	height: 170px;
	width: 170px;
	transition: -webkit-transform 0.2s ease;
	-webkit-backface-visibility: hidden;
}
.etape.seduction div.boutons>button.ouvert {
	-webkit-transform: scale(1.26);
}
.etape.seduction div.boutons>button img {
	width: 100%;
}
.etape.seduction div.boutons>button:not(.ouvert) img:first-child,
.etape.seduction div.boutons>button.ouvert img:last-child {
	display: block;
}
.etape.seduction div.boutons>button img:last-child,
.etape.seduction div.boutons>button.ouvert img:first-child {
	display: none;
}

.etape.seduction div.boutons>button>div:after {
	border-width: 2px;
}

.etape.seduction div.boutons>button.ouvert>div {
	color: #303030;
	background: -webkit-linear-gradient(left, #F5F5F5, #E5E5E5);
	border: 5px solid #232323;
	-webkit-transform: scale(1.3);
}
.etape.seduction div.boutons>button.ouvert>div:after { border-color: white; }

.etape.seduction .explicatif {
	background: url("../images/background-explicatif-seduction.png") no-repeat left top;
	position: absolute;
	height: 502px;
	width: 393px;
	position: absolute;
	top: 0;
	right: 9px;
	transition: -webkit-transform 0.4s ease;
	-webkit-transform: translateX(470px);
	padding: 0 52px;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	margin-right: 35px;
	margin-top: 151px;
}
.etape.seduction .explicatif>div:not(.confirmer)>img {
	float: left;
	margin-right: 17px;
	margin-bottom: 22px;
	height: 130px;
}
.etape.seduction .explicatif.ouvert {
	-webkit-transform: translateX(0);
}
.etape.seduction .explicatif.ouvert[data-type="chef"]>div:first-child,
.etape.seduction .explicatif.ouvert[data-type="guerrier"]>div:nth-child(2),
.etape.seduction .explicatif.ouvert[data-type="femme"]>div:nth-child(2),
.etape.seduction .explicatif.ouvert[data-type="esclave"]>div:nth-child(3) {
	display:block;
}

.etape.seduction .explicatif>div:not(.confirmer) {
	display: none;
	position: absolute;
	top: 53px;
	font-family: Archer;
	color: #303030;
	width: 310px;
	background: url("../images/explicatif-zigzag.png") no-repeat 119px 120px;
}
.etape.seduction .explicatif>div h1,
.etape.seduction .explicatif>div h2 {
	position: absolute;
	left: 117px;
}

.etape.seduction .explicatif>div h1 {
	text-transform: uppercase;
	font-size: 1.8em;
	margin-bottom: 0; 
	line-height: 30px;
	margin-top: 30px;
	font-weight: normal;
}
.etape.seduction .explicatif>div h2 {
	margin-top: 5px;
	font-family: "Archer Semibold Italic";
	font-weight: normal;
	line-height: 20px;
	top: 62px;
}
.etape.seduction .explicatif>div p {
	font-size: 1.1em;
	line-height: 20px;
	clear: both;
	word-spacing: -1px;
	position: absolute;
	top: 134px;
	width: 300px;
	font-family: Lato;
}
.explicatif .confirmer {
	color: #303030;
	position: absolute;
	bottom: 59px;
	left: 138px;
	opacity: 0;
	background: none;
	border: none;
}
.explicatif .confirmer img {
	pointer-events: none;
}
.chef .explicatif .confirmer, .guerrier .explicatif .confirmer, .femme .explicatif .confirmer, .esclave .explicatif .confirmer {
	opacity: 1;
}

/*CARTE D'IDENTITE*/

.carte-identite .contenu {
	overflow: hidden;
}
.carte-identite .contenu>.conteneur-identite {
	height: 3200px;
	-webkit-transition: -webkit-transform 1s ease;
	position: relative;
	bottom: 2400px;
}

.conteneur-identite .question {
	width: 1280px;
	height: 800px;
	position: relative;
	-webkit-backface-visibility: hidden;
}
.conteneur-identite .question .titre {
	color: #232323;
	font-family: "Archer Semibold Italic";
	font-weight: normal;
	position: absolute;
	width: 1280px;
	text-align: center;
	font-size: 2.3em;
	top: 12px;
	transition: opacity 0.3s ease;
}
.conteneur-identite .question.terminee .titre {
	opacity: 0;
}
.conteneur-identite .question>div, .conteneur-identite .question>button {
	z-index: 2;
}
.conteneur-identite .question:first-child {}
.conteneur-identite .question:nth-child(3) {}

.creer-moko .contenu {
	opacity: 1;
	transition: opacity 1s ease;
	z-index: 1;
}
.creer-moko .contenu.fermer {
	opacity: 0;
	pointer-events: none;
}

.carte-identite .contenu .boutons,
.creer-moko .contenu .boutons {
	position: absolute;
	height: 0;
	opacity: 1;
	transition: opacity 0.4s ease 0.5s;
	z-index: 2;
	pointer-events: auto;
}
.creer-moko+.boutons { opacity: 0; }
.creer-moko .contenu .boutons { opacity: 1; }

.creer-moko .boutons button.opaque {
	opacity: 0.3;
	pointer-events: none;
}
.conteneur-identite+.boutons:not(.suivant) .precedent,
.conteneur-identite:not([style])+.boutons.suivant .non {
	opacity: 0.5;
}
.conteneur-identite+.boutons.debut {
	opacity: 0;
}
.carte-identite .contenu .boutons.hide {
	transition: opacity 0.4s ease;
}
.carte-identite .contenu .boutons.hide,
.creer_moko .contenu .boutons.hide {
	opacity: 0;
	pointer-events: none;
}
.carte-identite .boutons .precedent, .carte-identite .boutons .non, .carte-identite .boutons .valider,
.creer-moko .boutons .precedent, .creer-moko .boutons .suivant, .creer-moko .boutons .valider,
.seduction .bouton {
	position: absolute;
	left: 277px;
	top: 269px;
	width: 116px;
	height: 116px;
	background-color: #232323;
	border: 3px solid #050505;
	border-radius: 100%;
}
.carte-identite .boutons .valider,
.creer-moko .boutons .valider {
	width: 168px;
	height: 166px;
}
.carte-identite .boutons .non,
.creer-moko .boutons .suivant {
	-webkit-transform: rotate(180deg);
    left: auto;
    right: 277px;
}
.carte-identite .boutons .valider,
.creer-moko .boutons .valider {
	top: auto;
	top: 714px;
	left: 554px;
}
.carte-identite .boutons .valider {
	background: url("../images/bouton-valider-moko.png");
	border: none;
	left: 555px;
}
.creer-moko .boutons .valider {
	background: url("../images/bouton-valider.png");
	border: none;
}
.creer-moko .boutons .suivant, .creer-moko .boutons .precedent {
    right: -80px;
    top: 314px;
    width: 166px;
    height: 170px;
}
.creer-moko .boutons .precedent {
	left: -83px;
}
.carte-identite .boutons .valider span,
.creer-moko .boutons .valider span {
	position: absolute;
	top: 46px;
	left: 45px;
	color: white;
	font-family: Archer;
	font-size: 1.3em;
}
.creer-moko .boutons .valider span {
	left: 52px;
}
.carte-identite .boutons .precedent img, .carte-identite .boutons .non img,
.creer-moko .boutons .precedent img, .creer-moko .boutons .suivant img,
.seduction .bouton img {
	position: absolute;
	top: 39px;
	right: 48px;
}

.creer-moko .boutons .suivant img, .creer-moko .boutons .precedent img {
    top: 65px;
    right: 43px;
}

.creer-moko .canvas-moko {
	position: absolute;
	top: 0px;
	z-index: 0;
	width: 1280px;
}
.creer-moko .canvas-moko canvas {
	position: relative;
	left: 220px;
}
.creer-moko .canvas-moko img {
	position: absolute;
	top: 0;
	left: 0;
}

.conteneur-identite .scene3D {
	-webkit-perspective: 500px;
	width: 410px;
	height: 410px;
	position: absolute;
	top: 120px;
	left: 435px;
	transition: -webkit-transform 0.4s ease;
}

.conteneur-identite .scene3D.fermer {
	-webkit-transform: scale(0);
}

.conteneur-identite .flip {
	width: 410px;
	height: 410px;
	-webkit-transform-style: preserve-3d;
	transition: all 0.6s ease 0.1s;
}
.conteneur-identite .question.suivant .flip {
	-webkit-transform: rotateY(-180deg);
}
.conteneur-identite .question .flip p {
	width: 411px;
}

.conteneur-identite .popup {
	background-size: 100%;
	-webkit-transform: scale(1);
    width: 411px;
    height: 441px;
    position: absolute;
    -webkit-backface-visibility: hidden;
	transition-property: none;
	background: url("../images/carte-identite/popup.png") no-repeat;
}
.conteneur-identite .popup:first-child {
	-webkit-transform: rotateY(180deg);
}
.conteneur-identite .question .popup.valider,
.creer-moko .photos+.popup_conteneur .popup {
	-webkit-transform: rotateY(0deg);
	left: 347px;
	top: 58px;
	width: 586px;
	height: 615px;
	background: url("../images/hiro-popup.png") no-repeat;
	-webkit-backface-visibility: visible;
}
.creer-moko .photos+.popup_conteneur {
	position: absolute;
	top: 0;
	left: 0;
	width: 1280px;
	height: 800px;
	z-index: 4;
	pointer-events: none;
	text-align: center;
}
.creer-moko .photos+.popup_conteneur .logo {
	margin-top: 135px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.7s ease;
	position: relative;
	z-index: 3;
}
.creer-moko .photos+.popup_conteneur .logo.animer {
	opacity: 1;
	-webkit-animation: animTaMoko 5.5s linear;
}
.creer-moko .photos+.popup_conteneur .logo.animer.cacher {
	opacity: 0;
}

@-webkit-keyframes animTaMoko {
	from, to,
	11%, 13%, 20%, 22%, 29%, 31%,
	38%, 40%, 41%, 43%, 44%, 46%,
	52%, 54%, 61%, 63%, 70%, 72%,
	77%, 79%, 80%, 82%, 83%, 85%,
	88% {
		-webkit-transform: scale(0.95);
	}

	12%, 21%, 30%,
	39%, 42%, 45%,
	53%, 62%, 71%,
	78%, 81%, 84% {
		-webkit-transform: scale(1);
	}

	45%, 84% {
		-webkit-transform: scale(1.05);
	}

	90% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.creer-moko .photos+.popup_conteneur.open {
	pointer-events: auto;
}
.creer-moko .photos+.popup_conteneur.animation {
	pointer-events: auto;
}
.creer-moko .fermer .photos+.popup_conteneur.animation {
	pointer-events: none;
}
.creer-moko .photos+.popup_conteneur .popup {
	background: url("../images/popup.png") no-repeat;
	position: absolute;
	height: 588px;
	width: 588px;
	top: 90px;
	left: 345px;
	-webkit-transform: scale(0);
	transition: -webkit-transform 0s ease;
	z-index: 5;
}
.creer-moko .photos+.popup_conteneur.open .popup {
	-webkit-transform: scale(1);
	transition: -webkit-transform 0.4s ease-in-out;
}

.creer-moko .photos+.popup_conteneur .popup h2 {
	font-family: "Archer Semibold";
	margin-top: 122px;
	font-size: 1.75em;
	margin-bottom: 0;
	font-weight: normal;
}
.creer-moko .photos+.popup_conteneur .popup h1 {
	margin-top: 9px;
	line-height: 40px;
	margin-bottom: 20px;
	color: #770001;
}
.creer-moko .photos+.popup_conteneur .popup h1:first-line {
	color: #232323;
}
.creer-moko .photos+.popup_conteneur .popup p {
	margin-top: 26px;
	font-size: 1.25em;
	line-height: 21px;
	font-family: "Archer Italic";
}
.creer-moko .background {
	opacity: 0;
	width: 1280px;
	height: 800px;
	position: absolute;
	top: 0;
	z-index: 3;
	background-color: #000;
	pointer-events: none;
}
.creer-moko .photos+.popup_conteneur .background.open  {
	-webkit-animation: animBackground 1s ease;
	opacity: 0.5;
}
.creer-moko .photos+.popup_conteneur.animation .background {
	opacity: 1;
	transition: opacity 1s ease;
}

@-webkit-keyframes animBackground {
	from { opacity: 0; }
	to { opacity: 0.5; }
}

.conteneur-identite .question .popup.valider p {
	margin-top: 128px;
}
.conteneur-identite .question .popup.valider h1 {
	margin-top: 17px;
}
.conteneur-identite .question .popup.valider p:last-of-type {
	margin-top: 0;
	font-size: 1.4em;
	letter-spacing: -1px;
	font-family: "Archer Italic";
	line-height: 21px;
}
.conteneur-identite .question .popup.valider button,
.creer-moko .photos+.popup_conteneur .popup button {
	width: 125px;
	height: 125px;
	background: url("../images/valider.png") no-repeat;
	border: none;
	margin-top: 44px;
	margin-right: -6px;
	margin-left: 25px;
	position: relative;
}
.conteneur-identite .question .popup.valider button {
	margin-top: 52px;
}
.creer-moko .photos+.popup_conteneur .popup button:last-of-type {
	background: url("../images/annuler.png") no-repeat;
}
.conteneur-identite .question .popup.valider button:last-of-type {
	background: url("../images/reesayer.png") no-repeat;
}
.conteneur-identite .question:first-child .popup.valider {
	-webkit-transform: scale(0);
	transition: -webkit-transform 0s ease;
}
.conteneur-identite .question:first-child .popup.valider.open {
	-webkit-transform: scale(1);
	transition: -webkit-transform 0.4s ease;
}

.conteneur-identite .popup p {
	margin-top: 73px;
	font-size: 1.8em;
	font-style: normal;
	color: #232323;
	font-family: "Archer Semibold";
}
.conteneur-identite .popup h1 {
	color: #770001;
	letter-spacing: -1px;
	line-height: 37px;
	font-size: 2.15em;
	background: url("../images/question-zigzag.png") no-repeat bottom;
	margin-top: 106px;
	margin-bottom: 27px;
	padding-bottom: 34px;
}
.conteneur-identite .question:nth-child(3) .popup:first-child h1 {
	margin-bottom: 29px;
}
.conteneur-identite .question:nth-child(3) .popup h1 {
	margin-bottom: 38px;
}	
.conteneur-identite .popup h1::first-line {
	color: #232323;
	font-size: 1em;
}

.conteneur-identite .question:last-child .images,
.conteneur-identite .question:nth-child(3) .images {
	position: relative;
	z-index: 0;
}
.conteneur-identite .question:last-child .images,
.conteneur-identite .question:nth-child(3) .images {
	opacity: 0;
	/*transition: opacity 0.4s;*/
}
.conteneur-identite .question:last-child.en_cours .images,
.conteneur-identite .question:nth-child(3).en_cours .images {
	opacity: 1;
	z-index: 1;
}
.conteneur-identite .question:last-child .images img,
.conteneur-identite .question:nth-child(3) .images img {
	position: absolute;
}

.conteneur-identite .question:nth-child(3) .images img:first-child {
	left: 184px;
	top: -72px;
}
.conteneur-identite .question:nth-child(3) .images img:nth-child(2) {
	left: 255px;
	top: -1251px;
	opacity: 0.2;
}
.conteneur-identite .question:nth-child(3) .images img:nth-child(3) {
	left: 642px;
	top: 0;
	opacity: 0.2;
}
.conteneur-identite .question:nth-child(3) .images img:last-child {
	left: 589px;
	top: 580px;
}

.conteneur-identite .question:last-child .images img:first-child {
	top: 581px;
	left: 588px;
}
.conteneur-identite .question:last-child .images img:nth-child(2) {
	top: 2px;
	left: 258px;
}
.conteneur-identite .question:last-child .images img:nth-child(3) {
	left: 588px;
	top: -218px;
	opacity: 0.2;
}
.conteneur-identite .question:last-child .images img:last-child {
	left: 590px;
	top: 581px;
}
.conteneur-identite .question:last-child .images img:last-child,
.conteneur-identite .question:nth-child(3) .images img:last-child {
	transition: -webkit-transform 0.3s ease  0.4s;
	-webkit-transform: scale(0);
	-webkit-backface-visibility: hidden;
}
.conteneur-identite .question.terminee:last-child .images img:last-child,
.conteneur-identite .question.terminee:nth-child(3) .images img:last-child {
	-webkit-transform: scale(1);
}

.conteneur-identite .question:last-child .precedent { opacity: 0.5; }
.conteneur-identite .question.suivant:last-child .precedent { opacity: 1; }
.conteneur-identite .question.suivant:last-child .non { opacity: 0.5; }

.conteneur-identite .question.suivant:nth-child(3) .images img:first-child { opacity: 0.2; }
.conteneur-identite .question.suivant:nth-child(3) .images img:nth-child(2),
.conteneur-identite .question.terminee:nth-child(3) .images img:nth-child(2) { opacity: 1; }

.conteneur-identite .question.terminee:nth-child(3) .images img:first-child,
.conteneur-identite .question.terminee:nth-child(3) .images img:nth-child(3) { display: none; }

.conteneur-identite .question.suivant:last-child .images img:nth-child(3),
.conteneur-identite .question.terminee:last-child .images img:nth-child(3) { opacity: 1; }
.conteneur-identite .question.suivant:last-child .images img:nth-child(2) { opacity: 0.2; }
.conteneur-identite .question.terminee:last-child .images img:nth-child(2) { display: none; }

.conteneur-identite .question>.anneaux {
	position: relative;
	z-index: 0;
}
.conteneur-identite .anneaux>img {
	position: absolute;
	transition: -webkit-transform 0.3s ease;
	-webkit-transform: scale(0);
}

.conteneur-identite .anneaux>img:first-child {
	bottom: 101px;
	left: 564px;
	transition-delay: 0.95s;
}
.conteneur-identite .anneaux>img:nth-child(2) {
	bottom: 456px;
	left: 770px;
	transition-delay: 2.7s;
}
.conteneur-identite .anneaux>img:last-child {
	bottom: 717px;
	left: 408px;
	transition-delay: 4.45s;
}

.conteneur-identite .anneaux.open>img:first-child,
.conteneur-identite .anneaux.open>img:nth-child(2),
.conteneur-identite .anneaux.open>img:last-child {
	-webkit-transform: scale(1);
}

.creer-moko {
	-webkit-backface-visibility: hidden;
}
.creer-moko .photos {
	width: 5120px;
	height: 800px;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
}
.creer-moko .photos.transition {
	transition: -webkit-transform 0.7s ease-in-out;
}
.creer-moko .photos img {
	float: left;
	-webkit-backface-visibility: hidden;
}

.quitter-popup {
	background-color: rgba(0, 0, 0, 0.5);
	width: 1280px;
	height: 800px;
	position: absolute;
	top: 0;
	z-index: 10;
	opacity: 0;
	transition: opacity 0s ease;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
}
.quitter-popup.open {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.4s ease;
}

.quitter-popup>div {
	width: 563px;
	height: 313px;
	background: url("../images/quitter-background.jpg") no-repeat;
	text-align: center;
	margin: auto;
	margin-top: 232px;
}

.quitter-popup h1 {
	text-transform: uppercase;
	font-family: Archer;
	padding-top: 39px;
	padding-bottom: 29px;
	margin-bottom: 26px;
	line-height: 35px;
	font-size: 1.75em;
	background: url("../images/cercle-zigzag.png") no-repeat bottom center;
	font-weight: normal;
}

.quitter-popup button {
	border: 3px solid #770001;
	font-family: "Archer Semibold";
	text-transform: uppercase;
	display: block;
	width: 334px;
	height: 43px;
	background: none;
	border-radius: 5px;
	display: block;
	margin: auto;
	margin-bottom: 22px;
}

/*Aide*/
.aide-bouton {
	width: 118px;
	height: 50px;
	background-color: #131313;
	position: absolute;
	bottom: 0;
	right: 50px;
	z-index: 2;
	opacity: 1;
	text-align: center;
}
.aide-bouton.cache {
	opacity: 0.8;
}
.aide-bouton.fermer {
	transition: opacity 0.5s ease;
	opacity: 0;
}

.aide-bouton button {
	font-family: Archer Medium;
	color: #ebebeb;
	font-size: 1.35em;
	font-weight: normal;
	margin-top: 12px;
	border: none;
	background: none;
}
.aide-bouton button.tapped {
	color: #232323 !important;
}


.aide-popup {
	width: 1280px;
	height: 800px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
	-webkit-backface-visibility: hidden;
}
.aide-popup.open {
	display: block;
}

.aide-popup>div {
	width: 761px;
	height: 542px;
	background: url("../images/background-aide.png") no-repeat;
	position: absolute;
	top: 129px;
	left: 260px;
	text-align: center;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.aide-popup h1 {
	text-transform: uppercase;
	font-family: Archer;
	margin-top: 38px;
	margin-bottom: 0;
	word-spacing: -2px;
	font-size: 1.8em;
	font-weight: normal;
}

.aide-popup h2 {
	font-family: "Archer Italic";
	margin-top: 2px;
	margin-bottom: 15px;
	color: #232323;
	font-weight: normal;
	font-size: 1.6em;
}

.aide-popup>div>span {
	display: block;
	background: url("../images/cercle-zigzag.png") no-repeat;
	width: 173px;
	height: 8px;
	margin: auto;
}

.aide-popup .fleches.debut>span:first-child,
.aide-popup .fleches.fin>span:last-child {
	display: none;
}
.aide-popup .fleches span {
	display: block;
	width: 49px;
	height: 60px;
	background: url("../images/fleche.png") no-repeat center center;
	position: absolute;
	top: 277px;
}

.aide-popup .fleches .gauche {
	left: 44px;
}
.aide-popup .fleches .droite {
	right: 44px;
	-webkit-transform: rotate(180deg);
}

.aide-popup .slider {
	margin: auto;
	margin-top: 21px;
	width: 496px;
	height: 380px;
	overflow: hidden;
}

.aide-popup .slider>div {
	width: 1608px;
	height: 380px;
	position: relative;
	-webkit-transform: translateX(0);
	transition: -webkit-transform 0.4s ease;
	-webkit-backface-visibility: hidden;
}
.aide-popup .slider>div>div {
	width: 496px;
	height: 380px;
	float: left;
	margin-right: 40px;
	background-repeat: no-repeat;
}
.aide-popup .slider>div>div:first-child { background-image: url("../images/slider-aide/1.gif"); }
.aide-popup .slider>div>div:nth-child(2) { background-image: url("../images/slider-aide/2.gif"); }
.aide-popup .slider>div>div:last-child { background-image: url("../images/slider-aide/3.gif"); }

.aide-popup .slider>div>div img {
	-webkit-backface-visibility: hidden;
}
.aide-popup .slider>div>div p {
	text-transform: uppercase;
	width: 496px;
	text-align: center;
	font-family: Archer;
	color: #770001;
	font-size: 1.3em;
	margin-top: 333px;
}

button {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.intro .popup button.tapped:after,
.explicatif .confirmer.tapped:after,
.ecouter.tapped:after,
.etape .intro .demarrer.tapped:after,
.carte-identite .boutons .valider.tapped:after,
.creer-moko .boutons .valider.tapped:after,
.conteneur-identite .question .popup.valider button.tapped:after,
.creer-moko .photos+.popup_conteneur .popup button.tapped:after  {
	display: block;
}

.aide-quitter .quitter span.tapped {
	background: url("../images/icone-carte-actif.png") no-repeat left center;
	transition: background 0s ease;
}

.intro .popup button:after,
.explicatif .confirmer:after,
.ecouter:after,
.etape .intro .demarrer:after,
.carte-identite .boutons .valider:after,
.creer-moko .boutons .valider:after,
.conteneur-identite .question .popup.valider button:after,
.creer-moko .photos+.popup_conteneur .popup button:after {
	content: "";
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.3);
}
.explicatif .confirmer:after {
	left: 5px;
	top: 1px;
}
.carte-identite .boutons .valider:after,
.creer-moko .boutons .valider:after {
	width: 162px;
	height: 170px;
	top: 49px;
	left: 4px;
}
.ecouter:after {
	width: 170px;
	height: 170px;
	top: 0;
	left: 0;
}

.carte-identite .boutons .valider:after,
.creer-moko .boutons .valider:after {
	width: 169px;
}

.carte-identite .boutons .valider:after,
.creer-moko .boutons .valider:after,
.conteneur-identite .question .popup.valider button:after,
.creer-moko .photos+.popup_conteneur .popup button:after {
	top: 0;
	left: 0;
}