@charset "utf-8";
/* CSS Document */
/*
couleurs

mauve : #7f155c
gris foncé : #212121
gris moyen : #343434
gris texte : #bfbebf
gris clair : #666
bleu : #5ab5e1

*/
/* RÉINITIALISATION
   Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* GENERAL */
html {
	overflow-y: scroll; /* force l'ascenceur vertical pour éviter les redimensionnements au changement entre une rubrique < hauteur de l'écran et une > */
}
body {
	padding:0px;
	max-width: 980px;
	margin: auto !important; /* important pour éviter le décalage sous FF lors de l'ouverture d'une fancybox*/
	text-align: center;
	background-color:#000;
	color:#666;
	font-family: 'Oswald', Tahoma, Geneva, sans-serif;
	/*background-image: url(../images/mosaique.gif);
	background-repeat: no-repeat;
	background-position: center -130px;
	background-image: url(../images/fonds/enfants2.jpg);*/
	background-repeat: no-repeat;
	background-position: top center;
}
header img {
	border:none;
}
header {
	text-align: left;
	margin-top: 30px;
	padding-left: 30px;
	height: 100px;
	clear:both;
	position:relative;
}
#content {
	overflow:hidden; /* évite l'ascenceur horizontal au changement de rubrique */
	clear:both; /* permet de garder le contenu en-dessous du menu pour les fenêtres étroites */
}
#container {
	/*background-image: url(../images/mosaique.gif);
	background-repeat: no-repeat;
	background-position: center -140px;*/
}
a {
	color: #5ab5e1;
	text-decoration: none;
}
a:hover {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #5ab5e1;
}
a:active {
	color: #fff;
}
.separateur {
	background-image:url(../images/separateur.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 5px;
	width: 730px;
	margin:auto;
	filter : alpha(opacity=50);
    opacity : 0.5;
}
.justify {
	text-align:justify;
}
/* PAGES */
#accueil, #realisations, #tama, #references, #contact {
	width:90%;
	margin:auto;
	position:relative;
	border: thin dashed #333;
	padding-top:20px;
	text-align:center;
	color:#FFF;
}
/* PAGE ACCUEIL */
#accueil {
	border:none;
	font-family: 'Asap', Tahoma, Geneva, sans-serif;
	font-size:15px;
	padding:60px 0 0px;
	color:#ddd;
	min-height:630px;
}
#accueil img {
	clear:both;
	/*margin: 14px 0 14px;*/
}
#accueil #visuHome {
	border:8px solid #FFF; /* IE8 */
	border:8px solid rgba(255, 255, 255, .5);
	-moz-box-shadow: 0px 0px 3px black;
	-webkit-box-shadow: 0px 0px 3px black;
	box-shadow: 0px 0px 6px #999;
}
#accueil h1 {
	font-size:16px;
	font-weight:300;
	color:#ddd;
}
#accueil h1 strong {
	font-size:20px;
	font-weight:400;
	
}
/* PAGE RÉALISATIONS */
#realisations {
	width:80%;
	min-height:650px;
	border:none;
}
#realisations .rubriques {
	margin:20px auto 0px;
	padding-left:6px;
}
#realisations .rubriques .titre {
	background-color:#383838; /* IE8 */
	background-color:rgba(0, 0, 0, .2);
	font-family: 'Oswald', Tahoma, Geneva, sans-serif;
	margin:0px 12px;
	display:inline-block;
	color:#fff; /* IE8 */
	color:rgba(255, 255, 255, 0.7);
	font-weight:400;
	font-size:12px;
	padding:10px 10px;
	float:left;
	position:relative;
	width:110px;
	height:34px;
	line-height:16px;
	text-align:center;
}
#realisations .rubriques .titre.filtered {
	background-color:#FFF; /* IE8 */
	background-color:rgba(255, 255, 255, .2);
	color:#7f155c;
}
#realisations .rubriques .titre a {
	color:#bfbebf;
}
#realisations .arrow {
	position:absolute;
	top:54px;
	left:100px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #383838 transparent transparent transparent;
	-webkit-transform:rotate(360deg);
	visibility:hidden;
}
#realisations .titre.filtered a {
	color:#FFF !important;
}
#realisations .titre.filtered .arrow {
	border-color: #FFF transparent transparent transparent; /* IE8 */
	border-color: rgba(255, 255, 255, .2) transparent transparent transparent;
	-webkit-transform:rotate(360deg);
	visibility:visible;
}
#realisations .videos {
	margin:16px 0;
	float:left;
	width:100%;
	border: 1px solid #FFF; /* IE8 */
	border: 1px solid rgba(255, 255, 255, .1);
	padding:30px 0 0;
}
#thumbnails {
}
#thumbnails .vignette {
	position:relative;
	float:left;
	margin:0 20px;
	font-family: 'Asap', Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
	width:220px;
	text-align:center;
	padding-bottom:0px;
	min-height: 180px;
}
#thumbnails .vignette img {
	display:block;
	clear:both;
	margin:0 auto 6px;
}
#thumbnails .vignette span {
	color: #7f155c;
	margin: 0 6px;
}
#content a {
	border:none;
}
#thumbnails .vign img {
	/*border:4px solid #343434;
	border-radius: 0px;
	-moz-box-shadow: 0px 0px 3px black;
	-webkit-box-shadow: 0px 0px 3px black;
	box-shadow: 0px 0px 6px black;*/
	border:8px solid #FFF; /* IE8 */
	border:8px solid rgba(255, 255, 255, .5);
	-moz-box-shadow: 0px 0px 3px black;
	-webkit-box-shadow: 0px 0px 3px black;
	box-shadow: 0px 0px 6px #999;
}
#thumbnails .vign img:hover {
/*border:4px solid #FFF;*/
}
#realisations .play {
	position:absolute;
	top:42px;
	left:88px;
	width:46px;
	height:46px;
	background-image:url(/images/vignettes/play.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:200;
	visibility:hidden;
}
/* PAGE TAMA PROD */
#tama {
	width:70%;
	border:none;
	font-family: 'Asap', Tahoma, Geneva, sans-serif;
	font-size:15px;
	text-align:left;
	font-weight:300;
}
#switchLang {
	float: left;
	position: relative;
	clear:both;
	display:inline-block;
	margin-bottom:30px;
}
#tama h1 {
	float: left;
	position: relative;
	clear:both;
	color:#FFF;
	margin-left: 30px;
}
#tama .texte {
	color:#bfbebf;
	float: left;
	position: relative;
	clear:both;
}
#tama .texte span.italic {
	font-style:italic;
	color:#fff;
}
#tama .texte p {
	margin:0px 0 14px 30px;
	text-align:justify;
}
#tama .texte .titre {
	background-color:#383838; /* IE8 */
	background-color:rgba(255, 255, 255, .1);
	font-family: 'Oswald', Tahoma, Geneva, sans-serif;
	margin:20px 0;
	display:inline-block;
	color:#ccc;
	font-weight:400;
	font-size:12px;
	padding:10px 20px;
}
#tama .arrow {
	position:relative;
	top:-20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #383838 transparent transparent transparent; /* IE8 */
	border-color: rgba(255, 255, 255, .1) transparent transparent transparent;
	-webkit-transform:rotate(360deg)
}
#tama .mauve {
	border-color: #FFF transparent transparent transparent; /* IE8 */
	border-color: rgba(255, 255, 255, .1) transparent transparent transparent;
}
#tama .team {
	position:relative;
	float:left;
	width:50%;
}
#tama .team .titre {
	background-color:#FFF !important; /* IE8 */
	background-color:rgba(255, 255, 255, .1) !important;
}
#tama .texte ul {
	list-style-position: inside;
	list-style-type: circle;
	margin-left:50px;
	margin-top:6px;
}
#tama h1 span {
	color:#7f155c;
	font-size:18px;
}
.invisible {
	display:none !important;
}
/* PAGE REFERENCES */
#references {
	width:80%;
	border:none;
	font-family: 'Asap', Tahoma, Geneva, sans-serif;
	font-size:15px;
	text-align:left;
	min-height:680px;
}
#logos {
	text-align:center;
	width:100%;
	margin: 10px auto 20px;
}
#logos img {
	margin: 6px 8px;
	filter : alpha(opacity=80);
    opacity : 0.8;
}
#references .texte {
	color:#bfbebf;
	float: left;
	position: relative;
	clear:both;
	margin:0 19px;
	/*text-align:left;*/
}
#references .texte p {
	margin:0px 0 0 30px;
	text-align:left;
}
#references .titre {
	background-color:#383838; /* IE8 */
	background-color:rgba(0, 0, 0, .2);
	font-family: 'Oswald', Tahoma, Geneva, sans-serif;
	margin:20px 0;
	display:inline-block;
	color:#ccc;
	font-weight:400;
	font-size:12px;
	padding:10px 30px;
}
#references .arrow {
	position:relative;
	top:-20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #383838 transparent transparent transparent; /* IE8 */
	border-color: rgba(0, 0, 0, .2) transparent transparent transparent;
	-webkit-transform:rotate(360deg)
}
#references .texte span {
	color:#7f155c;
	font-size:18px;
	margin:0 10px;
}
/* PAGE CONTACT */
#contact {
	border:none;
	font-family: 'Asap', Tahoma, Geneva, sans-serif;
	font-size:15px;
	text-align:left;
	width:80%;
	color:#bfbebf;
	min-height:650px;
}
#contact .gauche {
	position:relative;
	float:left;
	width:59%;
}
#contact .droite {
	position:relative;
	float:right;
	width:34%;
	text-align: right;
}
#contact .titre {
	background-color:#383838; /* IE8 */
	background-color:rgba(0, 0, 0, .2);
	font-family: 'Oswald', Tahoma, Geneva, sans-serif;
	margin:20px 0;
	display:inline-block;
	color:#ccc;
	font-weight:400;
	font-size:12px;
	padding:10px 20px;
}
#contact .arrow {
	position:relative;
	top:-20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #383838 transparent transparent transparent; /* IE8 */
	border-color: rgba(0, 0, 0, .2) transparent transparent transparent;
	-webkit-transform:rotate(360deg);
}
#contact .arrow.mauve {
	border-color: #7f155c transparent transparent transparent;
}
#contact .titre.mauve {
	background-color:#7f155c !important;
}
#contact .team {
	position:relative;
	clear:right;
	width: 84%;
	float: right;
}
#contact .pdroite {
	margin-right:60px;
	line-height:24px;
	color: rgba(255, 255, 255, 0.8); /* IE8 */
	color: rgba(255, 255, 255, 0.8);
}
#contact .phone {
	font-size:17px;
}
#contact .blue {
	color:#5ab5e1;
}
/* formulaire */
#intituleForm {
	padding-top:10px;
	float:left;
	width:130px;
	clear:left;
	margin-left: 40px;
	line-height: 46px;
}
#champsForm {
	float:left;
}
.nomsChamps {
	margin-left:4px;
	padding-bottom:10px;
	color:#333;
}
.champObligatoire {
	background-image:url(/images/champ-obligatoire.png);
	background-repeat:no-repeat;
	background-position:92% center;
}
input, select, textarea {
	margin:16px 0 4px 0px;
	background-color:#383838; /* IE8 */
	background-color:rgba(0, 0, 0, .2);
	font-family: 'Asap', Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#fff;
	border: thin solid #000; /* IE8 */
	border: thin solid rgba(0, 0, 0, .2);
	padding:8px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 4px;
}
input.checkbox {
	margin-top:0px;
	margin-bottom:30px;
}
.btn {
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	margin-right: 10px;
	margin-top: 16px;
	border: 1px solid #7f155c;
	font-size:12px;
	background-color: #7f155c;
	font-family: 'Oswald', Tahoma, Geneva, sans-serif;
	font-weight:300;
	letter-spacing:1px;
	color:#FFF;
}
.btn:hover {
	border: 1px solid #FFF; /* IE8 */
	border: 1px solid rgba(255, 255, 255, 0.8);
	cursor:pointer;
	/*background-color:#5ab5e1;*/
}
select, textarea {
	/*border: thin solid #7f155c;*/
}
select:hover, input:hover, textarea:hover {
	border: thin solid #fff;
}
select:focus, input:focus, textarea:focus {
	background-color:#FFF; /* IE8 */
	background-color:rgba(255, 255, 255, 0.6);
	color:#666;
}
select:active {
	color:#fff;
	background-color:#7f155c;
}
.legende {
	font-size:12px;
	color:#fff;
}
.messageOK {
	background-color:#383838; /* IE8 */
	background-color:rgba(255, 255, 255, 0.2);
	color:#7f155c;
	padding:20px;
	clear:both;
}
#messErrors {
	 visibility:hidden; 
	 background-color:#383838; /* IE8 */
	 background-color:rgba(255, 255, 255, 0.2);
	 padding:20px;
	 color:#7f155c;
}
/* PLAYER */
/*#video {
	width: 576px;
	height: 320px;
	border: 10px solid #222;
	background-color: #111;
	text-align: center;
	margin: auto;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-top: 20px;
}*/
/* FOOTER */
footer {
	font-size:10.5px;
	color:#fff;
	text-align: center;
	font-weight:300;
	clear:both;
	padding-top:30px;
}
footer .activites {
	margin: 20px 0;
	letter-spacing:1.2px;
	line-height:normal;
}
footer span {
	color: #7f155c;
	margin: 0 6px;
}
footer .copyright {
	font-family: 'Asap', Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	margin: 20px 0 10px;
}
footer a {
	color:#999;
}
footer img {
	vertical-align:middle;
	margin:4px;
	border: thin solid #333;
}
/* BACK TO TOP */ 
#back-top {
	position: fixed;
	bottom: 240px;
	margin-left: 700px;
	z-index:300;
	display: none;
}
#back-top a {
	width: 100px;
	display: block;
	text-align: center;
	border:none;
	
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top span {
	width: 100px;
	height: 50px;
	display: block;
	background: url(/images/btnUp.png) no-repeat center center;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	opacity: 0.9;
	filter: alpha(opacity=90); /*IE8*/
}
/* TEMP */
policeAsap {
	font-family: 'Asap', Tahoma, Geneva, sans-serif;
}
