div#debug {
	position: fixed;
	width: 200px;
	height: 30px;
	top: 125px;
	text-align: center;
	vertical-align: middle;
	background-color: red;
	opacity: 0.7;
	font-size: 20px;
	
}

div#debug-android {
	position: fixed;
	width: 200px;
	height: 30px;
	top: 125px;
	text-align: center;
	vertical-align: middle;
	background-color: #0000FF;
	color: #FFF;
	opacity: 0.7;
	font-size: 20px;
	visibility: hidden;
}



body {
	background-color: #EEE;
	margin: 0px 0px;
	font-family: 'Encode Sans Semi Expanded', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: #000;
}


#page {
	width: 900px;
	margin: 0 auto;
	background: transparent;
}



@-webkit-keyframes glow-effect2 {
  0%   { opacity: 0.3;}
  50%   { opacity: 1;}
  100% { opacity: 0.3;}
}
@-moz-keyframes glow-effect2 {
  0%   { opacity: 0.5;}
  50%   { opacity: 1;}
  100% { opacity: 0.5;}
}
@-o-keyframes glow-effect2 {
  0%   { opacity: 0.5;}
  50%   { opacity: 1;}
  100% { opacity: 0.5;}
}
@keyframes glow-effect2 {
  0%   { opacity: 0.5;}
  50%   { opacity: 1;}
  100% { opacity: 0.5;}
}


div#events-button {
	position: fixed;
	z-index: 9;
	top: 110px;
	left: 50%;
	width: 300px;
	height: 30px;
	margin: 0 auto;
	background-color: #F44;
	color: #FFF;
	border: 4px solid #DDD;
		border-radius: 0 0 20px 20px;
		-webkit-border-radius: 0 0 20px 20px;
		-moz-border-radius: 0 0 20px 20px;
	font-size: 20px;
	white-space: nowrap;  /* empeche le retour ligne */
	text-align: center;
	padding: 10px;
	box-shadow: 0px 0px 6px 6px rgba(255, 0, 0, 0.5);
	
	animation-name: glow-effect2;
    animation-duration: 3s;
    animation-iteration-count: infinite;

}


div#events-button a {
	color: #FFF;

}

div#events-button a:hover {
	color: #000;

}

div#discover-button {
	position: fixed;
	z-index: 9;
	top: 110px;
	left: 50%;
	width: 330px;
	height: 30px;
	margin: 0 auto;
	background-color: #44F;
	color: #FFF;
	border: 4px solid #DDD;
		border-radius: 0 0 20px 20px;
		-webkit-border-radius: 0 0 20px 20px;
		-moz-border-radius: 0 0 20px 20px;
	font-size: 20px;
	white-space: nowrap;  /* empeche le retour ligne */
	text-align: center;
	padding: 10px;
	box-shadow: 0px 0px 6px 6px rgba(0, 0, 255, 0.5);
	
	animation-name: glow-effect2;
    animation-duration: 3s;
    animation-iteration-count: infinite;

}


div#discover-button a {
	color: #FFF;

}

div#discover-button a:hover {
	color: #000;

}

div#image-full-width-adaptive {
	position: relative;
	top: 115px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

div#image-full-width-adaptive img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}


#title-over-image-adaptive {
	display: inline-block;
	position: relative;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

p.big-text-adaptive {
	position: relative;
	bottom: 40px;	bottom: 3vw;  /* double-déclaration pour rétro-compatilité si navigateur non compatible viewport */
	margin: 0px 0px;
	text-align: center;
	color: #FFF;
	font-family: 'Encode Sans Semi Expanded', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 60px;	font-size: 5.2vw;  /* double-déclaration pour rétro-compatilité si navigateur non compatible viewport */
	line-height: 80px;
	white-space: nowrap;  /* empeche le retour ligne */
	text-transform: uppercase;
	text-shadow: 0 1px 5px #000000;

}




/* ancienne méthode... sans déclarer h1 à h3
.titres-site {
	top: -100px;
	visibility: hidden;
	font-size: 0px;
}
*/

.titres-site {
	/* text-indent: -10000px; */
	display: none;
}

h1.titres-site {
	margin: 0;
	margin-top: 55px;
	font-size: 30px;
	line-height: 30px;
	white-space: nowrap;  /* empeche le retour ligne */
}

