/* @override 
	https://jepeuxpasvenir.m-n.fr/styles/voeux2018v2.css
	http://jepeuxpasvenir.m-n.fr/styles/voeux2018v2.css */



body {
	padding-top: 50%;
	margin: 0;
	background: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	color: white;
	font-family: 'Raleway', Helvetica, Arial, Geneva, sans-serif;
	transition: padding-top 0.5s ease-in-out, background-position 0.5s ease-in-out;
	position: relative;
}
body.moindepadding {
	background-position: center -20%;
	padding-top: 20%;
	transition: padding-top 0.5s ease-in-out, background-position 0.5s ease-in-out;
}
@media (min-width:380px) {
	body.moindepadding {
		background-position: center -18%;
	}
}
@media (min-width:768px) {
	body {
		background-size: auto;
		padding-top: 380px;	
	}
	body.moindepadding {
		background-position: center -60px;
		padding-top: 200px;
	}
}


.laTypoMoutonNoir {
	font-family: Choplin-ExtraLight, "Courier New", Courier, mono;
	font-weight: normal;
	font-style: normal;
}
.laTypoMoutonNoirSemiBold {
	font-family: Choplin-SemiBold, "Courier New", Courier, mono;
	font-weight: normal;
	font-style: normal;
}
a {
	color: white;
}
a:hover {
	color: white;
}
.opa0 {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
@media (max-width:767px) {
	.mobilehidden { display: none;}
}

/* Header */
h1 {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 10vw;
	opacity: 1;
	
	transition: top 0.5s ease-in-out 0s,  margin-top 0.5s ease-in-out 0s;
	top: 0%;
	margin-top: 30%;
}
.moindepadding h1 {
	top: 0;
	margin-top: 0;
}
@media (min-width: 768px) {
	h1 {
		top: 190px;
		font-size: 81px;
		margin-top: 0;
	}
	.moindepadding h1 {
		top: 61px;
	}
}

h1#titreImg {
	background-image: url(/images/antistandard.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 90px;
	margin-right: 5%;
	margin-left: 5%;
}


#dateSoiree {
	text-align: center;
	text-transform: uppercase;
	font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;
	position: absolute;
	right: 0;
	left: 0;
	top: -30px;

	display: none;
}
.moindepadding #dateSoiree {
	top: -53px;
}
@media (min-width:530px) {
	#dateSoiree {
		display: block;
		top: -12%;
	}
}
@media (min-width: 768px) {
	#dateSoiree {
		display: block;
		top: -65px;
	}
}

/* Tous les liens des réseaux sociaux */
.sociaux a {
	display: inline-block;
	width: 22px;
	height: 21px;
	background-image: url(../images/iconMN-sociaux-120.png);
}
.sociaux a span {
	display: none;
}
ul.share {
	margin-top: 30px;
	padding: 0;
}
li.sociaux {
	padding-top: 12px;
	padding-left: 4px;
	list-style: none;
	padding: 0;
	display: inline-block;
}

div.col-xs-12.shareRow {
	clear: both;
	
}
.sociaux a.twitter {
	background-position: 0 -38px;
	opacity: 1;
 }
.sociaux a.facebook {
	background-position: -24px -38px;
	opacity: 1;
 }
.sociaux a.instagram {
	background-position: -48px -38px;
	opacity: 1;
 }
.sociaux a.viadeo {
	background-position: -72px -38px;
	opacity: 1;
 }
.sociaux a.linkedin {
	background-position: -98px -38px;
	opacity: 1;
 }
.sociaux a.twitter:hover {
	background-position: 0 -38px;
	opacity: 0.5;
 }
.sociaux a.facebook:hover {
	background-position: -24px -38px;
	opacity: 0.5;
 }
.sociaux a.instagram:hover {
	background-position: -48px -38px;
	opacity: 0.5;
 }
.sociaux a.viadeo:hover {
	background-position: -72px -38px;
	opacity: 0.5;
 }
.sociaux a.linkedin:hover {
	background-position: -98px -38px;
	opacity: 0.5;
 }

.container,
.container-fluid {
	z-index: 10;
	position: relative;
	display: block;
}

.patience {
	text-align: center;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 21px;
	background: url(../images/arrowBot.jpg) center bottom no-repeat;
	background-size: 30px;
	padding-bottom: 20px;
	letter-spacing: 0.5px;
}
.patience .laTypoMoutonNoirSemiBold {
	font-size: 20px;
	
}
.decoCroix {
	width: 45px;
}
.message {
	width: 45%;
	min-width: 250px;
	margin-top: 30px;
	margin-bottom: 30px;
}
img.logo-mouton-noir {
	display: block;
	max-width: 260px;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px){
	img.logo-mouton-noir {
		float: right;
		margin-top: -7px;
	}
}
@media (min-width: 992px){
	img.logo-mouton-noir {
		margin-top: -15px;
		float: right;
	}
}




/* With the form */
.closeListe,
.closeForm {
	display: block;
	color: white;
	position: absolute;
	top: -30px;
	right: 0;
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	font-weight: 100;
	opacity: 0.5;
	transition: opacity 0.3s;
}

span.closeListe {
	top: 0;
	display: none;
}

.closeListe:hover,
.closeForm:hover {
	opacity: 1;
}

form {
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
	display: none;
}
div.input-container {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}




