html, body {
	height:100%;
	font-family: 'Lora', serif;
	font-family: 'Ubuntu', sans-serif;
	color:#ceb873;
	font-size:1em;
	font-size:1vw;
}

#version {
	position:fixed;
	right:0;
	top:0;
	color:#fff;
}

h1 {
	font-size:7em;
	font-size:450%;
	font-size:5.4vw;
	color:#fff;
	/*text-shadow: 5px 5px 0px #eee, 7px 7px 0px #707070;*/
	font-family: 'HawaiiLover', serif;
	font-family: 'Chelsea Market', cursive;
	/*text-align:right;*/
	width:80%;
	margin:10% 10% 1em;
	cursor:pointer;
	transition: all 350ms ease-out 0s;
}

h1:hover {
    transform: perspective(300px) rotateY(0) rotateX(-5deg) translateX(1%) translateZ(5px) scale(1.01);
    transition: all 350ms ease-out 0s;
	text-shadow:5px 5px 5px rgba(0,0,0,0.5);
}

h2 {
	font-size:4em;
	font-size:2vw;
	font-family: 'HawaiiLover', serif;
	font-family: 'Chelsea Market', cursive;
	color:#fff;
	text-transform:capitalize;
}

h1 span{
	font-size:20%;
	font-size: 3vw;
	clear:both;
	display:block;
	float:right;
	margin: 0 0 0 0;
}

a {
	text-decoration:none;
}

header {
	position:relative;
	left:33%;
	width:33%;
	/*min-width:480px;*/
	transition:all 0.5s ease 0s;
	font-size:1em;
}

#sousHeader {
	background:rgba(0,0,0,.5);
	background:rgba(0,0,0,.2) url("../coriandre/pixelNoir.png");
	width:30%;
	/*min-width:480px;*/
	height:100%;
	left:35%;
	transition:all 0.5s ease 0s;
}

#perso1, #perso2, #perso3, #perso4, #nuage, #nuage1, #nuage2{
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	background-size: auto 100%;
}

/*personnages*/
#perso1, #perso2, #perso3, #perso4{
	bottom:0;
	height:38%;
	transition:all ease .9s;
}
#perso1 {
	background-image:url('../coriandre/perso1.png');
	background-position: 53%;
	transition:all ease .8s;
}
#perso2 {
	background-image:url('../coriandre/perso2.png');
	background-position: 40%;
	height:50%;	
}
#perso3 {
	background-image:url('../coriandre/perso3.png');
	background-position: 63%;
	height:60%;
	transition:all ease 1s;
}
#perso4 {
	background-image:url('../coriandre/perso4.png');
	background-position: 34%;
	height:37%;
	transition:all ease .7s;
}
#perso1.colonne {
    background-position: 90% center;
    height: 30%;
}
#perso2.colonne {
    background-position: 80% center;
    height: 40%;
}
#perso3.colonne {
    background-position: 104% center;
    height: 50%;
}
#perso4.colonne {
    background-position: 75% center;
    height: 30%;
}
#nuage {
	background-image:url('../coriandre/nuage.png');
	animation:vie 60s linear infinite;
}

#nuage1 {
	background-image:url('../coriandre/nuage2.png');
	animation:vie 40s linear infinite;
}

#nuage2 {
	background-image:url('../coriandre/nuage3.png');
	animation:vie 100s linear infinite;
}

@keyframes vie {
    from {left: -20%;}
    to {left: 100%;}
}
/*
nav {
	width: 80%;
	color: #fff;
	text-align: justify;
	margin: 10%;
	position:relative;
	height:80px;
	height:5vw;
	line-height:80px;
	line-height:5vw;
}
*/
nav {
    color: #fff;
    position: relative;
}

nav #menu {
	height: 30px;
	height: 2.5vw;
	/*border-top: double 4px #fff;
	border-bottom: double 4px #fff;*/
	line-height: 30px;
	line-height: 2.5vw;
	position: absolute;
	top: 1.5vw;
	left: 0;
	right: 0;
	vertical-align:middle;
	display:table;
	width:100%;
}

nav #menu li{
	display:inline-block;
	width:18%;
	font-size:1.5em;
	font-size:1.5vw;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	color: rgba(0,0,0,.7);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
	font-weight:600;
}

nav #fondMenu {
	height: 100%;
}

nav #fondMenu li{
	display: inline-block;
	width: 18%;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	position:relative;
}