h2.titres-site {
	margin: 0;
	margin-top: 0px;
	font-size: 20px;
	line-height: 20px;
	white-space: nowrap;  /* empeche le retour ligne */
}

h3.titres-site {
	margin: 0;
	margin-top: 0px;
	font-size: 14px;
	line-height: 14px;
	white-space: nowrap;  /* empeche le retour ligne */
}


a {
	color: #000;
	text-decoration: none;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #888;
}

a:focus { 
outline:0; 
}



div#barre-menu {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 115px;
	background-color: #000;
	text-align: left;
	font-size: 18px;
	color: #FFF;
	box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.85);
	margin-top: 0px;
}

div#menu-border {
	width: 940px;
	height: 90px;
	margin: 20px auto;
}


div#menu {
	width: 900px;
	height: 80px;
	margin: 0px auto;
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	text-align: center;

	/* border: 1px solid red; */
	
}

#menu a {
	color: #FFF;
}

#menu a:hover {
	color: #888;
}


#menu .logo {
	display: inline-block;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 50px;
	width: 200px;
	height: 80px;
	background : url("images/logo.gif") no-repeat;
	background-size: 200px 80px;
}


#menu .logo:hover {
	background : url("images/logo-hover.gif") no-repeat;
	background-size: 200px 80px;
}

#menu #facebook-mobile {
	display: none;
}

#menu .social-icon-facebook {
	display: inline-block;
	margin-right: 35px;
	vertical-align: top;
	width: 60px;
	height: 60px;
	margin-top: 10px;
	background : url("images/facebook.gif") no-repeat;
	background-size: 60px 60px;
}

#menu .social-icon-facebook:hover{
	background : url("images/facebook-hover.gif") no-repeat;
	background-size: 60px 60px;
}

#menu .social-icon-twitter{
	display: none;
	margin-right: 35px;
	vertical-align: top;
	width: 60px;
	height: 60px;
	margin-top: 10px;
	background : url("images/twitter.gif") no-repeat;
	background-size: 60px 60px;
}

#menu .social-icon-twitter:hover{
	background : url("images/twitter-hover.gif") no-repeat;
	background-size: 60px 60px;
}

#menu .social-icon-instagram{
	display: inline-block;
	margin-right: 35px;
	vertical-align: top;
	width: 60px;
	height: 60px;
	margin-top: 10px;
	background : url("images/instagram.gif") no-repeat;
	background-size: 60px 60px;
}

#menu .social-icon-instagram:hover{
	background : url("images/instagram-hover.gif") no-repeat;
	background-size: 60px 60px;
}

#menu .whatsapp-contact-icon{
	display: inline-block;
	margin-right: 35px;
	vertical-align: top;
	width: 60px;
	height: 60px;
	margin-top: 10px;
	background : url("images/whatsapp.gif") no-repeat;
	background-size: 60px 60px;
}

#menu .whatsapp-contact-icon:hover{
	background : url("images/whatsapp-hover.gif") no-repeat;
	background-size: 60px 60px;
}

#menu .contact{
	display: inline-block;
	margin-right: 35px;
	vertical-align: top;
	width: 60px;
	height: 60px;
	margin-top: 10px;
	background : url("images/contact.gif") no-repeat;
	background-size: 60px 60px;
}

#menu .contact:hover{
	background : url("images/contact-hover.gif") no-repeat;
	background-size: 60px 60px;
}

#menu .langage img {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	margin-top: 20px;
	margin-left: 15px;
	border: 2px solid #FFF;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	padding: 5px;
}

#menu .langage img:hover {
	border-color: #888888;
}


#video {
	margin-top: 20px;
	margin-bottom: 60px;
	width: 900px;
	text-align: center;
}


#texte-presentation {



}

h1 {
	font-family: 'Encode Sans Semi Expanded', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 48px;
	line-height: 56px;
	text-align: center;
	margin: 0;
	margin-bottom: 25px;
	/* font-variant: small-caps; */
}

.titre {
	font-family: 'Encode Sans Semi Expanded', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 48px;
	line-height: 56px;
	text-align: center;
	margin: 0;
	margin-bottom: 25px;
	/* font-variant: small-caps; */
}

.sous-titre {
	font-family: 'Encode Sans Semi Expanded', Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 44px;
	text-align: center;
	margin-bottom: 30px;
}

.paragraphe {
	font-size: 20px;
	line-height: 28px;
	text-align: justify;
	margin-bottom: 60px;
}

