/* @override 
	http://pour2016ondanseavous.m-n.fr/css/voeux-m-n.css */

#canvascarre {
	margin: auto;
	display: block;
	opacity: 0;
	width: 0;

	/* Repère */
/*	background: url('../images/maquetteRepere.png') no-repeat center center pink;
	background-size: cover;*/
/*	border:1px solid black;
*/}
.typo {
	font: 14px Choplin-ExtraLight, "Courier New", Courier, mono;
	padding-left: 2.5%;
	margin: 0;
}
@media (min-width: 520px) {
	.typo {
	}
}
@media (min-width: 600px) {
	.typo {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	.typo {
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.typo {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.typo {
		font-size: 16px;
	}
}

@media (min-width: 350px) {
	.mobile350Only,
	.mobile350Only.danseGif {
		display: none;
		display: none !important;
	}
}


.typo strong {
	font-family: Choplin-SemiBold, "Courier New", Courier, mono;
	font-weight: normal;
	font-style: normal;
}
.insecable {
	white-space: nowrap;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.carte {
	padding-top: 15px;
}
#logo {
	max-width: 90%;
	margin: auto;
	display: block;
	border: none;
}
.croix,
.nav {
	background: url('../images/hrCroixVertical.png') no-repeat center center / auto 20%;
}
.row > div,
.vide, .croix, .neufDanses, .corporate {
	padding-right: 0;
	padding-left: 0
}
.danseGif {
	display: block;
	float: left;
	width: 49%;
	margin: auto 0.5%;
}
.row:before, .row:after {
	display: inline;
}
@media (min-width: 350px) {
	.danseGif {
		width: 33.33333%;
		margin: 0;
	}
	.row:before, .row:after {
		display: table;
	}
}
.danseGif > * { /* a ou img */
	display: block;
	width: 90%;
	height: 90%;
	margin: 5%;
	background-image: url('../images/bruitblanc.gif');
	background-size: 100%;
	background-position: center;
	cursor: pointer;
}
.danseGif > * > * { /* a ou img */
	max-width: 100%;
	max-height: 100%;
}
.bonneAnnee {
	float: right;
}
a.crankthat {
	background-image: url('../images/crankthat.gif');
}
a.rickroll {
	background-image: url('../images/rickroll.gif');
}
a.gangnamstyle {
	background-image: url('../images/gangnamstyle.gif');
}
a.dansedelepaule {
	background-image: url('../images/dansedelepaule.gif');
}
a.carlton {
	background-image: url('../images/carlton.gif');
}
a.harlemshake {
	background-image: url('../images/harlemshake.gif');
}
a.alane {
	background-image: url('../images/alane2016.gif');
}
span.typoDanse {
	display: block;
	height: 100%;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
a:hover span.typoDanse {
	background-color: rgba(255, 240, 42, 0.8);  /* Rollover fond jaune */
}
/* Les typos dans les 7 carrés */
.alane span { background-image: url('../images/typoDanses-wh-1.png');}
.harlemshake span { background-image: url('../images/typoDanses-wh-2.png');}
.crankthat span { background-image: url('../images/typoDanses-wh-3.png');}
.rickroll span { background-image: url('../images/typoDanses-wh-4.png');}
.dansedelepaule span { background-image: url('../images/typoDanses-wh-5.png');}
.carlton span { background-image: url('../images/typoDanses-wh-6.png');}
.gangnamstyle span { background-image: url('../images/typoDanses-wh-7.png');}

/* Les typos dans le carré en bas de la modale */
#logoDanse.alane { background-image: url('../images/typoDanses-bl-1.png');}
#logoDanse.harlemshake { background-image: url('../images/typoDanses-bl-2.png');}
#logoDanse.crankthat { background-image: url('../images/typoDanses-bl-3.png');}
#logoDanse.rickroll { background-image: url('../images/typoDanses-bl-4.png');}
#logoDanse.dansedelepaule { background-image: url('../images/typoDanses-bl-5.png');}
#logoDanse.carlton { background-image: url('../images/typoDanses-bl-6.png');}
#logoDanse.gangnamstyle { background-image: url('../images/typoDanses-bl-7.png');}



a.nav {
	display: block;
	height: 100%;
	background-color: white;
	cursor: pointer;
	opacity: 0;
}
a.nav.prevDanse {
	background-image: url('../images/hrPrevVertical.png');
}
a.nav.nextDanse {
	background-image: url('../images/hrNextVertical.png');
}
a:hover.nav {}

#modal {
	position: fixed;
	display: block;
	background-color: rgba(222,222,222,1);
	opacity: 0;
	top: 50%;
	right: 50%;
	bottom: 50%;
	left: 50%;
	z-index: 0;
	overflow: hidden;
}
#modal.defautZoom {
	/* Utile pour afficher la modale directement à l'ouverture de la page, si l'url contient une danse */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	z-index: 1000;
	position: absolute;
}
iframe#danseVideo {
	display: none;
	height: 100%;
	width: 220%;
	margin-left: -62%;
}
.sociaux {
	display: block;
	position: absolute;
	bottom: 25px; right: 15px;
	width: 33%;
	height: 140px;
	text-align: center;
}
#logoDanse {
	height: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.sociaux a,
.sociaux div.fb-share-button {
	display: inline-block;
	width: 22px;
	height: 21px;
	background-image: url(../images/iconMN-sociaux-120.png);
	overflow: hidden;
	text-indent: 1000px;
	line-height: 0;
	cursor: pointer;
	vertical-align: top;
}
/* Sprite */
.sociaux a.twitter-share-button,
.sociaux.noir a.twitter-share-button:hover {
	background-position: 0 -38px;
 }
.sociaux a.facebook,
.sociaux.noir a.facebook:hover,
.sociaux div.fb-share-button,
.sociaux.noir div.fb-share-button:hover {
	background-position: -24px -38px;
}
.sociaux a.instagram,
.sociaux.noir a.instagram:hover {
	background-position: -48px -38px;
 }
.sociaux a.viadeo,
.sociaux.noir a.viadeo:hover {
	background-position: -98px -38px;
 }
.sociaux a.linkedin,
.sociaux.noir a.linkedin:hover {
	background-position: -72px -38px;
 }
.sociaux.noir a.twitter-share-button,
.sociaux a.twitter-share-button:hover {
	background-position: 0 0;
 }
.sociaux.noir a.facebook,
.sociaux a.facebook:hover,
.sociaux.noir div.fb-share-button,
.sociaux div.fb-share-button:hover {
	background-position: -24px 0;
 }
.sociaux.noir a.instagram,
.sociaux a.instagram:hover {
	background-position: -48px 0;
 }
.sociaux.noir a.viadeo,
.sociaux a.viadeo:hover {
	background-position: -98px 0;
 }
.sociaux.noir a.linkedin,
.sociaux a.linkedin:hover {
	background-position: -72px 0;
 }

.close {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	opacity: 1;
	position: absolute;
	top: 0; right: 0;
	display: block;
}
.close:hover {
	color: white;
	background-color: black;
	text-shadow: 0 1px 2px black;
	opacity: 1;
}
#triggerDanse {
	display: none;
}
.corporate .row {
	display: block;
	position: relative;
	height: 50px;
}
.corporate .row > div {
	display: block;
	position: absolute;
}
.corporate .row > div.col-xs-8 {
	left: 0;
	bottom: 0;
}
.corporate .row > div.col-xs-4 {
	right: 0;
	bottom: 5px;
}