input.form-control,
inputform-control[disabled] {
	color: white;
	background-color: transparent;
	border-radius: 0;
	border-color: black;
	border-bottom-color: rgba(255, 255, 255, 0.69);
	padding-left: 0;
}
input.form-control:focus {
	outline-color: transparent;
	border-color: black;
	border-bottom-color: white;
	box-shadow: none;
}
input.form-control.a_verifier {
	background: url(../images/pic-attention-white.png) right center no-repeat;
	background-size: auto 60%;
}
button {
	color: white;
	background-color: black;
	border: 1px solid white;
	max-width: 350px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: letter-spacing 0.5s, opacity 0.5s;
	padding: 5px 15px;
	margin: 30px auto;
	display: block;
}
button:hover,button:focus {
	letter-spacing: 0;
	outline: none;
}
button.send.verif_nom, 
button.send.verif_prenom, 
button.send.verif_mail {
	transition: letter-spacing 0.5s, opacity 0.5s;
	opacity: 0.3;
}
button.process {
	background: url(../images/classic-loader.gif) center no-repeat;
	color: rgba(0,0,0,0);	
}
.logos {
	margin-top: 50px;
	margin-bottom: 50px;
}
.merci {
	text-align: center;
	color: silver;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 250px;
	line-height: 18px;
}
.merci h6 {
	font-weight: normal;
	font-weight: 100;
	font-style: normal;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.merci a {
	text-decoration: underline;
	color: silver;
	transition: color 1s ease-in-out;
}
.merci a:hover {
	text-decoration: underline;
	color: white;
	transition: color 0.3s ease-in-out;
}
label.error {
	font-weight: normal;
	font-style: normal;
	background-color: white;
	color: black;
	padding: 10px;
	margin-top: 4px;
	position: relative;
	-moz-box-shadow: 0 -4px 6px black;
	box-shadow: 0 -4px 6px black;
}
label.error:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
#success,
#error {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background: url(../images/pic-attention-white.png) center 10px no-repeat;
}
#success {
	background-image: url(../images/pic-ok-white.png);
}

#success p,
#error p {
	width: 50%;
	margin: 120px auto auto;
	min-width: 350px;
}
.footer {
	padding-bottom: 90px;
	padding-top: 27px;
}
.footer a {
	position: relative;
	z-index: 120;
	display: block;
}
.footer a img {
	width: 100px;
}
@media (min-width: 768px){
	.footer a img {
		width: auto;
	}
}
#server-results {
	display: none;
}
span.trait {
	border-top: 0.5px solid white;
	width: 200px;
	height: 1px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
h4#declencheur,
ul#excuses li {
	font-size: 20px;
	line-height: 24px;
}
h4#declencheur {
	position: relative;
	margin: 40px auto 70px;
	cursor: pointer;
	max-width: 500px;
}
span.arrowBot {
	background: url(../images/arrowBotWhite.png) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 50px;
	height: 32px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 20px;
	margin-left: -25px;
}
span.arrowBot + span.arrowBot { display: none;}
@media (min-width:380px) {
	h4#declencheur {
		margin: 40px auto 70px;
	}
}
@media (min-width:768px) {
	h4#declencheur {
		margin-bottom: 40px;
		margin: 40px auto 40px;
	}
	span.arrowBot {
		top: 50%;
		left: 0;
		margin-top: -16px;
		margin-left: 0;
	}
	span.arrowBot + span.arrowBot {
		right: 0;
		left: auto;
		display: inline-block;
	}
}
h4#declencheur.opa0 {
	height: 0;
	margin-bottom: 0;
}
ul#excuses {
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
	transition: margin 0.5s;
	position: relative;
	z-index: 2;
}
ul#excuses li {
	color: #9f9f9f;
	transition: color 0.5s;
	padding-bottom: 6px;
	cursor: pointer;
}
ul#excuses li.lexcuse,
ul#excuses li:hover {
	color: white;
	transition: color 0.1s;
}
ul#excuses li.lexcuse:hover {
	color: #9f9f9f;
	transition: color 0.5s;
}
#ps {
	text-align: center;
	font-size: 11px;

	position: absolute;
	right: 5%;
	left: 5%;
	bottom: 0;
	
	opacity: 0.7;
}

/* Retours de l'envoi du mail */
#toutOk {
	position: fixed;
	top: 40%;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 10;
	font-size: 20px;
	line-height: 24px;
	display: none;
}
#layout {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 10;
	display: none;
}

/* Quelques styles pour la page d'aide */
.aide h4 {
	margin-bottom: 40px;
	margin-top: 60px;
}
.aide h1 {
	
}
.aide .etape img {
	max-width: 100%;
	margin-top: 30px;
	margin-bottom: 10px;
	opacity: 0.7;
	transition: opacity 1s ease-in-out 0s;
	border-radius: 5px;
}
.aide .etape img:hover {
	opacity: 1;
	transition: opacity 0.3s ease-in-out 0s;
}

.aide pre {
	border: 3px solid black;
	border-radius: 0;
	background-color: rgba(0,0,0,0);
	color: white;
}
.aide pre textarea {
	width: 100%;
	height: 350px;
	background-color: rgba(255,255,255,1);
	color: black;
	border: 1px dashed gray;
}
.aide .decoCroix {
	margin-top: 50px;
}
.aide code p {
	margin-bottom: 0;
	text-align: center;
}