nav #fondMenu li .ombre{
	left: 10%;
    position: absolute;
    top: 0;
}

nav #fondMenu li img{
	position:absolute;
	height:120%;
	top:-10%;
	left:0;
}

nav #fondMenu .spin img{
	animation:spin 10s linear infinite;
}

@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
@keyframes counterSpin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

nav #menu li, nav #fondMenu li {
	display:table-cell;
	width:20%;
	//border:1px solid #000;
}

nav #menu li.puce, nav #fondMenu li.puce {
	width:5%;
}

nav #menu li.puce:first-child, nav #fondMenu li.puce:first-child,
nav #menu li.puce:last-child, nav #fondMenu li.puce:last-child {
	width:15%;
}

nav #menu li img, nav #fondMenu li img {
	position:relative;
	width:90%;
	height:auto;
}

nav #fondMenu li:not(.puce) {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-radius: 100%;
	box-shadow:inset 2px 2px 5px 2px rgba(0, 0, 0, 0.5), 1px 1px 3px 1px  rgba(256, 256, 256, 0.1);
}

#section0{
	position:relative;
	height:100%;
	overflow:hidden;
}

#section0 #element0 {
	position:absolute;
	background:#a98307;
	background-image: url("../coriandre/skyline3.png"), url("../coriandre/skyline2.png"), url("../coriandre/skyline1.png") ;
	background-size: 100% 100% ;
	background-position: center;
	background-repeat: no-repeat;
	height:100%;
	width:100%;
}

#section0 #element0 div{
	position:absolute;
}

#section0 #element1 {
	position:absolute;
	background-image: url("../coriandre/effets.png");
	background-color: rgba(256, 256,256, 0.1);
	background-size: 100% 100% ;
	background-position: center;
	background-repeat: no-repeat;
	height:100%;
	width:100%;
}

#logo {
	width:100px;
}

#logo img{
	width:100%;
}
/*menu langue*/
#langue {
	font-style:italic;
	position:fixed;
	right:0;
	top:0;
	padding:2em;
	font-weight:600;
	transition: all .5s ease 0s;
	z-index: 1000;
}

#langue:hover {
	color:#fff;
	transition: all .5s ease 0s;
}

#langue ul {
	margin:0;
}

#langue ul li {
	display:inline;
	background:none;
	font-size:1em;
	padding:0 0.5em;
	cursor:pointer;
	margin:0;
	color:#eeaa;
}

#morceau0, #morceau1, #morceau2 {
	display:block;
}

#morceau1 {
	position:absolute;
	right:0;
	top:50px;
	padding:3vw;
	width:30%;
	text-align:right;
	transition:all 0.5s ease 0s;
}

#morceau1 p {
	font-size:1.2em;
	line-height:1.2em;
	color:#fff;
	margin-top:1em;
}

#morceau2 {
	height:50px;
	height:3vw;
	position:fixed;
	right:0;
	bottom:0;
	padding:50px;
	padding:3vw;
	width:30%;
	text-align:right;
}

#morceau2 div,
#morceau2 img {
	height:100%;
}

.droit{
	transition:all 0.5s ease 0s;
	left:68% !important;
}

#morceau3, #morceau4, #morceau5 {
	position: absolute;
	display: block;
	height: 90%;
	width: 60%;
	top: 0;
	left: -100%;
	padding: 0 5%;
	margin: 2% 0;
	transition: all 0.5s ease-out 0s;
}

.morceau ul {
	margin-top:2em;
}

.morceau li {
	font-size:1.2em;
	margin:5px;
	padding:15px;
	background:rgba(0,0,0,.5);
	color:#fff;
}

.morceau li span{
	font-weight: 600;
}

.contenu {
	transition:all 0.5s ease 0s;
	left:0 !important;
}

.perso {
	transition:all 0.5s ease 0s;
}
.contenu2 {
	transition:all 0.5s ease 0s;
	right:-100% !important;
}

/*dates*/
#dates li {
	background:none;
	padding:1em 0;
}

#dates .concert {
	position:relative;
	padding:.5em;
	background: rgba(0, 0, 0, 0) url("../coriandre/fondDateCentre.png") repeat scroll 0 0 / .7% auto;
	font-family: "Chelsea Market",cursive;
	color:black;
	font-size:2em;
	padding:0 1em;
	background-clip:content-box;
}

#dates .concert:before {
    content: '';
    position: absolute;
    z-index: -1; /* push it to the background */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0) url("../coriandre/fondDateGauche.png") repeat-y scroll 0 0 / 5% auto;
}

