﻿
body
{
	font-family:Arial, Helvetica, sans-serif;;	
	font-size: 12px;
	margin:0;
	padding:0;
	background-color: #000;
	color:#fff;
	padding:10px;
}

/* MISE EN PAGE //////////////////////////////////////////////////////////////////////////////////////////*/

div#page {
}

div#top {
	text-align:left; 
	height:250px;
	position: relative;
	background-color:#000;
	background-image: url(images/fire-light-production-header.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
}

div#top #texte-header {
	position: absolute;
	top:5px;
	left:5px;
	font-size:2em;
}
.orange {color:#ED8700;}
.bleu {color:#B0D0E1;}

div#top h1 {font-size: 2em;color:#fff;	font-family: 'Merienda One', cursive; margin: 0;font-style: italic;margin-top:20px;text-shadow: 0.06em 0.06em 0.05em #ED8700;font-variant:small-caps;transition-duration:400ms;}
div#top h2 {font-size: 1em;color:#ED8700;	font-family: 'Merienda One', cursive; font-style: italic;margin: 0; margin-top:20px;margin-left: -500px;}
div#top h3 {font-size: 1.5em;color:#B0D0E1;text-transform: uppercase;font-style: italic;margin: 0;margin-left: -500px;}

div#top #logo-roue {
	margin:auto;
	width: 250px;
	height: 250px;
	background-image: url(images/fire-light-roue.png);
	background-repeat: no-repeat;
	background-position:center center;
	padding-top: 25px;
	box-sizing: border-box;
}

div#top #logo-roue #logo {
	display: block;
	margin: auto;
	transition: 100ms;
}
div#top #logo-roue #logo:hover {
	transform: scale(1.1,1.1);
}


div#top #contactez-nous {
	position: absolute;
	top:-8px;
	right:-10px;;
}
div#menu {
	background-color: #D76900;
	border-top: 1px solid #000;
	position: relative;
}

div#main {
	clear: both;
}
div#foot {
	clear:both;
	font-size: 12px;	
	text-align:center;
	border-top:solid #fff 1px;
	padding-top:10px;
}

/* MISE EN PAGE RESPONSIVE POUR PETITS ECRANS /////////////////////////////////////////////////////////////////////////*/
@media all and (max-width: 1150px) {div#top #texte-header {font-size: 1.5em;}}
@media all and (max-width: 920px) {div#top #texte-header {font-size: 1em;}}
@media all and (max-width: 700px) {div#top #texte-header h1 {margin-top:5px;}}
@media all and (max-width: 600px) {div#top #texte-header {font-size: 0.7em;} div#top #texte-header h2 {font-size:1.5em;}}
@media all and (max-width: 500px) {
	div#top #texte-header  {top:0;right:0px;}
	div#top #texte-header h1 {margin-top:-3px;}
	div#top #texte-header h2 {position:absolute;top:0px;right:5px;margin-top:2px;}
	div#top #texte-header h3 {display: none;}
	div#top #contactez-nous {display:none;}
}
@media all and (max-width: 440px) {
	ul.menu {display:none;}	
	select.menu {display:block;}	
}
@media all and (max-width: 330px) {div#top #texte-header h2 {display:none;}}
@media print { /* pour les fiches artistes */
	div#top #texte-header h1 {display:none;}
	div#top #logo-roue {padding-left:100px;}
	div#menu, div#contenu a.bouton, #bouton_print, .no_print {display: none;}
	div#contenu, div#foot {border-top:solid #ED8700 2px;}
}
/* FIN MISE EN PAGE //////////////////////////////////////////////////////////////////////////////////////////*/

/* MENU PERSO ////////////////////////////////////////////////////////////////////////////////////*/

div#menu_perso {
	position:fixed;
	z-index:50;
	overflow:auto;
	text-align:left;
	width:194px;
	background-color:#111;
	top:2px;
	right:2px;
	border:solid #aaa 2px;
	border-radius:5px;
	padding:5px;
	display:none;
}
div#menu_perso input {
	width:150px;
	border:solid #FFF 2px;
	border-radius:5px;
	padding:5px;
	background-color:#777;
	color:#FFF;
}
div#menu_perso ul {padding:0;margin:0;list-style-position: inside;}


/* MENU //////////////////////////////////////////////////////////////////////////////////////////*/

div#menu > ul {
	padding:0;
	text-align:left;
	margin:0px;
	margin-bottom:5px;
	margin-right:110px;
}
div#menu > select {margin-right:83px;width:auto;border:solid #000 1px;box-sizing: border-box;height: 28px;}

div#menu > ul > li {
	list-style-type:none;
	display:inline-block;
	border-right:solid #000 1px;
	border-bottom:solid #000 1px;
	margin: 0;
	box-sizing: border-box;
}

div#menu a {
	display:block;
	text-align:center;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration: none;
	margin: 0;
}
div#menu a, div#menu select {
	color:#fff;
	background-color: #FFAE00;
	font-weight:bold;
	font-size:14px;
	text-shadow: none;
	background: linear-gradient(to bottom, #F08A00 0%, #CF6A00 100%);
}
div#menu a:hover {
	background-color:#fff;
	color:#283DFF;
	background: linear-gradient(to bottom, #B0D0E1 0%,#fff 50%, #D76900 100%);
}
div#menu select {font-size:18px;}
div#menu option {color:#D76900;}