.texte {
	font-size: 20px;
	line-height: 28px;
}

.texte-big {
	font-size: 28px;
	line-height: 38px;
}

.center {
	text-align: center;
}


.commentaire {
	font-size: 16px;
	text-align: center;
	margin-bottom: 70px;
}

.legende {
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}

.mentions-paragraphe {
	font-size: 18px;
	line-height: 26px;
	text-align: justify;
	margin-bottom: 60px;
}


.spacer-10 {
	display : inline-block;
	width: 100%;
	height: 10px;
}

.spacer-20 {
	display : inline-block;
	width: 100%;
	height: 20px;
}

.spacer-30 {
	display : inline-block;
	width: 100%;
	height: 30px;
}

.spacer-40 {
	display : inline-block;
	width: 100%;
	height: 40px;
}

.spacer-50 {
	display : inline-block;
	width: 100%;
	height: 50px;
}

.spacer-60 {
	display : inline-block;
	width: 100%;
	height: 60px;
}

.spacer-70 {
	display : inline-block;
	width: 100%;
	height: 70px;
}

.spacer-80 {
	display : inline-block;
	width: 100%;
	height: 80px;
}

.spacer-100 {
	display : inline-block;
	width: 100%;
	height: 100px;
}

.spacer-120 {
	display : inline-block;
	width: 100%;
	height: 120px;
}

.spacer-events-top {
	display : inline-block;
	width: 100%;
	height: 200px;
}

.spacer-footer {
	display : inline-block;
	width: 100%;
	height: 105px;
}


.fb-select {
	font-family: 'Encode Sans Semi Expanded', Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 5px;
}


.album-container-sl-3x {
	width: 870px;
	height: 290px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	/* background-color: #FFF; */
	/* border: 1px solid red; */

}

.album-container-sl-3x img {
	width: 270px;
	height: 270px;
	margin: 10px 5px 10px 5px;
}


.album-container-sl-4x {
	width: 870px;
	height: 220px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	/* background-color: #FFF; */
	/* border: 1px solid red; */

}

.album-container-sl-4x img {
	margin: 10px 5px 10px 5px;
}


.album-container-sl-6x {
	width: 870px;
	height: 575px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: center;
	/* background-color: #FFF; */
	/* border: 1px solid red; */

}

.album-container-sl-6x img {
	width: 270px;
	height: 270px;
	margin: 5px 5px 5px 5px;
}


.album-container-sl-9x {
	width: 870px;
	height: 865px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: center;
	/* background-color: #FFF; */
	/* border: 1px solid red; */

}

.album-container-sl-9x img {
	width: 270px;
	height: 270px;
	margin: 5px 5px 5px 5px;
}



.album-container-instagram {
	width: 630px;
	height: 630px;
	margin: 0 auto;
	margin-bottom: 80px;
	text-align: center;
	/* background-color: #FFF; */
	/* border: 1px solid red; */

}


.album-container-instagram img {
	width: 200px;
	height: 200px;
	margin: 5px;
}


#logo-mc-container {
	text-align: center;
}

#logo-mc {
	width: 640px;
	height: auto;
}

#references img {
	width: 900px;
	/* height: 1200px; */
	height: auto;
	margin-bottom: 60px;
}

#planche-logos img {
	width: 900px;
	/* height: 900px; */
	height: auto;
	margin-bottom: 60px;
}

.message-infos {
	position: fixed;
	bottom: 0;
	width: 600px;
	height: 111px;
	border: #4192d7 solid 3px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	margin: 20px 16px;
	background : url("images/message-infos.gif") no-repeat;
	background-size: 600px 111px;
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.85);
	transition: all 1s;
}

.message-infos-en {
	position: fixed;
	bottom: 0;
	width: 600px;
	height: 111px;
	border: #4192d7 solid 3px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	margin: 20px 16px;
	background : url("images/message-infos-en.gif") no-repeat;
	background-size: 600px 111px;
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.85);
	transition: all 1s;
}

.hide {
  opacity: 0;
  left: -100%;
}
.show {
  opacity: 1;
  left: 0;
}

.lien-message {
	display: block;
	width: auto;
	height: 100%;
}

#contact {
	margin-bottom: 80px;
}

.coordonnees {
	text-align: center;
	font-size: 26px;
	line-height: 30px;
	white-space: nowrap;  /* empeche le retour ligne */
}