#dates .concert:after {
    background: rgba(0, 0, 0, 0) url("../coriandre/fondDateDroite.png") repeat-y scroll 100% 0 / 5% auto;
    bottom: 0;
    content: "";
    left: 0;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 0;
	z-index: -1;
}

#dates .concert .visuel .image {
    background: rgba(0, 0, 0, 0) url("../coriandre/poster.jpg") repeat scroll 0 0 / 100% auto;
    bottom: -20%;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
    padding-bottom: 23.3%;
    position: absolute;
    right: 5%;
    transform: rotate(8deg);
    width: 17%;
    z-index: 100;
}

#dates .concert .visuel .image>div {
	display: flex;
	position: absolute;
    width:100%;
	height:100%;
}

#dates .concert .visuel .image>div span {
    bottom: 0;
    color: brown;
    display: block;
    font-size: 40%;
    padding: 7%;
    position: absolute;
    width: 80%;
}

#dates .concert .visuel .image>div span:first-child {
	top:0;
}

#dates .concert .visuel .image img {
	margin: auto;
	max-width: 90%;
	max-height: 90%;
}

#dates .gauche .infos {
	text-align:right;
	margin: 0 0 0 40% ;
}

#dates .infos {
    margin: 0 40% 0 0;
    padding: 1em 0;
	color:#59390a;
}

#dates .infos .quand {
    font-size:.5em;
}

#dates .infos .ou {
    font-size:.8em;
}

#dates .infos .ouz {
    font-size:.7em;
}

#dates .gauche .visuel .image {
	left:5%;
	transform: rotate(-9deg);
}

#dates {
	height:100%;
	position:relative;
	overflow:hidden;
}
.blocDates {
	height: 100%;
    left: 0;
    overflow: auto;
    position: absolute;
    right: -30px;/*cacher la barre de scroll*/
    top: 0;
	padding-right:15px;
}

.blocDates ul {
	margin:0;
	width:100%;
	padding:0;
    padding-top: calc(50vh / 2);
    padding-bottom: calc(50vh / 2);
}

.blocDates ul li {
	opacity:0.99;/*probleme avec les images before et after*/
}

.blocDates .controleDates {
	position:fixed;
	width:5%;
	top:0;
	bottom:0;
	left:0;
}

.blocDates .controleDatesHaut {
	top:0;
}

.blocDates .controleDatesBas {
	bottom:0;
}

.blocDates .controleDatesBas,
.blocDates .controleDatesHaut {
	z-index:1000;
	margin-left:5%;
	position:fixed;
	height:10%;
	width:60%;
	left:0;
}

/*groupe*/

#leGroupe {
	font-family: "Chelsea Market",cursive;
	font-size:2em;
	color:#fff;
}

#leGroupe .blocPersonne {
    float: left;
    padding-top: 5%;
    width: 47.5%;
}

#leGroupe .blocPersonne:nth-child(odd) {
    padding-right: 5%;
}

#leGroupe .blocPersonne .texte{
	width:50%;
	float: left;
	position:relative;
}

#leGroupe .blocPersonne .texte .enveloppe {
	width:100%;
	position:absolute;
	height:100%;
	top:0;
}

#leGroupe .blocPersonne .texte .enveloppe>div {
	display:table;
	height:100%
}

#leGroupe .blocPersonne .texte .enveloppe>div>div {
	vertical-align:middle;
	display:table-cell;
}

#leGroupe .blocPersonne .texte .instru {
	font-size:0.7em;
}

#leGroupe .blocPersonne .visuel{
	width:50%;
	overflow:visible;
	float: left;
	position:relative;
	transition: all 350ms ease-out 0s;
}

#leGroupe .blocPersonne .visuel:hover{
	transform: perspective(220px) rotateY(9deg) rotateX(-3deg) translateX(1%) translateZ(0px) scale(1.01);
    transition: all 350ms ease-out 0s;
}
	
#leGroupe .blocPersonne .visuel>div {
	width:100%;
}

#leGroupe .blocPersonne .visuel .carre,
#leGroupe .blocPersonne .texte .carre {
	padding-bottom:100%;
}

#leGroupe .blocPersonne .visuel img {
	width:100%;
	height:100%;
}

#leGroupe .blocPersonne .visuel .image img {
	border-radius:100%;
	width:80%;
	height:80%;
	margin:10%;
}