div#menu > ul > li > ul {
	position:absolute;
	z-index:10;
	width:inherit;
	padding:0px;
	list-style-type:none;
	overflow: hidden;
	height: 0px;
	opacity: 0;
	transition-duration : 400ms;
	margin-left: -1px;
}
div#menu > ul > li:hover > ul {
	height: 200px;
	opacity: 1;
}
div#menu > ul > li > ul > li {
	border:solid #000 1px;
	border-bottom-width:0px;
}
div#menu a.lien_courant {
	color: #FF3300;
	background-color:#F00;
	background: linear-gradient(to bottom, #D76900 0%, #fff 50%, #B0D0E1 100%);	
}

div#menu #liens_sociaux {position: absolute;top:0;right: 0;}
div#menu #liens_sociaux a {display:inline-block;width:27px;height:27px;margin-left:0px;padding:0;background-position: center -2px;border-left:solid #000 1px;border-bottom:solid #000 1px;transition-duration:200ms;}
div#menu #liens_sociaux a:hover {opacity: 0.8;transform:scale(1.1,1.1);}
div#menu #liens_sociaux .facebook {background-image:url(../images/icone_facebook_grise.png);}
div#menu #liens_sociaux .youtube {background-image:url(../images/icone_youtube_grise.png);}
div#menu #liens_sociaux .twitter {background-image:url(../images/icone_twitter_grise.png);}
div#menu #liens_sociaux .instagram {background-image:url(../images/icone_instagram_grise.png);}


/* LIENS //////////////////////////////////////////////////////////////////////////////////////////*/
a {	color:#ED8700; text-decoration:none; }
a:hover {text-shadow: 0px 0px 2px #B0D0FF; }
div#contenu a {text-decoration:none; font-weight:bold;}
div#foot a {text-decoration:none; }
div#foot a:hover {color:#fff; text-decoration:underline; }
div#menu_perso a {font-weight:bold; color:#ED8700;}
div#menu_perso a:hover {}
a img {border:0;}


		
/* BOUTONS //////////////////////////////////////////////////////////////////////////////////////////*/
button {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:3px;
	color:#909;
}
button:hover {
	color:#F00;
}
#contenu .bouton {
	background-color: #ED8700;
	padding:3px;
	padding-left: 10px;
	padding-right: 10px;
	color:#fff;
	font-weight: normal;
	font-size: 12px;
	margin-top: 5px;
	display: inline-block;
}
#contenu .bouton:hover {
	background-color: #FF2200;
}
/* STYLES DU CONTENU //////////////////////////////////////////////////////////////////////////////////////////*/
#contenu {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	background-color: #070707;
	background-image: url(images/logo-shay-black-opac.png);
	background-position: center 30px;
	padding-bottom: 10px;
}