.logo-whatsapp {
	width: 130px;
	height: 106px;
	vertical-align: middle;
	margin-left: 12px;
	margin-right: 30px;
}


div#footer {
	width: 100%;
	height: 30px;
	background-color: #000;
	/* border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	*/

}


.texte-footer {
	color: #FFF;
	text-align: center;
	font-family: 'Encode Sans Semi Expanded', Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 0px;
	
	white-space: nowrap;  /* empeche le retour ligne */

}

.texte-footer a {
	color: #FFF;
}

.texte-footer a:hover {
	color: #AAA;
}



#mentions {
	margin-top: 100px;
	margin-bottom: 60px;
	width: 100%;
	text-align: center;
}


#fb {
	margin-top: 100px;
	margin-bottom: 60px;
	width: 100%;
	text-align: center;
}


























@media screen and (max-device-width: 900px) {
  /* define mobile specific styles come here */



div#debug { display: none; }

div#menu-border {
	width: 940px;
	height: 80px;
	margin: 5px auto;
}


div#barre-menu {
	height: 130px;   /* si modif de cette valeur, répercuter à l'identique sur le "top" de l'image full width adaptive ci-après */
}

div#menu {
	height: 120px;
	margin: 0px auto;
	
	/* border: 1px solid red; */
}


div#image-full-width-adaptive {
	position: relative;
	top: 130px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}



#menu a {
	margin: 0px;
	padding: 0px;
	line-height: 10px;
	vertical-align: top;
	
}

#menu .logo {
	display: inline-block;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 225px;
	height: 90px;
	background : url("images/logo.gif") no-repeat;
	background-size: 225px 90px;
}


#menu .logo:hover {
	background : url("images/logo-hover.gif") no-repeat;
	background-size: 225px 90px;
}

#menu #facebook-desktop {
	display: none;
}

#menu #facebook-mobile {
	display: inline-block;
}

#menu .social-icon-facebook {
	display: inline-block;
	margin-left: 30px;
	margin-right: 35px;
	vertical-align: top;
	width: 70px;
	height: 70px;
	margin-top: 30px;
	background : url("images/facebook.gif") no-repeat;
	background-size: 70px 70px;
}

#menu .social-icon-facebook:hover{
	background : url("images/facebook-hover.gif") no-repeat;
	background-size: 70px 70px;
}

#menu .social-icon-twitter{
	display: none;
	margin-right: 35px;
	vertical-align: top;
	width: 70px;
	height: 70px;
	margin-top: 30px;
	background : url("images/twitter.gif") no-repeat;
	background-size: 70px 70px;
}

#menu .social-icon-twitter:hover{
	background : url("images/twitter-hover.gif") no-repeat;
	background-size: 70px 70px;
}

#menu .social-icon-instagram{
	display: inline-block;
	margin-right: 35px;
	vertical-align: top;
	width: 70px;
	height: 70px;
	margin-top: 30px;
	background : url("images/instagram.gif") no-repeat;
	background-size: 70px 70px;
}

#menu .social-icon-instagram:hover{
	background : url("images/instagram-hover.gif") no-repeat;
	background-size: 70px 70px;
}

#menu .whatsapp-contact-icon{
	display: inline-block;
	margin-right: 35px;
	vertical-align: top;
	width: 70px;
	height: 70px;
	margin-top: 30px;
	background : url("images/whatsapp.gif") no-repeat;
	background-size: 70px 70px;
}

#menu .whatsapp-contact-icon:hover{
	background : url("images/whatsapp-hover.gif") no-repeat;
	background-size: 70px 70px;
}



#menu .contact{
	display: inline-block;
	margin-left: 0px;
	margin-right: 35px;
	width: 70px;
	height: 70px;
	margin-top: 30px;
	background : url("images/contact.gif") no-repeat;
	background-size: 70px 70px;
}

#menu .contact:hover{
	background : url("images/contact-hover.gif") no-repeat;
	background-size: 70px 70px;
}

#menu .langage img {
	display: inline-block;
	vertical-align: top;
	width: 56px;
	margin-top: 41px;
	margin-left: 15px;
	border: 2px solid #FFF;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	padding: 5px;
}