#leGroupe .blocPersonne .visuel .cadre img {
	width:120%;
	height:120%;
	margin:-10%;
}

#leGroupe .blocPersonne .visuel .cadre,
#leGroupe .blocPersonne .visuel .image {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
/*son*/
#sons ul li {
	display: table;
    vertical-align: middle;
    width: 100%;
}
#sons ul li span {
	display: table-cell;
    vertical-align: middle;
    width: 10%;
}
#sons ul li audio {
	display: table-cell;
}
.enveloppeSons {
	margin-top:2em;
}
.tube {
    display: inline-block;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    position: relative;
    width: 20%;
	transition:all .5s ease .7s;
}
.tube.ouvert {
    z-index:5000;
}
.tube .visible {
    left:80%;
}
.tube h1 {
    font-size: 150%;
    position: relative;
}
.disque {
    background: #000000 url("../coriandre/fondDisque.jpg") repeat scroll center center;
	background-size:100%;
    border-radius: 100%;
    display: flex;
    height: 95%;
    left: 0;
    margin: 2.5%;
    position: absolute;
    top: 0;
    transition: all .7s ease-out 0s;
    width: 95%;
	box-shadow: 0 0 8px 0 #000000, inset 0 0 2px 0 rgba(256, 256, 256, .6);
	border:1px solid #000000;
}
.disque .galette {
    background: #000000 url("../coriandre/ours.jpg") repeat scroll center center / 100% auto;
    border-radius: 100%;
    box-shadow: 0 0 10px 2px #000000;
    display: flex;
    height: 25%;
    margin: auto;
    width: 25%;
}
.disque .galette>div {
    background: #000000 none repeat scroll 0 0;
    border-radius: 100%;
    height: 18%;
    margin: auto;
    width: 18%;
}
.disque div.commande {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 100%;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	transition:all .5s ease;
	opacity: 0;
}
.disque:hover div.commande {
	opacity: 1;
}
.disque div.commande span {
	margin:auto;
	width:25%;
	height:25%;
	cursor:pointer;
}
.disque div.commande span img {
	width:100%;
	height:100%;
}
.disque div.commande span img:nth-child(2) {
	display:none;
}
.disque div.commande span.lecture img {
	display:none;
}
.disque div.commande span.lecture img:nth-child(2) {
	display:block;
}
.disque div.commande span img:nth-child(2) {
	display:none;
}
.pochette {
	background: #000000 url("../coriandre/ours.jpg") repeat scroll 0 0 / 100% auto;
    box-shadow: 0 0 6px 0 #000000;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
	transform: rotate(-2deg);
	cursor:pointer;
}
.pochette img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#sons .tube:nth-child(2n+3) .pochette {
	transform: rotate(3deg);
}
#sons .tube:nth-child(3n+3) .pochette {
	transform: rotate(1deg);
}
.unsurun {
	padding-bottom:100%;
}
.spinDisque {
	animation:spin 10s linear infinite;
}
.spinDisque .commande {
	animation:counterSpin 10s linear infinite;
}

#dates form {
	font-family: 'Chelsea Market', cursive;
}

#dates form input[type="text"] {
	font-family: 'Chelsea Market', cursive;
	border: none;
	border-bottom: 1px solid #727139;
	width:100%;
	background:none;
	color: #727139;
}

#dates form input[type="submit"] {
	font-family: 'Chelsea Market', cursive;
	font-size: .6em;
	border: 4px solid #727139;
	width: 50px;
	background: #e0e38b;
	height: 50px;
	border-radius: 100px;
	margin-top: 10px;
	box-shadow: 1px 1px 3px #000, inset 1px 1px 6px black;
	color: #727139;
	cursor:pointer;
	transition:all .5s ease 0s;
}

#dates form input[type="submit"]:hover {
	font-size: .8em;
	border: 4px solid #727139;
	width: 60px;
	background: #727139;
	height: 60px;
	margin-top: 0;
	box-shadow: 2px 2px 3px #000, inset 1px 1px 6px black;
	color: #e0e38b;
}

.luisant {
	height:50px;
	width:50px;
	border-radius:50px;
	position:absolute;
	transition:all .5s ease 0s;
	background: red;
	z-index:1000;
	box-shadow:1px 1px 3px black;
	cursor:pointer;
	margin-top:-25px;
background: #ff3632; /* Old browsers */
background: -moz-linear-gradient(top, #ff3632 0%, #b70c00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff3632 0%,#b70c00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff3632 0%,#b70c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3632', endColorstr='#b70c00',GradientType=0 ); /* IE6-9 */
	display:none;
}

#blocDates ul li:hover .luisant {
	display:inline-block;
}

