@charset "utf-8";
/* CSS Document */
.stockimg{
	position: fixed;
	top:-5000px;
	left:-5000px;
}
.rouge{
	color: #F00;
	font-size: 20px;
}
.vert{
	color: #093;
	font-size: 20px;
}
.test{
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	margin-top: -24px;
}
body, ul, img, p, h1, h2, h3, h4 textarea, input{
	margin: 0;
	padding: 0;
	border: 0;
}
li, a{
	text-decoration: none;
	list-style: none;
}
body, html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family:Arial,Helvetica, sans-serif;
	background: #fff url(img/design/fd_body.png);
}
.site{
	width: 100%;
	height: 100%;
	display: none;
}
.headermobile{
	display:none;
	width: 100%;
	height: 534px;
	background:#000 url(img/design/2019_banner_mobile2.png) no-repeat center top;
}
.header{
	width: 100%;
	height: 400px;
	position:relative;
}
.header1{
	width: 100%;
	height: 400px;
	max-height: 400px;
	background: url(img/design/2019_banner_web.png) no-repeat center top;
	overflow: hidden;
}
.reseausociaux{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
}
.ban_titre{
	height: 100%;
}
.ban_menug{
	width: 100%;
	height: 40px;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
	background: url(img/design/menu.png);
	position: relative;
}
.menug{
	width: 100%;
	height: 40px;
	text-align: center;
	background-color:#b41567;
	/*background-color:#0000ff;*/
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
.menug li{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	/*margin-left: 20px;*/
	position:relative;
}
.menug li a{
	color: #ededed;
}
.menug li a:hover{
	cursor:pointer;
	color: #fff;
}
.menug li .menug_actif, .menug li .menug_actif:hover{
	color: #f7f258;
}
.sousmenu{
	display:none;
	position:absolute;
	top:40px;
	left:-15px;
	background-color:#b41567;
}
.sousmenu li{
	width: 100%;
	height: 35px;
	line-height:35px;
	text-align: left;
	background-color:#b41567;
	padding:0 10px 0 15px;
}
.sousmenu li a{
	display:block;
	width:100%;
	height:35px;
	line-height:35px;
}
.sousmenu li:hover{
	cursor:pointer;
	background-color:#b13575;
	color:#fff;
}
.lf2{
	width: 100%;
}
.mini_menu{
	display: none;
	width: 100%;
	overflow:auto;
	background-color:#2e2e2e;
	margin-bottom:20px;
}
.navmobile{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #d4d4d4;
}
.navmobile:hover{
	cursor: pointer;
	color: #fff;
}
.menumobile{
	width: 100%;
	overflow: auto;
	background-color: #312682;
}
.menumobile li{
	width: 100%;
	height: 40px;
	border-bottom: 1px #4f44a1 solid;
}
.menumobile li a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #f0e2f2;
	text-align:center;
}
.menumobile li a:hover, .menumobile li a.menug_actif{
	color: #ff7769;
	background-color: #312682;
}
.menubar{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
	background: #fff url(img/design/2019_header_scroll.png) no-repeat center center;
	-webkit-background-size: auto 115px;
	-moz-background-size: auto 115px;
	background-size: auto 115px;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
.logobar{
	display:inline-block;
	width: 147px;
	height: 75px;
	margin-left: 20px;
	background: url(img/design/sprite.png) no-repeat -110px 0;
}
.pictobar{
	width: 30px;
	height: 30px;
	margin-right: 15px;
	margin-top: 25px;
	float: right;
}
.newsletter{
	width: 70px;
	line-height:12px;
	font-size:10px;
	text-align:center;
	color:#b41567;
	background-color: #fff;
	padding: 3px 10px 0 10px;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.fbbar{
	background: url(img/design/sprite.png) no-repeat -160px -120px;
}
.fbbar:hover{
	background-position: -160px -150px;
}
.twitterbar{
	background: url(img/design/sprite.png) no-repeat -200px -120px;
}
.twitterbar:hover{
	background-position: -200px -150px;
	cursor: pointer;
}
.menugbar{
	width: 100%;
	height: 40px;
	background-color: #b41567;
	text-align: center;
}
.menugbar li{
	display: inline-block;
	line-height: 40px;
	font-size: 13px;
	color: #d0d0d0;
	position:relative;
}
.menugbar .ss_sep, .menug .ss_sep{
	margin: 0 10px 0 10px;
}
.menugbar li a{
	color: #ededed;
}
.menugbar li a:hover{
	color: #fff;
	cursor:pointer;
}
.menugbar .menug_actif, .menugbar .menug_actif:hover{
	color: #f7f258;
}
.contenu{
	width: 900px;
	margin: 0 auto;
	/*overflow: auto;*/
	margin-top: 40px;
	min-height: 700px;
}
/* ACCUEIL */
.programme{
	width: 100%;
	overflow: auto;
}
.programme a{
	font-size: 16px;
	line-height: 30px;
	text-decoration:none;
	font-weight: bold;
	color: #edf25d;
	background-color: #b41567;
	padding:10px 20px;
}
.programme a:hover{
	text-decoration:underline;
}
.vid{
	width:560px;
	height:315px;
	text-align:center;
	margin:0 auto;
}
.h1accueil{
	font-size:18px;
	color:#333;
	text-align:center;
	margin:0;padding:0;
	line-height:24px;
}
.cadreannonce{
	width: 900px;
	height:151px;
	background:url(img/design/presentation.png) no-repeat;
	margin-bottom:20px;
}
.logolaloggia{
	display: block;
	width: 12%;
	height: 100px;
	float: left;
	margin-right: 1%;
}
.logolaloggia img{
	height: 100%;
}
.p_presentation{
	color: #585858;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 0 20px 0 20px;
}
.kisskissbankbank{
	display:block;
	width:100%;
	overflow:auto;
	text-align:center;
}
.kisskissbankbank img{
	max-width:100%;
}
.textannonce{
	width:100%;
	color: #4e4e4e;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align:center;
	padding-bottom:20px;
}
.bloccon_1{
	margin:0 auto;
	width:787px;
	height:288px;
	background: url(img/design/concert_jeudi.jpg) no-repeat;
	margin-bottom:20px;
	position:relative;
}
.lienfnefertiti{
	display:block;
	position:absolute;
	width:286px;
	height:170px;
	top:50px;
	left:10px;
}
.lienkrut{
	display:block;
	position:absolute;
	width:450px;
	height:170px;
	top:50px;
	left:320px;
}

.bloccon_2{
	margin:0 auto;
	width:787px;
	height:288px;
	background: url(img/design/concert_vendredi.jpg) no-repeat;
	margin-bottom:20px;
	position:relative;
}
.bloccon_3{
	margin:0 auto;
	width:787px;
	height:321px;
	background: url(img/design/concert_samedi.jpg) no-repeat;
	position:relative;
}
.lienmagnetic{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.lienamari{
	display:block;
	position:absolute;
	width:370px;
	height:170px;
	top:50px;
	left:10px;
}
.lientchoutchou{
	display:block;
	position:absolute;
	width:370px;
	height:170px;
	top:50px;
	left:410px;
}
.lienfnefertiti:hover, .lienkrut:hover, .lienmagnetic:hover, .lienamari:hover, .lientchoutchou:hover{
	cursor:pointer;
}
.edito-left{
	width: 40%;
	overflow: auto;
	float: left;
	margin-right: 4%;
}
.edito-right{
	width: 56%;
	overflow: auto;
	float: left;
}
.present1{
	color: #242424;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	margin: 0 0 30px 0;
}
.present2{
	color: #6a6a6a;
	font-size: 20px;
	font-style: italic;
	line-height: 26px;
	margin-bottom: 25px;
}
.present4{
	color: #242424;
	font-size: 16px;
	line-height: 24px;
}
.img-edito{
	width: 100%;
	height: 270px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}
.img-edito img{
	position: absolute;
	top : 0;
	left: 0;
	width: 100%;
}
.img-edito .saut{
	width: 920px;
	height: 468px;
	position: absolute;
	top: -50%;
	left: -50%;
}
.bloc-deco{
	width: 100%;
	height: 200px;
}
.img-deco{
	width: 35%;
	height: 100%;
	float: left;
	margin-left: 2%;
}
.img-deco img{
	width: 100%;
	max-width: 270px;
}
.blocinfos-deco{
	width: 61%;
	margin-left: 2%;
	height: auto;
	float: left;
}
.bloc-mea{
	width: 100%;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}
.bloc-mea li{
	display: block;
	height: auto;
	width: 33%;
	text-align: center;
	margin-bottom: 40px;
	float: left;
}
.bloc-mea li:hover{
	cursor: pointer;
	background-color: #FFF;
}
.meaimg{
	width: 100%;
	height: auto;
	text-align: center;
}
.meaimg img{
	width: 80%;
}
.bloc-mea li h2{
	width: 100%;
	line-height: 24px;
	font-size: 19px;
}
.bloc-mea li h3{
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color:#d1277e;
	margin:0;
	padding:0;
	font-weight:400;
}
.bloc-mea li p{
	width: 96%;
	font-size: 14px;
	color: #6f6f6f;
	line-height: 20px;
	padding: 0 2% 0 2%;
}
.bloc-mea .ligneretour{
	float: left;
	width: 100%;
	height: 1px;
}
.facebook{
	width: 100%;
	height: 40px;
	margin: 20px 0 50px 0;
}
.fb{
	height: 40px;
	float: left;
	overflow: auto;
}
.fb a{
	line-height: 40px;
	font-size: 16px;
	color: #6d6d6d;
}
.logo_fb{
	display: block;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	background: url(img/design/sprite.png) -300px 0;
}
.logo_fb:hover{
	background-position: -340px 0;
	cursor: pointer;
}
p{
	font-size: 14px;
	color: #1d1d1d;
	line-height: 24px;
}
h1{
	clear: both;
	font-size: 25px;
	font-weight: bold;
	color: #5a5a5a;
	line-height: 50px;
}
.grostitre{
	padding-left: 2%;
	width: 98%;
	color: #fff;
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 40px;
	/*border-bottom: 1px #676767 solid;*/
	background-color:#800040;
}
.firstgrostitre{
	margin-top: 0;
}
h2{
	font-size: 24px;
	font-weight: bold;
	color: #752a51;
}
h3{
	font-size: 20px;
	font-weight: bold;
	color: #2b2b2b;
	margin: 20px 0 5px 0;
}
.sstitreautour{
	margin: 0 0 5px 0;
}
.namecompagnie{
	font-size: 18px;
	margin: 0 0 5px 0;
	font-weight: 400;
	color: #d1277e;
}
h3 span{
	font-size: 14px;
	color: #1d1d1d;
}
.ligne{
	width: 100%;
	height: 2px;
	background: url(img/design/sprite.png) repeat-x 0 -110px;
	position: relative;
}
.retourplanning{
	position: absolute;
	top: 10px;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(img/design/sprite.png) repeat-x -240px -120px;
	display:none;
}
.retourplanning:hover{
	background-position: -240px -150px;
	cursor: pointer;
}
.compagnie{
	width: 100%;
	margin: 20px 0 20px 0;
	overflow: auto;
}
.imgcompagnie{
	width: 35%;
	height: 100%;
	float: left;
	margin-left: 2%;
}
.imgcompagnie img{
	width: 100%;
	max-width: 270px;
}
.openfiche{
	width:100%;
	height:30px;
	margin-top:20px;
	float:left;
}
.openfichebutton:hover{
	cursor:pointer;
}
.openfichebutton{
	width:100px;
	height:30px;
	background-color:#fff;
	border-radius:5px;
	text-align:center;
	color: #d1277e;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	float:right;
}
.blocinfoscompagnie{
	width: 59%;
	/*height: 100%;*/
	height:290px;
	overflow:hidden;
	float: left;
	padding-left: 4%;
}
.ficheisopen{
	height: 100%;
}
.blocinfoscompagnie p{
	color: #585858;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	text-justify: newspaper;
}
.date{
	display: block;
	overflow: auto;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	padding: 5px 10px;
	margin-top: 5px;
	margin-bottom: 2px;
	background-color: #b41567;
}
.date span{
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}
.dureetarif, .public{
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	color: #2f2f2f;
	font-style: italic;
	padding-bottom:10px;
}
.public{
	font-weight: normal;
	margin-bottom: 10px;
}
.blocinfoscompagnie .deavec{
	line-height: 15px;
	font-size: 12px;
	color: #2f2f2f;
	font-style: italic;
}
.lienscompagnie{
	width: 100%;
	overflow: auto;
	margin-top: 20px;
}
.lienscompagnie a{
	font-weight: bold;
	color: #F20018;
	font-size: 14px;
}
.lienscompagnie a:hover{
	text-decoration: underline;
}
.sepliens{
	margin: 0 5px 0 5px;
}
.tableau{
	width: 100%;
	overflow: auto;
	background-color: #fff;
	margin-bottom: 40px;
}
.tableau p{
	width: 99%;
	line-height: 30px;
	margin-left: 1%;
	font-style: italic;
}
.tab_titre{
	width: 99%;
	padding-left: 1%;
	overflow: auto;
	line-height: 40px;
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
	background-color:#B41567;
}
.tab_titre span{
	font-size: 26px;
}
.tab_ligne{
	width: 99%;
	padding-left: 1%;
	overflow: auto;
	background-color: #fff;
	border-bottom: 1px #ccc solid;
	margin-bottom: 2px;
}
.tab_ligne:hover{
	background-color: #e8e8e8;
	cursor: pointer;
}
.tab_heure{
	line-height: 30px;
	font-size: 16px;
	color: #d1277e;
	overflow: auto;
	float: left;
	margin-right: 1%;
}
.tab_compagnie{
	line-height: 30px;
	font-size: 16px;
	color: #444;
	font-weight: bold;
	float: left;
}
.tab_compagnie span{
	color: #8d8d8d;
	font-weight: normal;
}
.tab_lieu{
	line-height: 30px;
	font-size: 14px;
	color: #444;
	float: right;
	margin-right: 1%;
}
.ssmenu{
	width: 300px;
	overflow: auto;
	margin-bottom: 30px;
}
.ssmenu li{
	display: block;
	padding-left: 30px;
	width: 270px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	background: url(img/design/sprite.png) no-repeat -280px -120px;
}
.ssmenu li:hover{
	color: #4d4d4d;
	cursor: pointer;
	background-position: -275px -150px;
}
.handicap{
	width: 251px;
	height: 60px;
	background: url(img/design/sprite.png) no-repeat 0 -330px;
}
iframe{
	margin-bottom: 30px;
}
.p1{
	color: #242424;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
}
.p2{
	color: #585858;
	font-size: 16px;
	line-height: 24px;
}
.p3{
	color: #242424;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}
.p4{
	color: #585858;
	font-size: 14px;
	line-height: 20px;
}
.p5{
	color: #242424;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}
.blocinfoscompagnie .p6{
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
}
.minidate{
	display: block;
	width: 99%;
	padding-left: 1%;
	overflow: auto;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #fff216;
	background-color: #666;
	margin-bottom: 4px;
}
.minidate span{
	font-weight: normal;
	font-size: 18px;
	color: #d4d4d4;
}
h4{
	font-size: 20px;
	font-weight: bold;
	color: #2b2b2b;
	margin: 6px 0 0 0;
}
.bull{
	font-weight: bold;
	color: #333;
	font-size: 20px;
}
.link{
	color: #d1277e;
}
.link:hover{
	text-decoration: underline;
}
.cadreequipe{
	width: 100%;
	overflow: auto;
}
.cadremembre{
	width: 25%;
	height:200px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom:10px;
}
.cadremembre img{
	width: 60%;
	margin-bottom: 5px;
}
.nameequipe{
	width: 100%;
	line-height: 20px;
	font-size: 16px;
}
.fonctionequipe{
	width: 100%;
	line-height: 15px;
	font-size: 14px;
	color: #585858;
}
.inputmess{
	width: 30%;
	height: 30px;
	padding-left: 5px;
	border: 1px #bdbdbd solid;
	margin-bottom: 10px;
	background-color: #FFF;
	line-height: 30px;
	font-size: 14px;
	color: #585858;
	border-radius:5px;
}
.inputobjet{
	width: 80%;
}
.textareamess{
	font-family: Arial, Helvetica, sans-serif;
	width: 80%;
	height: 300px;
	padding-left: 5px;
	padding-top: 5px;
	border: 1px #bdbdbd solid;
	background-color: #FFF;
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #585858;
	border-radius:5px;
}
.inputmess:focus, .textareamess:focus{
	outline:0;
}
.cadreenvoi{
	width: 100%;
	overflow: auto;
}
.envoyer_mess{
	float: left;
	width: 80px;
	height: 30px;
	font-size: 16px;
	background-color: #999;
	line-height: 30px;
	text-align: center;
	margin-right: 20px;
	border-radius:5px;
}
.envoyer_mess:hover{
	background-color: #CCC;
	cursor: pointer;
}
.loadenvoi{
	float: left;
	width: 70%;
	height: auto;
	min-height: 30px;
	line-height: 30px;
	color: #F00;
}
.loadenvoi a{
	color: #333;
}
.loadenvoi img{
	display: none;
	width: 30px;
	height: 30px;
}

/* ET AUSSI */
.blocautour{
	width: 100%;
	margin: 20px 0 20px 0;
	overflow: auto;
}
.img_blocautour{
	width: 20%;
	height: 100%;
	float: left;
	margin-left: 2%;
}
.img_blocautour img{
	width: 100%;
	max-width: 270px;
}
.blocinfos_blocautour{
	width: 74%;
	height: 100%;
	float: left;
	padding-left: 4%;
}
.blocinfos_blocautour p{
	color: #585858;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	text-justify: newspaper;
}
.blocinfos_blocautour .deavec{
	line-height: 15px;
	font-size: 12px;
	color: #2f2f2f;
	font-style: italic;
}
/* fin ET AUSSI */

/* PARTENAIRES */
.blocpartenaire{
	width: 99%;
	height: 80px;
	background: url(img/design/sprite.png) repeat-x 0 -200px;
	padding: 10px 0 0 1%;
	margin-bottom: 7px;
}
.imgpartenaire{
	float: left;
	width: 30%;
	height: 70px;
}
.imgpartenaire img{
	max-height: 100%;
	max-width: 95%;
}
.infopartenaire{
	float: left;
	width: 70%;
	height: 70px;
	padding-left: 
}
.namepartenaire{
	font-size: 18px;
	margin: 10px 0px 5px;
}
.lienpartenaire{
	/*color: #0d7c86;*/
	font-size: 14px;
}
.nonlien{
	color: #5a5a5a;
	font-size: 14px;
}

/* BILLETTERIE */
.cadre_pass{
	width: 50%;
	overflow: auto;
	float: left;
	text-align: center;
	margin-bottom: 60px;
}
.cadre_pass img{
	width: 100%;
	max-width: 274px;
}
.cadre_pass a{
	display: block;
	padding: 0 10px 0 10px;
	font-size: 15px;
	line-height: 20px;
	color: #707070;
}
.cadre_pass .pass{
	font-size: 24px;
	line-height: 30px;
	color: #2d2d2d;
	font-weight: bold;
}
.cadre_pass .pass span{
	color: #707070;
}
.cadre_pass p{
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.cadre_pass .lienpass{
	font-size:18px;
	color: #555;
	line-height: 30px;
}
.cadre_pass .lienpass:hover{
	text-decoration:underline;
}
.reservtitre{
	width: 99%;
	overflow: auto;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	/*padding-left: 1%;*/
	color: #b41567;
	/*background-color: #fff216;*/
}
.reservtitre span{
	color: #666;
	font-weight: normal;
}
.cadrebillet{
	display:block;
	width: 100%;
	overflow:auto;
	margin-top: 10px;
	background-color: #fff;	
	border-bottom:1px #ddd solid;
}
.cadrebillet:hover{
	border-bottom:1px #aaa solid;
	cursor: pointer;
}
.cadrebillet img{
	height: 56px;
	margin: 5px 10px 5px 10px;
	float: left;
}
.cadrebillet p{
	overflow: auto;
	float: left;
	padding-top: 10px;
}
.billetspectacle{
	font-size: 16px;
	color: #444;
	font-weight:bold;
}
.billetartiste{
	font-size: 16px;
	color: #8D8D8D;
	font-weight:normal;
}
.billetinfos{
	font-size: 14px;
	color: #666;
	font-weight:normal;
}
.billetinfos span{
	color: #353535;
}
.lbillet{
	margin-top: 20px;
	margin-bottom: 20px;
}
.cadrepass{
	display:block;
	padding:10px;
	background-color:#FFF;
	border-bottom:1px #ddd solid;
	margin-bottom: 10px;
	overflow:auto;
}
.cadrepass:hover{
	border-bottom:1px #aaa solid;
	cursor: pointer;
}
.cadrepass img{
	display:block;
	width: 100px;
	float: left;
	margin-right:10px;
}
.cadrepass p{
	display:block;
	float: left;
	color: #585858;
	font-size: 16px;
	line-height: 22px;
}
.cadrepass p strong{
	font-size: 18px;
	line-height: 24px;
	color: #2D2D2D;
	font-weight: bold;
}
.buttonBilletterie{
	margin-top: 30px;
	text-align: center;
}
.buttonBilletterie a{
	font-weight: bold;
	font-size: 16px;
	background-color: #b41567;
	color: #edf25d;
	padding: 20px;
	display: inline-block;
	border-radius: 5px;
}
.buttonBilletterie a span{
	font-size: 14px;
	color: #fff;
}
.buttonBilletterie a:hover {
	background-color: #c52c7b;
}
/* ARCHIVES */
.button_archives{
	padding:10px 20px;
	color:#fff;
	background-color:#2b0e2f;
	border-radius:5px;
	cursor:pointer;
	display:inline-block;
	margin:0 10px 10px 0;
	font-size:12px;
}
.button_archives:hover{
	background-color:#7f7f7f;
}
.ba_actif, .ba_actif:hover{
	color:#fff;
	background-color:#ea0011;
}
.titrearchive{
	width:100%;
	height:40px;
	line-height:40px;
	color:#fff;
	background-color:#333333;
	font-size:12px;
	text-align:center;
	margin-bottom:20px;
}
.archive1{
	width:100%;
	display:table;
}
.archive2{
	width:230px;
	display:table-cell;
}
.archive2 img{
	width:100%;
}
.archive3{
	display:table-cell;
	padding-left:20px;
	vertical-align:top;
}
.archive3 p{
	color: #585858;
	font-size: 16px;
	line-height: 22px;
}
.archive3p{
	color:#333333;
	font-weight:bold;
	padding-bottom:5px;
}
.arch_vign{
	width:150px;
	height:110px;
	overflow:hidden;
	display:inline-block;
	margin:0 10px 10px 0;
	background-color:#333;
}
.arch_vign img{
	width:100%;
}
.arch_vign img:hover{
	cursor:pointer;
	opacity:0.8;
}
.visioarchive{
	position:fixed;
	height:100%;
	z-index:1000;
	top:0;left:0;bottom:0;right:0;
	background-color: rgba(0, 0, 0, 0.9);
	padding-top:70px;
	text-align:center;
	display:none;
}
.visioarchive1{
	max-height:70%;
	max-width:100%;
}
.visioarchive2{
	padding-top:20px;
	color:#fff;
	font-size:14px;
	text-align:center;
}

/* fin ARCHIVES */

/* FOOTER */
.footer{
	margin-top: 50px;
	width: 100%;
	height: 139px;
	background-color:#fff;
}
.footer_in{
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
.buttontop{
	display: none;
	position: fixed;
	width: 70px;
	height: 70px;
	bottom: 90px;
	right: 40px;
	background: url(img/design/sprite.png) no-repeat 0px -120px ;
}
.barrebuttontop{
	display: none;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: url(img/design/sprite.png) no-repeat 0px -120px ;
}
.buttontop:hover, .barrebuttontop:hover{
	cursor: pointer;
	background-position: -70px -120px;
}
.infofooterg, .infofooterd{
	width: 100%;
	height:30px;
	text-align:center;
	line-height: 30px;
	color: #1f5d7b;
	font-size:13px;
}
.footerlien{
	color: #1f5d7b;
	font-weight:bold;
}
.footerlien:hover{
	text-decoration: underline;
}
.webdesign{
	margin-left: 20px;
}
.lienreservation{
	background-color:#41a1cf;
	color:#fff;
	font-size:18px;
	line-height:22px;
}


.js-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.js-video.widescreen {
	padding-bottom: 56.34%;
}
.js-video.vimeo {
	padding-top: 0;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

@media screen and (max-width: 920px){
	.bloccon_1, .bloccon_2, .bloccon_3{
		display:none;
	}
	.nomobile{
		display:none;
	}
	.header{
		display:none;
	}
	.headermobile{
		display:block;
	}
	.menug{
		display: none;
	}
	.mini_menu{
		display: block;
	}
	.contenu, .footer_in{
		width: 96%;
		margin: 40px 2% 0 2%;
	}
	.mention{
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
	}
	.webdesign{
		margin-left: 0;
	}
	.barrebuttontop{
		display: block;
	}
	.footer{
		margin-top: 0;
	}
	.retourplanning{
		display:block;
	}
	.cadrebillet img{
		display: none;
	}
	.cadremembre{
		width: 33%;
	}
}
@media screen and (max-width: 800px){
	.img-edito{
		height: 220px;
	}
	.logolaloggia{
		display: none;
	}
}

@media screen and (max-width: 650px) {
	.vid{
		width:100%;
		height:315px;
		text-align:center;
	}
	.tab_lieu{
		float:left;
	}
	.tab_compagnie{
		line-height:20px;
	}
	.tab_heure{
		width:100%;
	}
	.reseausociaux{
		display:none;
	}
	.imgcompagnie{
		width: 100%;
		margin-left: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	.blocinfoscompagnie{
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.date{
		width: auto;
		padding-left: 0;
	}
	.copy{
		display: block;
		width: 100%;
		height: 20px;
		line-height: 20px;
	}
	h1{
		text-align: center;
	}
	.edito-right{
		display: none;
	}
	.edito-left{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.bloc-mea li{
		width:100%;
	}
	.bloc-mea li .meaimg{
		width:270px;
		height:270px;
	}
	.bloc-mea li .meaimg img{
		width:270px;
		height:270px;
	}
	/*.bloc-mea li p{
		display: none;
	}*/
	/*.bloc-mea li h2{
		line-height: 20px;
		font-size: 14px;
	}*/
	.cadremembre{
		width: 50%;
	}
	.inputmess, .inputobjet, .textareamess{
		width: 90%;
	}
	.cadre_pass{
		width: 100%;
	}
	.textannonce{
		margin-bottom: 30px;
	}
	/* ET AUSSI */
	.img_blocautour{
		width: 100%;
		margin-left: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	.blocinfos_blocautour{
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	/* fin ET AUSSI */
}

@media screen and (max-width: 350px) {
	.cadremembre{
		width: 100%;
		height:250px;
	}
}