div#events-button {
	position: fixed;
	z-index: 9;
	top: 115px;
	left: 50%;
	width: 600px;
	height: 65px;
	margin-left: -300px;
	margin-top: 10px;
	background-color: #F44;
	color: #FFF;
	border: 4px solid #DDD;
		border-radius: 0 0 20px 20px;
		-webkit-border-radius: 0 0 20px 20px;
		-moz-border-radius: 0 0 20px 20px;
	font-size: 36px;
	white-space: nowrap;  /* empeche le retour ligne */
	text-align: center;
	padding: 36px 10px 0px 10px;
	box-shadow: 0px 0px 6px 6px rgba(255, 0, 0, 0.5);
	
	animation-name: glow-effect2;
    animation-duration: 3s;
    animation-iteration-count: infinite;

}

div#discover-button {
	position: fixed;
	z-index: 9;
	top: 115px;
	left: 50%;
	width: 600px;
	height: 65px;
	margin-left: -300px;
	margin-top: 10px;
	background-color: #44F;
	color: #FFF;
	border: 4px solid #DDD;
		border-radius: 0 0 20px 20px;
		-webkit-border-radius: 0 0 20px 20px;
		-moz-border-radius: 0 0 20px 20px;
	font-size: 36px;
	white-space: nowrap;  /* empeche le retour ligne */
	text-align: center;
	padding: 36px 10px 0px 10px;
	box-shadow: 0px 0px 6px 6px rgba(0, 0, 255, 0.5);
	
	animation-name: glow-effect2;
    animation-duration: 3s;
    animation-iteration-count: infinite;

}

.spacer-events-top {
	display : inline-block;
	width: 100%;
	height: 270px;
}

.contact-texte {

	display: none;

}



/*
h1.titres-site {
	margin: 0;
	margin-top: 50px;
	font-size: 20px;
	line-height: 20px;
}

h2.titres-site {
	margin: 0;
	margin-top: 10px;
	font-size: 15px;
	line-height: 15px;
}

h3.titres-site {
	margin: 0;
	margin-top: 5px;
	font-size: 10px;
	line-height: 10px;
}
*/


#video {
	margin-top: 30px;
	
}


h1 {
	font-family: 'Encode Sans Semi Expanded', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 56px;
	line-height: 68px;
	text-align: center;

}

.titre {
	font-family: 'Encode Sans Semi Expanded', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 56px;
	line-height: 68px;
	text-align: center;

}

.sous-titre {
	font-family: 'Encode Sans Semi Expanded', Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 44px;
	text-align: center;
	margin-bottom: 30px;
}

.paragraphe {
	font-size: 32px;
	line-height: 42px;
	text-align: justify;
	margin-bottom: 60px;
}

.commentaire {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 70px;
}

.legende {
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
}

.coordonnees {
	text-align: center;
	font-size: 32px;
	line-height: 36px;
	white-space: nowrap;  /* empeche le retour ligne */
}

.mentions-paragraphe {
	font-size: 24px;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 60px;
}

.fb-select {
	font-family: 'Encode Sans Semi Expanded', Arial, Helvetica, sans-serif;
	font-size: 32px;
	padding: 10px;
}


.message-infos {
	position: fixed;
	bottom: 0;
	width: 800px;
	height: 148px;
	border: #4192d7 solid 3px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	margin: 20px 16px;
	background : url("images/message-infos.gif") no-repeat;
	background-size: 800px 148px;
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.85);
	transition: all 1s;
}

.message-infos-en {
	position: fixed;
	bottom: 0;
	width: 800px;
	height: 148px;
	border: #4192d7 solid 3px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	margin: 20px 16px;
	background : url("images/message-infos-en.gif") no-repeat;
	background-size: 800px 148px;
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.85);
	transition: all 1s;
}


.logo-whatsapp {
	width: 169px;
	height: 138px;
	vertical-align: middle;
	margin-left: 12px;
	margin-right: 30px;
}


div#footer {
	width: 100%;
	height: 70px;
	background-color: #000;
	/* border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px; */

	text-align: center;
}


p.texte-footer {
	display: inline-block;
	width: 800px;
	height: 40px;
	color: #FFF;
	text-align: center;
	font-family: 'Encode Sans Semi Expanded', Arial, Helvetica, sans-serif;
	font-size: 26px;

	margin-top: 18px;
	
	white-space: nowrap;  /* empeche le retour ligne */

}

#mentions {
	margin-top: 100px;
	margin-bottom: 20px;
	width: 900px;
	text-align: center;
}




}   /* fin déclaration CSS mobile */