#contenu h1 , h1 input.titre {
	margin: 0;
	padding:2px; 
	padding-left: 10px;
	font-size:18px;
	font-variant: small-caps;
	color: #B0D0FF;
	background-color: #3B2201;
	background: linear-gradient(to right, #3B2201 0%, #000 100%);
	border-bottom: 1px dotted #ED8700;
}
.Article h2, .Paragraphe .formEditP .sous_titre,
.page_plan_menu #main h2, h2.Article, 
div#liste_liens ul.liste_groupes > li > h2{
	margin: 0;
	font-size:16px;
	font-variant: small-caps;
	font-style: italic;
	padding:2px; 
	padding-left: 10px;
	color: #fff;
	background-color: #ED8700;
	background: linear-gradient(to right, #ED8700 0%, transparent 80%);
}
.Paragraphe .image {
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	background-color:#333;
	border:solid #B0D0E1 1px;
}

#contenu strong {
  color: #ED8700;
  font-size: 16px;
  font-family: 'Merienda One', cursive;
  font-weight: normal;
}

hr {
	border:0;
	height:1px;
	background-color:#fff;
}

/***************************************************************/
.page_plan_menu .menu_liste {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page_plan_menu .menu_liste > li {margin-bottom:1px;}
.page_plan_menu .menu_liste > li:nth-child(3n+1) {background: linear-gradient(to right, #ED8700 0%, #000 100%);}
.page_plan_menu .menu_liste > li:nth-child(3n+2) {background: linear-gradient(to right, #AFCFFD 0%, #000 100%);}
.page_plan_menu .menu_liste > li:nth-child(3n) {background: linear-gradient(to right, #ED8700 0%, #AFCFFD 50%, #000 100%);}
.page_plan_menu .menu_liste a {
	color:#fff;
	display: block;
	padding-left: 10px;
	font-variant: small-caps;
	transition-duration: 400ms;
}
.page_plan_menu .menu_liste a:hover {
	background-color:#fff;
	color: #FF3300;
	background: linear-gradient(to bottom, #fff 30%, #D76900 100%);
}

/***************************************************************/

.dataliste {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.dataliste li > div {
	background-color: rgba(255,200,100,0.5);
	margin-bottom: 5px;
	padding: 5px;
	overflow: auto;
	border-radius:5px;
}
.dataliste li:nth-child(2n+1) > div {
	background-color: rgba(200,255,100,0.5);
}
.dataliste li > div p {margin: 0;}

.imgflg {
	float: left;
	margin-right: 10px;
}

/* STYLES SPECIFIQUES A CERTAINES PAGES /////////////////////////////////////////////////*/

/* page d'accueil, hack anti debordement du diaporam ei-slider */
#page_index  #Paragraphe_3 {
	overflow: hidden;
}

/* Menu Nos Artistes */
#page_menu_2 .menu_liste > li, #page_menu_3 .menu_liste > li {
	margin-bottom: 3px;
	transition-duration: 400ms;
}
#page_menu_2 .menu_liste > li > a, #page_menu_3 .menu_liste > li > a {
	height:120px;
	background-repeat: repeat-x;
	background-position-y: 20px;
}
#page_menu_2 .menu_liste > li:nth-child(4n+1) > a, #page_menu_3 .menu_liste > li:nth-child(3n+1) > a {background-image: url(images/menu-artistes-feu.jpg);}
#page_menu_2 .menu_liste > li:nth-child(4n+2) > a, #page_menu_3 .menu_liste > li:nth-child(3n+2) > a  {background-image: url(images/menu-artistes-lumieres.jpg);}
#page_menu_2 .menu_liste > li:nth-child(4n+3) > a, #page_menu_3 .menu_liste > li:nth-child(3n) > a {background-image: url(images/menu-artistes-creations.jpg);}
#page_menu_2 .menu_liste > li:nth-child(4n) > a {background-image: url(images/menu-artistes-regions.jpg);}
#page_menu_2 .menu_liste li:hover, #page_menu_3 .menu_liste li:hover {
	background-color:#fff;
	color: #FF3300;
	background: linear-gradient(to bottom, #fff 0%, #D76900 30%);
}
#page_menu_2 .menu_liste li a:hover, #page_menu_3 .menu_liste li a:hover {
	opacity:0.7;
}

/* Liste d'artistes */
ul.liste_artistes {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
ul.liste_artistes li {
	display: inline-block;
	margin:10px;
}
ul.liste_artistes a {
	display: block;
	border-top: solid #ED8700 1px;
	border-bottom: solid #ED8700 1px;
	width:200px;
	height:200px;
	position: relative;
	overflow: hidden;
	text-align: left;
}
ul.liste_artistes a:hover {
	box-shadow: 0px 0px 5px 0px rgba(176, 208, 255, 1);
	text-shadow: none;
	border-color:#B0D0E1;
}
#page_artistes_lumieres ul.liste_artistes a {border-color:#B0D0E1;color:#B0D0E1;}
#page_artistes_lumieres ul.liste_artistes a:hover {box-shadow: 0px 0px 5px 0px #ED8700;border-color:#ED8700;}


ul.liste_artistes div {
	position: absolute;
	left:0;
	right:0;
	height:50px;
	bottom:-20px;
	padding-left:20px;
	background-color: rgba(0,0,0,0.8);
	transition-duration: 200ms;
}
ul.liste_artistes a:hover div {
	bottom:0px;
}
ul.liste_artistes h2 {
	margin:0;
	margin-top: 7px;
}
ul.liste_artistes h3 {
	margin:0;
	color:#fff;
	font-weight: normal;
	font-size: 12px;
}

/* Fiche Artiste */
.fiche_artiste {position:relative;}
.fiche_artiste #bouton_print {position:absolute;top:0;right:0;width:30px;height:30px;cursor:pointer;transition:200ms;}
.fiche_artiste #bouton_print:hover {transform: scale(1.5,1.5);}

.Artiste {text-align: center;}

.fiche_artiste .col1, .fiche_artiste .col2  {
	display: inline-block;
	box-sizing: border-box;
	text-align: left;
	vertical-align:top;
	padding: 5px;
}
.fiche_artiste .col1 {width:54%;border-right:solid #ED8700 1px;}
.fiche_artiste .col2 {width:45%;font-size:12px;line-height: 16px;}
@media all and (max-width: 940px) {
	.fiche_artiste .col1 {width:100%;border-right-width:0px;}
	.fiche_artiste .col2 {width:100%;border-top:solid #ED8700 1px;}
}


/* Fiche Artiste : colonne 1 */
#contenu .fiche_artiste h1 {
	font-family: 'Great Vibes', cursive;
	color: #ED8700;
	text-align: center;
	font-size: 30px;
	font-variant: normal;
	background: none;
	border-width:0;
 }
.fiche_artiste h1:before {
	content:'\2014  ';
	color: #ED8700;
	font-size: 30px;
} 
.fiche_artiste h1:after {
	content:' \2014';
	color: #ED8700;
	font-size: 30px;
} 


.photos {
	text-align: center;
	margin-bottom: 5px;
}

.fancybox img {
  height: 150px;
  width: 150px;
  margin: 3px;
  border: 1px solid #B0D0FF;
}
.fancybox img:hover {
  opacity: 0.5;
  box-shadow: 0px 0px 10px 0px rgba(237, 135, 0, 1);
}
@media all and (max-width: 520px) {
	.fancybox img {width: 30%;height: auto;}
}
@media print { 
	.fancybox img {transform:scale(1.3,1.3);margin:30px;}
}

.video iframe {border:solid #fff 1px;display: block;margin: auto;padding-right:1px;}

.fiche_artiste .slogan {
  color: #ED8700;
  font-size: 16px;
  text-align: center;
  text-shadow: 0px 0px 5px #000000;
  font-weight: bold;
  background-image: url(images/fiche-artistes-degrad-bas.png);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 58px;
  padding-top: 10px;
  margin: 0;
  margin-top: -5px;
  font-style: italic;
  box-sizing: border-box;
}
.slogan:before, .slogan:after {content:'"';}

/* Fiche Artiste : colonne 2 */
.fiche_artiste .col2 h2 {
	margin: 0;
	color:#ED8700;
	font-size: 14px;
	margin-top: 10px;
}
.fiche_artiste .col2 h2.fiche_technique {
	font-size: 16px;
	margin-top: 26px;
}
.fiche_artiste .col2 p {margin:0;}
.fiche_artiste a.autre_artiste {
  color: #B0D0FF;
  font-size: 14px;
  margin-top: 10px;
  text-shadow: 0px 0px 2px #B0D0FF;	
}
.fiche_artiste a.autre_artiste:hover {color:#ED8700;}


/* Artistes par regions */

#page_artistes_par_region #contenu {min-height:800px;} /* Pour navigation invisible entre les resultats par regions */

ul.filtres_regions {
	margin: 0;
	padding:0;
	list-style-type: none;
	text-align: center;
}
ul.filtres_regions li {
	display: inline-block;
	width:15.5%;
	margin: 0.2%;
	min-width:133px;
	margin-bottom: 5px;
}
#contenu ul.filtres_regions li a {
	display: block;
	border: solid #ED8700 1px;
	border-radius:5px;
	padding: 3px;
}
#contenu ul.filtres_regions li a.region_courante {
	color:#000;
	background-color: #ED8700;
}
#page_artistes_par_region ul.liste_artistes a button {display:none;}

/* page contact */
#contact img.coordonnees {
	float:left;
	margin-right:5px;
	max-width:280px;
	width:37%;
}

/* Page Partenaires */
#liste_liens > ul > li {margin-bottom: 30px;}
#liste_liens > ul > li > ul {text-align: left;}
#liste_liens > ul > li > ul > li {
	display: inline-block;
	height: auto;
	width:95%;
	max-width: 430px;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0D0FF;
	margin-right: 5px;
	margin-left: 5px;
	box-sizing: border-box;
	position: relative;
}
#liste_liens li .boutons_edit {position: absolute;right:0;bottom: 0;}
#contenu div#liste_liens div.lien_image {
	background-color: #000;
	border-width:0;
	box-shadow: 0px 0px 5px 0px rgba(176, 208, 255, 1);
	margin:5px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#liste_liens h3 {color:#ED8700;margin:0;}
#liste_liens p {margin:0;line-height: 14px; font-size:12px;}

/* Page References */
#page_references .content_html {margin-top:5px;text-align:left;}
#page_references .content_html img {margin:2px;}
#bandeau_drapeaux {
	width: 100%;
	overflow: auto;
	
}

/* Page Videos */
#page_videos .content_html iframe {
	box-sizing: border-box;
	height: 275px;
	width: 420px;
	max-width: 95%;
	box-shadow: 0px 0px 150px 0px rgba(176, 208, 255, 0.5);
	border: 1px solid #B0D0FF;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;	
}

/* Galerie V2 */
#galerieV2 {
	max-width: 1170px;
	margin: auto;
	overflow: auto;
}
#galerieV2 ul.thumbs li {position:relative;}
#galerieV2 ul.thumbs li button {position:absolute;top:0;right:0;width:18px;height:18px;line-height:6px;}

#tel_bandeau {
font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 55px;
    left: 70px;
    transform: rotate(30deg);
}