.luisant span {
	height:10px;
	width:40px;
	position:absolute;
	transition:all .5s ease 0s;
	background: white;
	margin:auto;
	top:20px;
	left:5px;
	transform:rotate(45deg);
}

.luisant span:nth-child(1) {
	transform:rotate(-45deg);
}
.luisant:hover span {
	transform:rotate(-45deg);
}
.luisant:hover span:nth-child(1) {
	transform:rotate(45deg);
}

#succes {
	position: fixed;
	z-index: 36987;
	top: calc(50% - 15vh);
	left: calc(50% - 400px);
	text-align: center;
	line-height: 30vh;
	background: url("../coriandre/54504.gif") 100%;
	border-radius: 100%;
	width: 800px;
	box-shadow: 0 -10px 50px 20px black;
	display:none;
}
#succes span {
	height: 30vh;
	display: inline-block;
	vertical-align: top;
	transform:scale(5);
	transition:all .5s ease 0s;
}
#succes.action span {
	transform:scale(1);
}
#succes span img {
	height: 100%;
}
#succes span:nth-child(3) img {
	height: 100%;
	transform: scaleX(-1);
}
#succes span font {
	font-size: 5em;
	font-family: 'Permanent Marker', cursive;
	background-image: -webkit-gradient( linear, left top, right bottom, color-stop(0.5, rgba(242,48,242,1)), color-stop(1, rgba(238,173,244,1)) );
	background-image: gradient( linear, to bottom, rgba(242,48,242,1) 50%,rgba(238,173,244,1) 100% );
	color:transparent;
	-webkit-background-clip: text;
	background-clip: text;
}
#succes span font:nth-child(1) {
	transform:scale(2);
}

#dates #addEventForm .concert .visuel .image, .slip .image {
    bottom: 20% !important;
	cursor:pointer;
}

#laVieDesArbres {
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3000;
}

#laVieDesArbres .enveloppeArbres {
	margin: auto;
	height: 50vh;
	width: 50vw;
	background: #7c9bb7;
	box-shadow: 0 0 10px #000;
	display: flex;
	padding:2em;
	position:relative;
}

#laVieDesArbres .stock {
	height: 100%;
	width: 50%;
}

#laVieDesArbres h3 {
	width: 100%;
	padding: 0 0 1em 0;
	font-family: 'Chelsea Market', cursive;
}

#laVieDesArbres form {
	width:100%;
	padding:1em;
}

#laVieDesArbres input {

}

#laVieDesArbres .listeImages {
	overflow:auto;
	height:90%;
}

#laVieDesArbres .visuelDeLaListe img{
	max-width: 100%;
	max-height: 100%;
	margin:auto;
}

#laVieDesArbres .visuelDeLaListe {
    width: calc(33% - .5em);
    height: 150px;
	display: inline-flex;
	margin: 0 .5em .5em 0;
	vertical-align: top;
}

#retourRapid {
	position: absolute;
	top: 0;
	left: 0;
	padding: .5em;
	cursor: pointer;
}

.choixImage {
	background:#A87535;
}

.supprimee {
	display:none;
}


/****/
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
 
/* on prépare le label */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative; /* permet de positionner les pseudo-éléments */
  padding-left: 25px; /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;    /* affiche un curseur adapté */
}

/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	content: '';
position: absolute;
left: 0;
top: .5em;
width: .5em;
height: .5em;
border: 3px solid #59390a;
}
 
/* Aspect général de la coche */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
position: absolute;
top: .2em;
left: 4px;
font-size: 1em;
color: #59390a;
transition: all .2s;
}
/* Aspect si "pas cochée" */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0; /* coche invisible */
  transform: scale(0); /* mise à l'échelle à 0 */
}
/* Aspect si "cochée" */
[type="checkbox"]:checked + label:after {
  opacity: 1; /* coche opaque */
  transform: scale(1); /* mise à l'échelle 1:1 */
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
/* styles de la coche (si cochée/désactivée) */
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
/* on style aussi le label quand désactivé */
[type="checkbox"]:disabled + label {
  color: #aaa;
}
 
/* aspect au focus de l'élément */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
 border: 3px solid #59390a;
}
label span {
	padding:.5em;
}