/*
------------------------------------------------
[Font sizes - based on 75%/12px body font-size]
36px = 3em
30px = 2.5em
24px = 2em
18px = 1.5em
16px = 1.333333em
15px = 1.2em
14px = 1.1667em
12px = 1em
11px = .9167em
10px = .8333em

Equation for font sizing:
-Desired px Ã· Default (or parent) px = em size
------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}
a:focus {
	outline: none;
}
a:active {
	outline: none;
}
img {
	max-width: 100%;
}
td img {
	max-width: none;
}
/**/
.messages.error {
	display: none;
}
.messages.status {
	display: none;
}

body {
	font-family: 'RidleyGrotesk-Regular';
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
strong{font-family: 'RidleyGrotesk-SemiBold';font-weight:normal;}
#degrade_background {
	background: url(../img/fond-degade-beige.png) repeat-x;
	height: 150px;
	position: absolute;
	width: 100%;
	top: 595px;
}
body.node-type-home #degrade_background {
	z-index: 1;
}
.backgrounds {
	position: absolute;
	top: 43px;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 700px;
}
.backgrounds .background {
	position: relative;
	display: block;
	width:100%;
	height: 700px;
	overflow: hidden;
}
.backgrounds .background img {
	position: absolute;
	left: 50%;
	margin:0 0 0 -640px;
	max-width: none;
}
#block-views-0652d99149f830aef6866487522e984d {
	margin: -115px 0 0 0;
}

/**/
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	z-index: 15;
}
#wrapper.flash {
	margin-top: -623px;
}
/**/

/*add this class to div#wrapper in page.tpl to show grid*/
.showgrid {
	background: url(images/grid.gif) repeat-y;
}
/*fin add this class to div#wrapper in page.tpl to show grid*/

/**/
.closer_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	cursor: pointer;
}

#main {
	position: relative;
}
body.node-type-sous-home #main {
	float: left;
	width: calc(100% - 290px);
}
#main .content_block ul {
	margin: 0;
	color: #3A3A37;
}
#main .content_block ul li {
	list-style-type: disc;
}
#main .content_block ul li:before{
	content: "•";
	padding-right: 5px;
}
/* hide point "•" */
.bx-viewport li:before{
	display: none;
}
body.two-sidebars #main {
	float: left;
	margin: 0 20px 0 240px;
	padding: 0;
	width: 460px;
}
body.sidebar-first #main {
	float: right;
	margin: 0;
	padding: 0;
	width: 760px;
}
/*pour sous page DÃ©couvrir*/
#main {
	float: left;
	width: 880px;
	box-sizing: border-box;
}
.node-type-incontournables #main,
.node-type-fiches-oeuvre #main{
	width: 100%;
}
/*fin pour sous page DÃ©couvrir*/
body.sidebar-second #main.ss_home {
	background: none;
}
body.sidebar-second #main.evenement{
	float: left;
	width: 975px;
	padding: 0;
}

body #main.evenement{
	float: left;
	width:auto;
	padding: 0;
}
body.sidebar-second #main.home{
	width: 980px;
	margin: 200px 0 0 0;
}

/*SIDEBARS*/
/* 3 columns: sidebar-first */
body.two-sidebars #sidebar-first {
	float: left;
	width: 220px;
	margin: 0 20px 0 -720px;
	padding: 0;
}
/* 3 columns: sidebar-second */
body.two-sidebars #sidebar-second {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
}
/* 2 columns: sidebar-first */
body.sidebar-first #sidebar-first {
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
	padding: 0;
}
/* 2 columns: sidebar-second */
body.sidebar-second #sidebar-second {
	float: right;
	width: 280px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -90px;
	top: 125px;
}

@media (max-width: 1100px){
	body.sidebar-second #main{
		width: 700px;
	}
	body.sidebar-second #sidebar-second{
		width: calc(100% - 740px);
	}
}
@media (max-width: 800px){
	body.sidebar-second #main{
		width: 100%;
	}
	body.sidebar-second #sidebar-second{
		position: static;
		width: 100%;
		max-width: 100%;
	}
}
#main.evenement #sidebar-second {
	width: 205px;
	margin: 0;
	float: right;
}
/*FIN SIDEBARS*/

/*NAVIGATION*/
#navigation {
	margin: 0 0 1.5em;
	padding: 0;
}
#navigation ul.main-menu {
	background: #ddd;
	margin: 0;
	padding: 0;
}
#navigation ul.main-menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#navigation ul.main-menu li a {
	display: block;
	float: left;
	line-height: 3em;
	padding: 0 1em;
}
#navigation ul.secondary-menu {
	background: #eee;
	margin: 0;
	padding: 0;
}
#navigation ul.secondary-menu li {
	margin: 0;
	padding: 0;
}
#navigation ul.secondary-menu li a {
	display: block;
	float: left;
	line-height: 3em;
	padding: 0 1em;
}
#skip-link {
	position: absolute;
}
/*FIN NAVIGATION*/

/*fil d'arianne*/
.breadcrumb{
	margin-bottom: 10px;
}
.breadcrumb a {
	font-family: 'RidleyGrotesk-Regular';
	font-size: 11px;
	color: #333;
	padding: 0 0 1px;
	margin-right: 4px;
	text-decoration: none !important;
	border-bottom: 1px solid #000;
	transition: all .4s;
}
.breadcrumb a:hover{
	text-decoration: none;
}
/*fin fil d'arianne*/

/*menus and item lists*/
.item-list ul {
	margin: 0;
	padding: 0 0 0 1.5em;
}
.item-list ul li {
	margin: 0;
	padding: 0;
}
ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.inline {
	clear: both;
}
ul.inline li {
	margin: 0;
	padding: 0 1em 0 0;
}
/*fin menus and item lists*/

/* admin tabs */
.tabs-wrapper {
	z-index: 20;
	position: relative;
}
ul.primary {
	margin: 0;
	padding: 1px 0 0;
}
ul.secondary {
	line-height: 3em;
	margin: 0 0 -1px;
	padding: 0;
}
ul.secondary a.active {
	border-bottom: none;
}
/* fin admin tabs */

/*NODES*/
#page-title {
	font-size: 2em;
	line-height: 1.5em;
	margin-bottom: 0;
}
.node {
	margin-bottom: 1.5em;
}
/*FIN NODES*/

/*tags*/
.field-name-field-tags {
	margin: 0 0 1.5em;
}
.field-name-field-tags div {
	display: inline;
}
.field-name-field-tags .field-item {
	margin: 0 1em 0 0;
}
/*fin tags*/

/*profile*/
.profile {
	margin: 1.5em 0;
}
.profile h3 {
	border: none;
}
.profile dt {
	margin-bottom: 0;
}
.profile dd {
	margin-bottom: 1.5em;
}
.password-parent {
	width: 36em;
}
/*fin profile*/

/**/
.region-sidebar-second .block {
	background: none repeat scroll 0 0 #333;
	margin: 0 0 15px 0;
	padding: 10px;
}
.region-sidebar-second .block .withArrow,
.region-sidebar-second .block .withArrow a{
	font-family: "RidleyGrotesk-Bold";
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
/**/

/*sidebar right*/
#sidebar-second ul.level-1 h2 a,
#sidebar-second ul.level-1 h2 a:hover{
	color: #fff;
}
#sidebar-second ul.level-2 {
	margin: 0 0 7px 0;
}
#sidebar-second ul.level-2 li a {
	font-family: "RidleyGrotesk-Bold";
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 12px;
	margin: 5px 0;
	color: #fff;
}
#sidebar-second ul.level-3 {
	margin: 0 0 0 15px;
}
#sidebar-second ul.level-3 li a {
	font-family: "RidleyGrotesk-Bold";
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	list-style-type: none;
	margin: 5px 0;
}
.auto_pub{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.auto_pub:last-child{
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
#sidebar-second .region-sidebar-second h2,
#sidebar-second .region-sidebar-second h3 {
	font-family: "RidleyGrotesk-Light";
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	/* margin-left: -10px; */
}
/* #sidebar-second .region-sidebar-second h3{
	font-family: "RidleyGrotesk-Light";
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
} */
#sidebar-second .region-sidebar-second .visuel{
	text-align: center;
}
#sidebar-second .region-sidebar-second h2 a{
	color: #fff;
}
#sidebar-second .region-sidebar-second p, 
#sidebar-second .region-sidebar-second section .content.withArrow p {
	font-family: "RidleyGrotesk-Bold";
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	list-style-type: none;
	margin: 5px 0;
	color: #fff;
}
#sidebar-second .region-sidebar-second .content.withArrow p a:before{
	content: "►";
	font-size: 10px;
	margin-right: 5px;
	color: #fff;
	text-decoration: none;
}
#sidebar-second .region-sidebar-second a {
	text-decoration: none;
}
#sidebar-second .region-sidebar-second p a,
#sidebar-second .region-sidebar-second p a:hover{
	color: #fff;
	text-decoration: none;
}
/*block rÃ©servation*/
#sidebar-second .region-sidebar-second .reservation-block h2 {
	margin: 0;
}
#sidebar-second .region-sidebar-second .reservation-block a {
	background: url(../img/puce_list.png) no-repeat 0% 50%;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	font-family: 'RidleyGrotesk-Bold';
	font-size: 10px;
	text-transform: uppercase;
}
#sidebar-second .region-sidebar-second .reservation-block a:hover {
	text-decoration: underline;
}
/*block informations*/
#sidebar-second .region-sidebar-second .informations-block h2 {
	line-height: 10px;
	margin: 0 0 8px 10px;
}
#sidebar-second .region-sidebar-second .informations-block .desc {
	margin: 0 0 8px 0;
}
#sidebar-second .region-sidebar-second .informations-block .more {
	font-family:'RidleyGrotesk-Regular';
	margin: 0 0 0 5px;
}
#sidebar-second .region-sidebar-second .informations-block .more:hover {
	text-decoration: underline;
}
/*block catalogue*/
#sidebar-second .region-sidebar-second .catalogue-block {
	position:  relative;
}
#sidebar-second .region-sidebar-second .catalogue-block h2 {
	line-height: 10px;
	margin: 0 0 8px 10px;
}
#sidebar-second .region-sidebar-second .catalogue-block .desc {
	margin: 0 0 28px 0;
}
#sidebar-second .region-sidebar-second .catalogue-block .more {
	position: absolute;
	bottom: 0;
	margin: 0 0 0 5px;
}
/*block confÃ©rence*/
#sidebar-second .region-sidebar-second .around-block h2 {
	line-height: 10px;
	margin: 0 0 8px 0;
}
#sidebar-second .region-sidebar-second .around-block .desc {
	margin: 0 0 0 2px;
}
#sidebar-second .region-sidebar-second .around-block .desc a:hover {
	text-decoration: underline;
}
/*block presse*/
#sidebar-second .region-sidebar-second .press-block h2 {
	line-height: 10px;
	margin: 0 0 8px 0;
}
#sidebar-second .region-sidebar-second .press-block .desc {
	margin: 0 0 0 5px;
}
#sidebar-second .region-sidebar-second .press-block .desc a:hover {
	text-decoration: underline;
}
/*block mÃ©cÃ©nes / partenaires*/
#sidebar-second .region-sidebar-second #block-mtlheaderlevelnav-nav-header-level {
	padding: 0 0 1px 0;
}
#sidebar-second .region-sidebar-second #block-block-6.block-block h2 {
	font-size: 20px;
	color: #393433;
	text-transform: none;
	margin: 0 0 0 10px;
}
#sidebar-second .region-sidebar-second #block-block-6.block-block p {
	font-family: 'RidleyGrotesk-Regular';
	font-size: 12px;
	color: #393433;
	font-weight: normal;
	text-transform: none;
	list-style-type: none;
	background: none;
	padding: 0 10px;
	margin: 0 0 0 2px;
}
#sidebar-second .region-sidebar-second #block-block-6.block-block p a {
	text-decoration: underline;
}
/*block 8*/
#sidebar-second .region-sidebar-second #block-block-8.block-block h2 {
	line-height: 18px;
	padding: 7px 0;
}
#sidebar-second .region-sidebar-second #block-block-8.block-block p {
	margin: 0;
}
#sidebar-second .region-sidebar-second #block-block-8.block-block p a:hover {
	text-decoration: underline;
}
/*block 9*/
#sidebar-second .region-sidebar-second #block-block-9.block-block h2 {
	margin: 0 0 0 6px;
}
#sidebar-second .region-sidebar-second #block-block-9.block-block p {
	margin: 0 0 0 15px;
}
#sidebar-second .region-sidebar-second #block-block-9.block-block p a:hover {
	text-decoration: underline;
}
#sidebar-second .region-sidebar-second #block-block-10.block-block p, #sidebar-second .region-sidebar-second .content.withoutArrow p {
	font-family: 'RidleyGrotesk-Regular';
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-transform: none;
	list-style-type: none;
	background: none;
	padding: 0 0 10px;
	margin: 0;
}
#sidebar-second .region-sidebar-second #block-block-10.block-block p a {
	text-decoration: underline;
	word-break: break-all;
}
/*block 11*/
#sidebar-second .region-sidebar-second #block-block-11.block-block p {
	font-family:'RidleyGrotesk-Bold';
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	list-style-type: none;
	background: url(../img/puce_list.png) no-repeat 0% 12%;
	padding: 0 0 10px 10px;
	margin: 0 0 0 12px;
}
/*block 14*/
#sidebar-second .region-sidebar-second #block-block-14 h2 {
	line-height: 18px;
	padding: 7px 0;
	margin: 0;
}
/*block 16*/
#sidebar-second .region-sidebar-second #block-block-16.block-block p {
	font-family: 'RidleyGrotesk-Bold';
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	list-style-type: none;
	background: url(../img/puce_list.png) no-repeat 0% 10%;
	padding: 0 0 10px 10px;
	margin: 0 0 0 12px;
}
/*block 26*/
#sidebar-second .region-sidebar-second #block-block-26.block-block h2 {
	margin: 0 0 0 6px;
}
/*block 31*/
#sidebar-second .region-sidebar-second #block-block-31.block-block p {
	font-family: 'RidleyGrotesk-Regular';
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-transform: none;
	list-style-type: none;
	background: none;
	padding: 0 7px 0 10px;
	margin: 0;
}
#sidebar-second .region-sidebar-second #block-block-31.block-block p a {
	text-decoration: underline;
}
/*block 48*/
#sidebar-second .region-sidebar-second #block-block-48.block-block h2 {
	margin: 0 0 0 6px;
}
/*fin sidebar right*/

/*TITLE VIEWS*/
.content .enteteTl h1 {
	font-size: 33px;
	color: #fff;
	margin: 0 0 7px 0;
}
/*FIN TITLE VIEWS*/

/*PAGE SIMPLE*/
#main .content_block {
	margin: 0 0 15px 0;
	overflow: hidden;
	box-sizing: border-box;
	border-top: 1px solid #000;
	padding-top: 10px;
}
#main .content_block.title_block{
	border-top: none;
	padding-top: 0;
}
#main .content_block table tr td {
	vertical-align:middle;    
}
.node-type-page-simple #main .content_block table tr td{vertical-align:top;}

#main .content_block table p{
	color : #000;
	margin-bottom:0px;
}
#main .content_block table tr.odd {
	background-color: #eee;
}
#main .content_block table tr.even {
	background-color: #fff;
}
#main .content_block h2 {
	font-size: 24px;
	color: #9e0231;
}
/**/
#main.vue .title_block {
	background: #fff;
	width: 753px;
	margin-bottom: 13px;
	padding: 10px;
	display: none;
}
#main .title_block h1,
#main h1{
	font-family: "RidleyGrotesk-UltraLight";
	font-size: 36px;
	color: #333;
	line-height: 38px;
	margin: 0 0 15px 0;
	font-weight: normal;
	text-transform: uppercase;
}
#main .title_block h2, 
#block-views-location-espaces-block-1 .content h2,
#main .content_block h2 {
	font-family: "RidleyGrotesk-Regular";
	font-size: 24px;
	color: #9e0231;
	line-height: 26px;
	margin: 0 0 8px 0;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 15px;
}
#main .content_block.title_block h2:first-child{
	padding-top: 0;
	margin-top: 0;
}
#main .content_block h2{
	clear: both;
	margin: 8px 0;
}
#main .title_block h2 strong, 
#block-views-location-espaces-block-1 .content h2 strong{
	font-weight: normal;
}
#main .title_block p {
	font-family: 'RidleyGrotesk-Regular';
	font-size: 15px;
	line-height: 1.5;
	color: #333;
	/*padding:10px 0;*/
}
/*FIN PAGE SIMPLE*/

/*ONGLETS PAGES SIMPLES MULTIPLES*/
#main ul.thumb {
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	margin: 5px 0 10px 0;
	z-index: 15;
	display: block;
	overflow: auto;
}
#main ul.thumb:after{content:'';width:100%;height:2px;background-color:#000;position:absolute;bottom:3px;display:block;}
#main ul.thumb li {
	display: inline-block;
	margin: 0 15px 5px 0;
	float: left;
	font-family: "RidleyGrotesk-Bold";
	font-size: 18px;
	color: #000;
	border-bottom: 5px solid #fff;
	transition: all .4s;
	text-transform:none;
	font-weight: normal;
}
#main ul.thumb li a {
	color: #000;
}
#main ul.thumb li.selected,
#main ul.thumb li:hover {
	border-bottom: 5px solid #b10035;
}
/*FIN ONGLETS PAGES SIMPLES MULTIPLES*/

/*BLOCS DE LA HOME*/
.home .block {
	background: transparent;
	float: left;
	position: relative;
	width: auto;
}
.home .block .displayedDate {
	margin: 0 0 0 8px;
	background: #272625;
	width: auto;
	float: left;
	color: #fefefe;
	text-transform: uppercase;
	padding: 4px 7px 2px 7px;
}
.home .block .content {
	background: #f7f7f7 url("../img/degrade_home_bloc.png") repeat-x scroll 0 0;
	float: left;
	width: 551px;
	min-height: 220px;
	margin: 0 6px 0 0;
	padding: 0;
}
.home .block .content.no-border {
	background : none;
}
.home .block .content.oneLargeHomeBlock {
	width: 870px;    
}
.home .block .content h2 {
	font-size: 20px;
	color: #352e32;
	line-height: 20px;
	margin: 7px 0;
	padding: 0 0 0 8px;
}
.home .block .content h2 a {
	color: #352e32;
}
.home .block .content h2 a:hover {
	color: #acabad;
}
.home .large_block {
	margin: 0 25px 0 0;
}
.home .large_block .titleBloc{
	position:absolute;
	top: 5px;
	left: -10px;
	color:#fff;
	background:#b10035;
	padding: 10px;
	z-index:10;
	text-transform: uppercase;
	font-family: 'RidleyGrotesk-Bold';
	font-size:11px;
}
.home .large_block .titleBloc:after{
	border-style: solid;
	border-width: 0 10px 6px 0;
	border-color: transparent #9b002f transparent transparent;
	line-height: 0px;
	_border-color: #000000 #9b002f #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
}
#homeCont {
	width: 820px;
	margin: 0 auto;
}
.home .large_block .sliderDesk {
	width:449px;
	height:216px;
}
.home .large_block .sliderResponsive {
	display:none;
}
.hiddenDesk {
	display: none;
}
.enteteTl_Ss.hiddenDesk {
	margin: -56px 0 21px 0!important;
}
select#selectDisplay {
	border: 0;
	background: #7E7E7E;
	color: #fff;
	height: 30px;
	padding-left: 10px;
	font-family: 'RidleyGrotesk-Bold';
	font-size: 14px;
	margin-bottom: 10px;
}
.home .large_block .bxsliderHome li, .home .large_block .bxsliderHomeResponsive li, .home .large_block a.mav2 {
	position:relative;
}
.home .large_block .bxsliderHome li > a, .home .large_block .bxsliderHomeResponsive li > a, .home .large_block a.mav2 {
	display: block;
	overflow: hidden;
	height: 100%;
	/*vertical-align: middle;*/
	font-size: 0;
}
.bxsliderHomeResponsive .item img{
	width:100%;
}
.home .large_block .bx-wrapper .bx-pager{
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.home .large_block .bx-wrapper .bx-pager a{
	background: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: transparent;
	width: 8px;
	height: 8px;
	display: inline-block; 
}
.home .large_block .bx-wrapper .bx-pager a.pager-active, 
.home .large_block .bx-wrapper .bx-pager a:hover {
	background: #b10035;
}

.bx-wrapper .bx-viewport{
	border: 0!important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
}
.home .large_block .front-black .titleImage{
	font-family: 'RidleyGrotesk-Bold';
	font-size:22px;
	line-height:1.2;
	text-transform: uppercase;
}
.home .large_block .front-black .date {
	font-family:'RidleyGrotesk-Regular';
	font-size:22px;
	line-height: 1.2;
	text-transform: uppercase;
}
.home .large_block .front-black{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	padding: 80px 10px;
	background: rgba(0,0,0,0.3);
	vertical-align: middle;
	overflow:hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.home .large_block .front-black:hover{
	background: rgba(0,0,0,0.45);
}
.home .large_block .picture {
	width: 533px;
	margin: 0 0 5px 9px;
}
.home .medium_block {
	height: 242px;
	margin: 0 14px 0 0;
}
.home .medium_block .content {
	float: left;
	width: 301px;
}
.home .medium_block .content.no-border {
	width : 312px;
	margin-top : 0;
	margin-right: 17px;
}
.home .medium_block .picture {
	width: 284px;
	margin: 0 0 5px 9px;
}
.home .medium_block .content.no-border .picture {
	width : 312px;
}
.home .medium_block .picture img {
	margin: 0;
}
.home .mini_block {
	height: 242px;
	margin: 0 14px 0 0;
}
.home .mini_block .content {
	float: left;
	width: 280px;
	margin:0;
}
.home .mini_block .content.no-border {
	width : 280px;
	margin-top : 0;
	margin-right: 17px;
}
.home .mini_block .picture {
	width: 265px;
	margin: 0 0 5px 9px;
}
.home .mini_block .content.no-border .picture {
	width : 312px;
}
.home .mini_block .picture img {
	margin: 0;
}


/**/
#header #block-block-23, #header #block-block-53, #header #block-block-64, #header #block-block-1, #header #block-block-68, 
#header #block-block-59, #header #block-block-63 {
	top:15px;
	position:relative;
	width: 1135px;
	text-align: right;
}   
#header #block-block-23 .content, #header #block-block-53 .content, #header #block-block-64 .content,
#header #block-block-1 .content, #header #block-block-68 .content, #header #block-block-59 .content, #header #block-block-63 .content {
	width: 45px;
	float: right;
	font-size:0px;
}
#header #block-block-23 a, #header #block-block-53 a, #header #block-block-64 a, #header #block-block-1 a, 
#header #block-block-68 a, #header #block-block-59 a, #header #block-block-63 a {
	display:block;
	background: #9c012f;
	color: #fff;
	padding: 10px 0px 10px 5px;
	text-transform: uppercase;
	height: 25px;
	text-align:left;
	margin-bottom:5px;
	text-decoration:none;
}
#header #block-block-23 a:hover, #header #block-block-53 a:hover, #header #block-block-64 a:hover, 
#header #block-block-1 a:hover, #header #block-block-68 a:hover, #header #block-block-59 a:hover, #header #block-block-63 a:hover {
	background: rgba(156,1,47,0.7);
}
#header #block-block-23 a .logo-button, #header #block-block-53 a .logo-button, #header #block-block-64 a .logo-button, 
#header #block-block-1 a .logo-button, #header #block-block-68 a .logo-button, #header #block-block-59 a .logo-button, #header #block-block-63 a .logo-button{
	border-left: 0;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: 0px center;
	width: 25px;
	height: 25px;
	display: block;
	padding-left: 0px;
	line-height: 25px;
	float: right;
}
#header #block-block-23 a.photosH > .logo-button, #header #block-block-53 a.photosH > .logo-button,
#header #block-block-64 a.photosH > .logo-button, #header #block-block-1 a.photosH > .logo-button, 
#header #block-block-68 a.photosH > .logo-button, #header #block-block-59 a.photosH > .logo-button,
#header #block-block-63 a.photosH > .logo-button {
	background-image:url('../img/photo.png');
}
#header #block-block-23 a.videosH > .logo-button, #header #block-block-53 a.videosH > .logo-button, 
#header #block-block-64 a.videosH > .logo-button, #header #block-block-1 a.videosH > .logo-button, 
#header #block-block-68 a.videosH > .logo-button, #header #block-block-59 a.videosH > .logo-button,
#header #block-block-63 a.videosH > .logo-button {
	background-image:url('../img/video.png');
}
#header #block-block-23 a.pratiquesH > .logo-button, #header #block-block-53 a.pratiquesH > .logo-button, 
#header #block-block-64 a.pratiquesH > .logo-button, #header #block-block-1 a.pratiquesH > .logo-button, 
#header #block-block-68 a.pratiquesH > .logo-button, #header #block-block-59 a.pratiquesH > .logo-button, 
#header #block-block-63 a.pratiquesH > .logo-button {
	background-image:url('../img/infos.png');
}
#header #block-block-23 a.boutiqueH > .logo-button, #header #block-block-53 a.boutiqueH > .logo-button,
#header #block-block-64 a.boutiqueH > .logo-button, #header #block-block-1 a.boutiqueH > .logo-button, 
#header #block-block-68 a.boutiqueH > .logo-button, #header #block-block-59 a.boutiqueH > .logo-button,
#header #block-block-63 a.boutiqueH > .logo-button {
	background-image:url('../img/boutique.png');
}
body.node-type-home #header #block-block-23, body.node-type-home #header #block-block-53, body.node-type-home #header #block-block-64,
body.node-type-home #header #block-block-1, body.node-type-home #header #block-block-68,body.node-type-home #header #block-block-59,
body.node-type-home #header #block-block-63 {
	top:25px;
	width: 1135px;
	text-align: right;
}
body.node-type-home #header #block-block-23 .content,body.node-type-home #header #block-block-53 .content,body.node-type-home #header #block-block-64 .content ,
body.node-type-home #header #block-block-1 .content,body.node-type-home #header #block-block-68 .content,body.node-type-home #header #block-block-59 .content,
body.node-type-home #header #block-block-63 .content {
	width: 195px;
	float: right;
	min-height: 200px;
}
body.node-type-home #header #block-block-23 a, body.node-type-home #header #block-block-53 a, body.node-type-home #header #block-block-64 a ,
body.node-type-home #header #block-block-1 a, body.node-type-home #header #block-block-68 a, body.node-type-home #header #block-block-59 a,
body.node-type-home #header #block-block-63 a {
	display:block;
	background: rgba(51,43,41,0.9);
	color: #fff;
	padding: 10px 0px 10px 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 25px;
	text-align:right;
	margin-bottom:5px;
	text-decoration:none;
}
body.node-type-home #header #block-block-23 a:hover,body.node-type-home #header #block-block-53 a:hover,body.node-type-home #header #block-block-64 a:hover ,
body.node-type-home #header #block-block-1 a:hover,body.node-type-home #header #block-block-68 a:hover,body.node-type-home #header #block-block-59 a:hover,
body.node-type-home #header #block-block-63 a:hover {
	background: rgba(95,81,77,0.9);
}
body.node-type-home #header #block-block-23 a .logo-button, body.node-type-home #header #block-block-53 a .logo-button,
body.node-type-home #header #block-block-64 a .logo-button , body.node-type-home #header #block-block-1 a .logo-button,
body.node-type-home #header #block-block-68 a .logo-button, body.node-type-home #header #block-block-59 a .logo-button,
body.node-type-home #header #block-block-63 a .logo-button {
	border-left: 1px solid #fff;
	margin-right: 10px;
	margin-left: 10px;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	padding-left: 10px;
	line-height: 25px;
	float: right;
	background-position: 10px center;
}
body.node-type-home #header #block-block-23 a.photosH > .logo-button, body.node-type-home #header #block-block-53 a.photosH > .logo-button,
body.node-type-home #header #block-block-64 a.photosH > .logo-button, body.node-type-home #header #block-block-1 a.photosH > .logo-button,
body.node-type-home #header #block-block-68 a.photosH > .logo-button,body.node-type-home #header #block-block-59 a.photosH > .logo-button,
body.node-type-home #header #block-block-63 a.photosH > .logo-button,{
	background-image:url('../img/photo.png');
}
body.node-type-home #header #block-block-23 a.videosH > .logo-button, body.node-type-home #header #block-block-53 a.videosH > .logo-button,
body.node-type-home #header #block-block-64 a.videosH > .logo-button, body.node-type-home #header #block-block-1 a.videosH > .logo-button,
body.node-type-home #header #block-block-68 a.videosH > .logo-button, body.node-type-home #header #block-block-59 a.videosH > .logo-button,
body.node-type-home #header #block-block-63 a.videosH > .logo-button{
	background-image:url('../img/video.png');
}
body.node-type-home #header #block-block-23 a.pratiquesH > .logo-button, body.node-type-home #header #block-block-53 a.pratiquesH > .logo-button,
body.node-type-home #header #block-block-64 a.pratiquesH > .logo-button, body.node-type-home #header #block-block-1 a.pratiquesH > .logo-button,
body.node-type-home #header #block-block-68 a.pratiquesH > .logo-button, body.node-type-home #header #block-block-59 a.pratiquesH > .logo-button,
body.node-type-home #header #block-block-63 a.pratiquesH > .logo-button{
	background-image:url('../img/infos.png');
}
body.node-type-home #header #block-block-23 a.boutiqueH > .logo-button, body.node-type-home #header #block-block-53 a.boutiqueH > .logo-button,
body.node-type-home #header #block-block-64 a.boutiqueH > .logo-button, body.node-type-home #header #block-block-1 a.boutiqueH > .logo-button,
body.node-type-home #header #block-block-68 a.boutiqueH > .logo-button, body.node-type-home #header #block-block-59 a.boutiqueH > .logo-button,
body.node-type-home #header #block-block-63 a.boutiqueH > .logo-button{
	background-image:url('../img/boutique.png');
}
body.node-type-home #block-block-58,
body.node-type-home #block-block-57{
	background: transparent url("../img/bg_infos_block.png") no-repeat scroll 0 0;
	float: left;
	position: relative;
	top: 442px;
	width: 97px;
	height:222px;
}
body.node-type-home #block-block-58 a.photosH,
body.node-type-home #block-block-57 a.photosH {
	background: transparent url("../img/icon_photos.png") no-repeat scroll 0 0;
	position: relative;
	width: 75px;
	height: 22px;
	margin: 4px 0 25px 0;
	display: block;
	text-decoration: none;
}
body.node-type-home #block-block-58 a.photosH span,
body.node-type-home #block-block-57 a.photosH span {
	font-size: 11px;
	font-weight: normal;
	color: #352e32;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 24px 0 0 0;
	display: block;
	margin-left: 13px;
	line-height: 15px;
}
body.node-type-home #block-block-58 a:hover.photosH,
body.node-type-home #block-block-57 a:hover.photosH
{
	background: transparent url("../img/icon_photos_over.png") no-repeat scroll 0 0;
}
body.node-type-home #block-block-58 a:hover.photosH span,
body.node-type-home #block-block-57 a:hover.photosH span
{
	color: #717a7d;
}
body.node-type-home #block-block-58 a.videosH,
body.node-type-home #block-block-57 a.videosH
{
	background: transparent url("../img/icon_videos.png") no-repeat scroll 0 0;
	position: relative;
	width: 89px;
	height: 35px;
	margin: 0 0 15px 0;
	display: block;
	text-decoration: none;
}
body.node-type-home #block-block-58 a.videosH span,
body.node-type-home #block-block-57 a.videosH span
{
	font-size: 11px;
	font-weight: normal;
	color: #352e32;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 35px 0 0 0;
	display: block;
}
body.node-type-home #block-block-58 a:hover.videosH,
body.node-type-home #block-block-57 a:hover.videosH
{
	background: transparent url("../img/icon_videos_over.png") no-repeat scroll 0 0;
}
body.node-type-home #block-block-58 a:hover.videosH span,
body.node-type-home #block-block-57 a:hover.videosH span
{
	color: #717a7d;
}
body.node-type-home #block-block-58 a.reservationH,
body.node-type-home #block-block-57 a.reservationH
{
	background: transparent url("../img/icon_reservation.png") no-repeat scroll 0 0;
	position: relative;
	width: 89px;
	height: 35px;
	margin: 0 0 15px 0;
	display: block;
	text-decoration: none;
}
body.node-type-home #block-block-58 a.reservationH span,
body.node-type-home #block-block-57 a.reservationH span
{
	font-size: 11px;
	font-weight: normal;
	color: #352e32;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 36px 0 0 0;
	display: block;
}
body.node-type-home #block-block-58 a:hover.reservationH,
body.node-type-home #block-block-57 a:hover.reservationH
{
	background: transparent url("../img/icon_reservation_over.png") no-repeat scroll 0 0;
}
body.node-type-home #block-block-58 a:hover.reservationH span,
body.node-type-home #block-block-57 a:hover.reservationH span
{
	color: #717a7d;
}
body.node-type-home #block-block-58 a.pratiquesH,
body.node-type-home #block-block-57 a.pratiquesH
{
	background: transparent url("../img/icon_infos.png") no-repeat scroll 0 0;
	position: relative;
	width: 89px;
	height: 33px;
	display: block;
	text-decoration: none;
}
body.node-type-home #block-block-58 a.pratiquesH span,
body.node-type-home #block-block-57 a.pratiquesH span
{
	font-size: 11px;
	font-weight: normal;
	color: #352e32;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 34px 0 0 0;
	display: block;
}
body.node-type-home #block-block-58 a:hover.pratiquesH,
body.node-type-home #block-block-57 a:hover.pratiquesH
{
	background: transparent url("../img/icon_infos_over.png") no-repeat scroll 0 0;
}
body.node-type-home #block-block-58 a:hover.pratiquesH span,
body.node-type-home #block-block-57 a:hover.pratiquesH span
{
	color: #717a7d;
}
body.node-type-home #block-block-58 a.photosH span,
body.node-type-home #block-block-58 a.videosH,
body.node-type-home #block-block-58 a.videosH span,
body.node-type-home #block-block-58 a.reservationH span,
body.node-type-home #block-block-58 a.pratiquesH span
{
	font-size: 10px;
}

/*FIN BLOCS DE LA HOME*/

/*SOUS HOME EVENEMENTS (VIEW)*/
.content .tabs {
	background: #000;
	position: relative;
	top: -3px;
	font-family: 'RidleyGrotesk-Bold';
	font-size: 13px;
	color: #e5e5e4;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 6px 9px;
}
.content .liste_expositions {
	float: left;
	background: #fff;
	position: relative;
	width: 755px;
	/* height: 218px;*/
	height:auto;
	margin: 0 0 15px 0;
}
.content .liste_expositions.last {
	float: left;
	background: #fff;
	position: relative;
	width: 755px;
	height: 218px;
	margin: 0 0 35px 0;
}
.content .liste_expositions .left_content {
	float: left;
	width: 390px;
	margin: 10px;
}
.content .liste_expositions .bold {
	font-family: 'RidleyGrotesk-Bold';
	font-size: 13px;
	color: #272724;
	text-transform: uppercase;
}
/**/
.content .liste_animations {
	background: none repeat scroll 0 0 #fff;
	float: left;
	position: relative;
	width: 370px;
	height: 170px;
	margin: 0 15px 15px 0;
}
.content .liste_animations.last {
	background: none repeat scroll 0 0 #fff;
	float: left;
	position: relative;
	width: 370px;
	height: 170px;
	margin: 0 0 15px 0;
}
.content .liste_animations .left_content {
	float: left;
	width: 160px;
	margin: 10px;
}
.content .liste_animations .right_content {
	margin: 5px 0 0;
}
.content .liste_animations .right_content .datas {
	float: right;
	width: 190px;
}
.content .liste_animations .right_content .entete .bold {
	font-family:'RidleyGrotesk-Bold';
	font-size: 11px;
	color: #272724;
	text-transform: uppercase;
	position: relative;
	top: 3px;
}
.content .liste_animations .right_content .datas h2 {
	font-size: 22px;
	color: #3f3638;
	line-height: 8px;
	margin: 10px 0 0 0;
	padding: 0 20px 0 0;
}
.content .liste_animations .right_content .datas h2 a {
	color: #3f3638;
}
.content .liste_animations .right_content .datas h2 a:hover {
	color: #9e0231;
}
/**/
.content .datas h2 {
	font-size: 26px;
	color: #202528;
	line-height: 8px;
	margin: 10px 0 7px 0;
	padding: 0;
}
.content .datas h2 a {
	color: #202528;
}
.content .datas h2 a:hover {
	color: #9e0231;
}
.content .datas h3 {
	font-size: 20px;
	color: #202528;
	line-height: 8px;
}
.content .datas h3 a {
	color: #202528;
}
.content .datas p {
	font-family: 'RidleyGrotesk-Regular';
	font-size: 12px;
	color: #373d41;
	line-height: 16px;
	margin: 7px 0 0 0;
}
.content .datas .plusEx a, .content_block .datas .plusEx a, #diaporama .slider .slide .plusEx a, #layer .content .right .detail p.plusEx a  {
	position: relative;
	bottom: 0;
	font-family: 'RidleyGrotesk-Bold';
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	list-style-type: none;
	background: url(../img/puce_list.png) no-repeat 0% 20%;
	padding: 0 0 10px 10px;
}
.content .datas .plusEx a:hover {
	text-decoration: underline;
}
.content .liste_expositions .right_content {
	float: right;
	margin: 10px 10px 0 0;
}
/*FIN SOUS HOME EVENEMENTS (VIEW)*/

/*PAGE SIMPLE ARCHIVES EXPOSITIONS PASSEES (VIEW)*/
.enteteTl_Arch h1 {
	font-size: 33px;
	color: #fff;
	margin: 0 0 15px 0;
}
.content .liste_expositionsAch {
	float: left;
	background: #fff;
	position: relative;
	width: 762px;
	height: 218px;
	margin: 20px 0 35px 0;
}
.content .liste_expositionsAch.annee {
	margin-top: -15px !important;
}
.content .tabsArch {
	position: absolute;
	top: -26px;
	left: 0px;
	background: #000;
	font-family:'RidleyGrotesk-Bold';
	font-size: 13px;
	color: #e5e5e4;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 3px 8px;
}
/*FIN PAGE SIMPLE ARCHIVES EXPOSITIONS PASSEES (VIEW)*/

/*BLOCKS SOUS HOME + TITLE SOUS HOME*/
.content .enteteTl_Ss {
	margin: 0;
}
.content .enteteTl_Ss h1, .block h1, .content_block h1, #popin_contact h2 {
	font-family: "RidleyGrotesk-UltraLight";
	font-size: 36px;
	color: #333;
	line-height: 38px;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-transform: uppercase;
}
h2 .grey_limit {
	color: #fff;
}
.ss_home .block {
	background: #fff;
}
.ss_home .block ul.links {
	margin: 0;
}
.ss_home .block ul.links li {
	font-family:'RidleyGrotesk-Bold';
	font-size: 10px;
	text-transform: uppercase;
	list-style-type: none;
	background: url(../img/puce_list.png) no-repeat 0% 60%;
	padding: 0 0 0 10px;
}
.ss_home .block ul.links li a:hover {
	text-decoration: underline;
}
.medium_block {
	width:calc(33% - 7px);
	display: inline-block;
	margin: 0 0 25px 0;
	padding-right: 0;
	box-sizing: border-box;
	vertical-align: top;
}
.medium_block:nth-child(3n+1){margin:0 10px 25px}
.medium_block .content {
	padding: 0 0 10px;
}
.medium_block .picture {
	/* text-align: center; */
}
.medium_block .picture img{width:100%}
.ss_home .medium_block h2 {
	font-family: "RidleyGrotesk-Regular";
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 0 10px;
}
.ss_home .medium_block h2 a{
	color: #333;
	transition: all .4s;
}
.ss_home .medium_block h2 a:hover {
	color: #9e0231;
	transition: all .4s;
}
.ss_home .medium_block .description {
	font-family: 'RidleyGrotesk-Regular';
	font-size: 12px;
	color: #373d41;
	line-height: 16px;
	margin: 0 0 5px 0;
}
.large_block {
	width: 755px;
	margin: 0 0 15px 0;
}
.large_block .content {
	margin: 0 0 0 10px;
	padding: 0 0 6px 0;
}
.large_block .content_left {
	float: left;
	padding: 0 15px 10px 0;
	width: 370px;
	margin: 9px 0 0 0;
}
.large_block .content_left h2 {
	font-size: 26px;
	color: #202528;
	line-height: 30px;
}
.large_block .content_left h2 a:hover {
	color: #9e0231;
	text-decoration: none;
}
.large_block .content_left .description {
	margin: 10px 0 0 0;
}
.large_block .content_left ul.links {
	margin: 10px 0 0 0;
}
.large_block .picture {
	margin: 9px 0 0 0;
	float: left;
}
.little_block {
	float: left;
	position: relative;
	width: 370px;
	height: 170px;
	margin: 0 15px 15px 0;
}
.block-views .little_block.last {
	float: left;
	position: relative;
	width: 370px;
	height: 170px;
	margin: 0 0 15px 0;
}
.little_block .content {
	margin: 0 0 0 10px;
	padding: 0 0 10px;
}
.little_block .picture {
	margin: 10px 0 0 0;
	float: left;
}
.little_block .content_right {
	float: left;
	position: relative;
	padding: 0 10px 10px 10px;
	width: 178px;
	height: 155px;
	margin: 9px 0 0 0;
}
.little_block .content_right h2 {
	font-size: 20px;
	color: #202528;
	line-height: 20px;
	margin: 0 0 7px 0;
}
.little_block .content_right h2 a:hover {
	color: #9e0231;
}
.little_block .content_right ul.links {
	position: relative;
	top: 15px;
	height:30px;
}
/*FIN BLOCKS SOUS HOME*/

/*SOUS HOME COLLECTION (VIEW)*/
.block-views .medium_block {
	background: #fff;
	width: 370px;
}
.block-views .medium_block .picture {
	text-align: center;
}
.block-views .medium_block .content {
	width: 349px;
	margin: 10px 0 0 10px;
	padding: 0 0 10px;
}
.block-views .medium_block .content h2 {
	font-size: 24px;
	line-height: 22px;
}
a.more {
	background: url(../img/puce_list.png) no-repeat 0% 60%;
	font-family: 'RidleyGrotesk-Bold';
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 0 0 10px;
}
a.more:hover {
	text-decoration: underline;
}
/*FIN SOUS HOME COLLECTION (VIEW)*/

/*PAGE LA PRESSE EN PARLE (VIEWS)*/
.coupure_presse {
	clear: both;
	background: #fff;
	width: 880px;
	border-bottom: 1px solid #000;
}
.coupure_presse.last{
	border-bottom: none;
}
/**/
.ecrite .content .picture {
	width: 260px;
	display: inline-block;
	vertical-align: middle;
}
.ecrite .content .picture img{
	display: block;
	margin: 0 auto;
}
.ecrite .content_right {
	font-family: 'RidleyGrotesk-Regular';
	width: calc(100% - 265px);
	margin: 25px 0;
	padding: 0 25px 0 10px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.ecrite .content_right .doc {
	font-family:'RidleyGrotesk-Bold';
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
.ecrite .content_right .title {
	
	font-size: 21px;
	color: #333;font-family: 'RidleyGrotesk-Light';
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-style: normal;
}
.ecrite .content_right i,
.ecrite .content_right em{
	font-style: normal;
}
.ecrite .content_right .date {
	font-size: 13px;
	color: #333;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
.ecrite .content_right .richtext {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 16px;
	margin: 10px 0 0 0;
	padding: 0;
}
.ecrite .content_right .artM {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	line-height: 14px;
	margin: 5px 0 0 0;
	background: url(../img/puce_list.png) no-repeat 0% 50%;
	padding: 0 0 0 10px;
}
.ecrite .content_right .artM a {
	text-decoration: none;
}
/**/
.tv .content .picture {
	width: 45px;
	display: inline-block;
	vertical-align: middle;
}
.tv .datas {
	font-family:'RidleyGrotesk-Regular';
	width: 100%;
	max-width: calc(100% - 385px);
	display: inline-block;
	vertical-align: middle;
	margin: 40px 0;
	padding: 0 15px;
	box-sizing: border-box;
}
.tv .datas .title {
	font-family: 'RidleyGrotesk-Light';
	font-size: 21px;
	color: #333;
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-style: normal;
}
.tv .datas .date {
	font-size: 12px;
	color: #373d41;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
.tv .datas .duree {
	font-size: 13px;
	color: #333;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
.tv .datas .richtext {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 16px;
	margin: 10px 0 0 0;
	padding: 0;
}
.tv .datas .emiM {
	font-size: 10px;
	color: #101010;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	margin: 10px 0 0 0;
	background: url(../img/puce_list.png) no-repeat 0% 60%;
	padding: 0 0 0 10px;
}
.tv .datas .emiM a {
	text-decoration: none;
}
.tv .video_player {
	display: inline-block;
	vertical-align: middle;
}
/**/
.radio .content .picture {
	width: 260px;
	display: inline-block;
	vertical-align: middle;
}
.radio .content_right {
	font-family:'RidleyGrotesk-Regular';
	width: calc(100% - 265px);
	display: inline-block;
	vertical-align: middle;
	margin: 25px 0;
	padding: 0 15px 0 10px;
	box-sizing: border-box;
}
.radio .content_right .doc {
	font-size: 12px;
	color: #373d41;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
.radio .content_right .title {
	font-family: 'RidleyGrotesk-Light';
	font-size: 21px;
	color: #333;
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-style: normal;
}
.radio .content_right .date {
	font-size: 12px;
	color: #373d41;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
.radio .content_right .duree {
	font-size: 12px;
	color: #373d41;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
.radio .content_right .player_mp3 {
	margin: 10px 0 0 0;
}
.radio .content_right .richtext {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 16px;
	margin: 10px 0 0 0;
	padding: 0;
}
.radio .content_right .artM {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	line-height: 14px;
	margin: 5px 0 0 0;
	background: url(../img/puce_list.png) no-repeat 0% 50%;
	padding: 0 0 0 10px;
}
.radio .content_right .artM a {
	text-decoration: none;
}
/*FIN PAGE LA PRESSE EN PARLE (VIEWS)*/

/*SOUS HOME DU TYPE COLLECTION / HOTELS... (VIEWS)*/
.block-views .little_block {
	background: #fff;
	float: left;
	width: 370px;
}
.block-views .onLeftSide {
	margin: 0 15px 15px 0;
}
.block-views .onRightSide {
	margin: 0 0 15px 0;
}
.block-views .little_block .content {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}
.block-views .little_block .content_right {
	float: left;
	position: relative;
	width: 168px;
	height: 155px;
	margin: 9px 0 0 0;
	padding: 0 10px 10px 10px;
}
.block-views .little_block .content_right h2 {
	font-size: 20px;
	color: #202528;
	line-height: 20px;
	margin: 0 0 7px 0;
}
.block-views .little_block .content_right h2.tlHotel {
	font-size: 14px;
	color: #202528;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 7px 0;
}
.block-views .little_block .content_right p {
	font-family: 'RidleyGrotesk-Regular';
	font-size: 12px;
	color: #373d41;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
.block-views .little_block .content_right .links {
	line-height: 12px;
}
.block-views .little_block .content_right .links a {
	font-family: 'RidleyGrotesk-Bold';
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	background: url(../img/puce_list.png) no-repeat 0% 60%;
	padding: 0 0 0 10px;
}
.block-views .little_block .content_right .links a:hover {
	text-decoration: underline;
}
.block-views .little_block .picture {
	margin: 9px 0 0 0;
	float: left;
}
/*FIN SOUS HOME DU TYPE COLLECTION / HOTELS... (VIEWS)*/

/*LOCATION D'ESPACES (VIEW)*/
.rentEsp {
	background: #fff;
	padding: 0 0 15px 0;
}
.rentEsp .content h1 {
	font-size: 33px;
	color: #202528;
	margin: 0;
	padding : 0 0 0 10px;
}
.rentEsp .content h2 {
	font-size: 24px;
	color: #9e0231;
	margin: 0;
	padding : 0 0 0 10px;
}
.rentEsp .content .slider {
	margin: 20px 0 0 0;
}
.rentEsp .content .slider .paginator {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}
.top.location_slider .item {
	position: relative;
	width: 177px;
	padding: 0 8px 0 0;
}
/*FIN LOCATION D'ESPACES (VIEW)*/

/*PAGE SIMPLE PRESSE (VIEW)*/
.press_block .content {
	background: #fff;
	margin: 0 0 15px 0;
}

.press_block .content .picture {
	float: left;
	margin: 10px 10px 6px 10px;
}
.press_block .content h2 {
	font-size: 26px;
	color: #202528;
	margin: 0 0 2px 0;
}
.press_block ul.presse_docs li a, .actus_pros .content_right .url a {
	font-family: 'RidleyGrotesk-Bold';
	font-size: 10px;
	text-transform: uppercase;
	background: url(../img/puce_list.png) no-repeat 0% 60%;
	padding: 0 0 0 10px;
}
.press_block ul.presse_docs li a:hover, .actus_pros .content_right .url a:hover {
	text-decoration: underline;
}
/*FIN PAGE SIMPLE PRESSE (VIEW)*/

/* PAGE SIMPLE ACTUS PROS (BASEE SUR PRESSE) */
.actus_pros .content_right {
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.actus_pros .content_right.visuel {
	padding-left: 0;
}
.actus_pros .content_right .date {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.actus_pros .content_right h2 {
	font-size: 26px;
	line-height: 26px;
	color: #202528;
	margin: 5px 0 10px 0;
}
.actus_pros .content_right .body {
	float: left;
	position: relative;
	width: 560px;
	margin: 0 0 5px 0;
}

/*PAGE SIMPLE PARTENAIRES EVENEMENTIELS / PARTENAIRES INSTITUTIONNELS (VIEWS)*/
.partner_block .content {
	clear: both;
	background: #fff;
	width: 755px;
	margin: 0 0 15px 0;
}
.partner_block .content .entetePart {
	position: relative;
	top: 10px;
	left: 10px;
}
.partner_block .content .entetePart h1 {
	font-size: 33px;
	color: #000;
}
.partner_block .content .picture {
	float: left;
	position: relative;
	width: 150px;
	min-height: 75px;
	margin: 20px;
	text-align: center;
	z-index:100;
}
.partner_block .content .content_right {
	position: relative;
	top: 20px;
	padding: 0 10px 0 0;
	z-index:10;
}
.partner_block .content .content_right h2 {
	font-family:'RidleyGrotesk-Bold';
	font-size: 12px;
	color: #373d41;
	text-transform: uppercase;
}
.partner_block .content .content_right h2 a {
	color: #373d41;
}
.partner_block .content .content_right h2 a:hover {
	color: #9e0231;
}
.partner_block .content .content_right .description {
	font-family: 'RidleyGrotesk-Regular';
	font-size: 13px;
	color: #373d41;
	line-height: 16px;
}
/*FIN PAGE SIMPLE PARTENAIRES EVENEMENTIELS / PARTENAIRES INSTITUTIONNELS (VIEWS)*/

/*PAGE SIMPLE FAQ (VIEW)*/
#faq {
	clear: both;
	background: #fff;
}
#faq .enteteFaq .breadcrumb {
	margin: 0;
	padding: 0;
}
#faq .enteteFaq .breadcrumb a {
	font-family:'RidleyGrotesk-Regular';
	font-size: 11px;
	color: #333;
	padding: 0 3px;
}
#faq .enteteFaq h1 {
	font-size: 33px;
	color: #282224;
	line-height: 42px;
	margin: 0;
	padding: 0;
}
#faq .faq_rubriques {
	float: left;
	margin: 0 30px 10px 0;
}
#faq .faq_rubriques .rubrique {
	font-size: 14px;
	color: #393433;
	text-transform: uppercase;
	width: 305px;
	border-bottom: 1px solid #666;
	background: url(../img/puce_list.png) no-repeat 0% 50%;
	padding: 8px 0 4px 8px;
	cursor: pointer;
}
#faq .faq_rubriques .rubrique:hover {
	color: #9e0231;
	background: url(../img/puce_list_over.png) no-repeat 0% 50%;
}
#faq .faq_rubriques .rubrique.selected {
	color: #9e0231;
	background: url(../img/puce_list_over.png) no-repeat 0% 50%;
}
#faq .faq_rubriques2 {
	float: left;
	margin: 0 0 10px 0;
}
#faq .faq_rubriques2 .rubrique {
	font-size: 14px;
	color: #393433;
	text-transform: uppercase;
	width: 320px;
	border-bottom: 1px solid #666;
	background: url(../img/puce_list.png) no-repeat 0% 50%;
	padding: 8px 0 4px 8px;
	cursor: pointer;
}
#faq .faq_rubriques2 .rubrique:hover {
	color: #9e0231;
	background: url(../img/puce_list_over.png) no-repeat 0% 50%;
}
#faq .faq_rubriques2 .rubrique.selected {
	color: #9e0231;
	background: url(../img/puce_list_over.png) no-repeat 0% 50%;
}
#faq .elements {
	clear: both;
	font-family: 'RidleyGrotesk-Regular';
	padding: 20px 0;
}
#faq .elements .result h3 {
	font-family: "RidleyGrotesk-Regular";
	font-size: 24px;
	color: #9e0231;
	line-height: 26px;
	margin: 15px 0 8px 0;
	font-weight: normal;
	text-transform: uppercase;
	clear: both;
}
#faq .elements .result .content .item {
	margin: 20px 0 0 0;
}
#faq .elements .result .content .item .question {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	line-height: 18px;
}
#faq .elements .result .content .item .response {
	font-size: 12px;
	color: #3a3a37;
	line-height: 18px;
}
/*FIN PAGE SIMPLE FAQ (VIEW)*/

/*PAGE SIMPLE FICHE OEUVRE (NODE)*/
.oeuvre h1 {
	font-size: 33px;
	color: #fff;
}
.blockOeuvre {
	width: 950px;
	background: #fff;
	margin: 0 0 30px 0;
	padding: 10px 20px 20px 20px;
}
.blockOeuvre h2 {
	font-size: 26px;
	color: #282224;
	line-height: 24px;
	padding-bottom:8px;
}
.blockOeuvre h3 {
	font-size: 22px;
	color: #282224;
	padding-bottom:5px;
}
.blockOeuvre .bold {
	font-weight: bold;
}
.blockOeuvre p {
	font-family: 'RidleyGrotesk-Regular';
	font-size: 12px;
	color: #3a3a37;
}
.blockOeuvre .right_content {
	float: right;
	margin: 10px 10px 10px 25px;
}
.blockOeuvre .right_content #agrandir {
	position: relative;
	font-family: 'RidleyGrotesk-Regular';
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	background: url(../img/puce_list.png) no-repeat 0% 60%;
	padding: 0 0 0 10px;
}
.blockOeuvre .right_content .thumbnails {
	position: relative;
	margin: 5px 0 0 0;
}
.blockOeuvre .right_content .thumbnails li {
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #fff;
}
.blockOeuvre .right_content .thumbnails li.selected {
	border: 1px solid #960c1c;
	width: 50px;
	height: 50px;
}
.blockOeuvre .see-more {
	float: none;
	clear: both;
	margin: 30px 0 0 0;
}
.blockOeuvre .infosD {
	font-family: 'RidleyGrotesk-Regular';
	font-size: 12px;
	font-style: italic;
	color: #202528;
}
.blockOeuvre .btR a {
	background: url(../img/back_to_list_piece.png) no-repeat;
	position: relative;
	width: 226px;
	height: 50px;
	margin: 20px 0;
	display: block;
	padding: 15px 0;
	text-align: center;
}
.blockOeuvre .btR a:hover {
	background: url(../img/back_to_list_piece.png) no-repeat;
}
.blockOeuvre .description {
	font-size: 14px;
	color: #393433;
	text-transform: uppercase;
}
/*FIN PAGE SIMPLE FICHE OEUVRE (NODE)*/

/*PAGE SIMPLE FICHE EVENEMENT (NODE)*/
#main.evenement .content_block {
	background: #fff;
	float: left;
	/* width: 715px; */
	margin: 0 0 13px 0;
	padding: 10px 25px 40px 15px;
}
#main.evenement .content_block h1 {
	font-size: 33px;
	color: #282224;
	line-height: 33px;
	margin: 0 0 0px 0;
	padding: 0 10px 0 15px;
}
#main.evenement .content_block h2 {
	font-size: 24px;
	color: #9e0231;
}
#main.evenement .content_block h2,
#main.evenement .content_block h3,
#main.evenement .content_block p {
	padding: 0 10px 8px 15px;
}
.evenement .eventDate {
	font-family: 'RidleyGrotesk-Bold';
	font-size: 14px;
	color: #616159;
	text-transform: uppercase;
	padding: 0 10px 0 15px;
}
.evenement .informations-block {
	background: #dedede;
	margin: 0 0 15px 0;
}
.evenement .informations-block h2 {
	position: relative;
	right: 10px;
}
.evenement .catalogue-block h2 {
	position: relative;
	right: 10px;
}
/*FIN PAGE SIMPLE FICHE EVENEMENT (NODE)*/

/*FICHE PRODUIT (NODE)*/
#mainProduit {
	background: #fff;
	width: 740px;
	margin: 0 0 13px 0;
	padding: 10px 15px 30px 10px;
}
.produit .content_block .breadcrumb {
	position: relative;
	margin: 0 0 0 10px;
}
.produit .content_block .left_content {
	float: left;
	position: relative;
	width: 273px;
	margin: 15px 10px 80px 10px;
}
.produit .content_block .left_content .picture {
	width: 273px;
	background: #ededed;
	margin: 0 0 10px 0;
	text-align: center;
}
.produit .content_block .left_content .picture img {
	margin: 16px 0;
}
.produit .content_block .right_content {
	float: right;
	width: 430px;
	margin: 15px 0 0 0;
}
.produit .content_block .right_content h1 {
	font-size: 26px;
	color: #202528;
	line-height: 24px;
}
.produit .content_block .right_content h2 {
	font-size: 20px;
	color: #202528;
	line-height: 24px;
}
.produit .content_block .right_content .datas .infos {
	font-size: 12px;
	color: #373d41;
	font-weight: bold;
	line-height: 16px;
}
.produit .content_block .right_content .datas .desc {
	font-size: 12px;
	color: #373d41;
	font-weight: normal;
	line-height: 16px;
}
.produit .content_block .right_content .datas p {
	font-family: 'RidleyGrotesk-Regular';
	font-size: 12px;
	color: #373d41;
	font-weight: normal;
	line-height: 16px;
	margin: 7px 0 0 0;
	padding: 0;
}
.produit .content_block .see-more .description {
	font-size: 14px;
	color: #393433;
	text-transform: uppercase;
	margin: 0 0 0 10px;
}
/*FIN FICHE PRODUIT (NODE)*/

/*PEINTURES / SCULPTURES / ... DE LA RUBRIQUE DECOUVRIR -> COLLECTION (NODE)*/
#mainCollection.collection {
	background: #fff;
	padding: 0 0 30px 0;
}
#mainCollection .content_block {
	background: #fff;
	margin-bottom: 13px;
	padding: 10px;
}
#mainCollection .content_block h1 {
	font-size: 33px;
	color: #282224;
}
#mainCollection .content_block h2 {
	font-size: 24px;
	color: #9e0231;
}
#mainCollection .pieces {
	position: relative;
	z-index: 5;
	cursor: pointer;
	background: #fff;
	margin: 0 0 0 5px;
}
#mainCollection .pieces .piece {
	width: 168px;
	height: 168px;
	background: #ededed;
	float: left;
	margin: 17px 18px 0 0;
	text-align: center;
}
#mainCollection .pieces .piece.last {
	width: 168px;
	height: 168px;
	background: #ededed;
	float: left;
	margin: 17px 0 0 0;
	text-align: center;
}
#mainCollection .pieces .piece img {
	margin: 6px 0 0 0;
}
#mainCollection .pieces .piece .datas {
	display: none;
}
/*FIN DE PEINTURES / SCULPTURES / ... DE LA RUBRIQUE DECOUVRIR -> COLLECTION (NODE)*/

/*SLIDER PAGE DU TYPE RESTAURANT*/
body.page-node-621 #diaporama,
body.page-node-785 #diaporama,
body.page-node-776 #diaporama, #diaporama{
	background: #fff;
	padding-bottom: 16px;
}
#diaporama.diaporama-video .video {
	text-align: center;
}
#diaporama.diaporama-video .video iframe {
	padding: 16px 16px 0 16px;
}
#diaporama.diaporama-video .info {
	margin: 0 16px;
	font-size: 12px;
}
#diaporama.diaporama-video .info .title {
	font-weight: bold;
	margin-top: 5px;
}
body.page-node-621 #diaporama,
body.page-node-785 #diaporama, #diaporama.container-slider {
	background: #fff;
	padding: 20px;
}
body.page-node-621 #diaporama h2,
body.page-node-785 #diaporama h2,
#diaporama.container-slider h2{
	font-size: 20px;
}
body.page-node-621 .slider #imgDiapo, body.page-node-621 .slider #imgDiapo .slide, body.page-node-621 #diaporama,
body.page-node-785 .slider #imgDiapo, body.page-node-785 .slider #imgDiapo .slide, body.page-node-785 #diaporama,
body.page-node-776 .slider #imgDiapo, body.page-node-776 .slider #imgDiapo .slide, body.page-node-776 #diaporama,
#diaporama.container-slider, #diaporama {
	width: 723px;
	margin: 0 auto;
}
.slider #imgDiapo, .slider #imgDiapo .slide, #diaporama {
	width: 100%;
}
body .content_block.galerie {
	width: 975px;
	margin: 0 auto;
}
body.page-node-621 #diaporama .data,
body.page-node-785 #diaporama .data,
body.page-node-709 #diaporama .data,
body.page-node-72 #diaporama .data,
#diaporama .data {
	display: none;
	padding: 5px;
	position: relative;
	background: #fff;
	opacity: 0.5;
	text-align: left;
	line-height: 1;
	margin: 0 auto;
}
#diaporama .data {
	top: -37px !important;
	text-decoration: none !important;
	margin-top: -10px;
}
#diaporama .data.lien, #diaporama .data.copyright {
	top: -37px  !important;
	height:37px;
}
#diaporama .data.lien.copyright {
	top: -27px !important;
}
body.page-node-621 #diaporama .data .title 
body.page-node-785 #diaporama .data .title,
body.page-node-709 #diaporama .data .title,
body.page-node-72 #diaporama .data .title,
#diaporama .data .title {
	font-weight: bold;
	font-size: 12px;
}   
body.page-node-621 #diaporama .data .copyright,
body.page-node-785 #diaporama .data .copyright,
body.page-node-709 #diaporama .data .copyright,
body.page-node-72 #diaporama .data .copyright,
#diaporama .data .copyright {
	font-size: 11px;
}
#diaporama .slider .slide .plusEx a, #layer .content .right .detail p.plusEx a {
	position: relative;
	top: 20px;
	bottom: 0;
	text-decoration: none;
}
body.page-node-621 .slider #imgDiapo,
body.page-node-785 .slider #imgDiapo {
	height: 495px;
}
/*diaporama_large_center*/
.slider {
	position: relative;
}
.slider #imgDiapo {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 465px;
}
.slider #imgDiapo .slide {
	text-align: center;
	width: 100%;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
	font-size: 0;
	text-indent: 0 !important;
	background: none !important;
	text-decoration: none !important;
}
.bx-wrapper .bx-prev:before,
.bx-wrapper .bx-next:before{
	font-family: "fontello_n";
	font-size: 30px;
	color: #ccc;
	transition: all .4s;
}
.bx-wrapper .bx-prev:hover:before,
.bx-wrapper .bx-next:hover:before{
	color: #000;
} 
.bx-wrapper .bx-pager.bx-default-pager a{
	border: 2px solid #666;
	background: none !important;
	transition: all .4s;
	-moz-border-radius: 100% !important;
	-webkit-border-radius: 100% !important;
	border-radius: 100% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active{
	border: 2px solid #333;
	background: #333 !important;
}
.bx-wrapper .bx-prev:before{
	content: "\e81a";
}
.bx-wrapper .bx-next:before{
	content: "\e81b";
}
.slider_sp.right .bx-pager,
.slider_sp.right .bx-controls{
	display: none;
}
.bg_bx_wrapper .topSliderSimple{
	padding: 0 40px;
}
.bg_bx_wrapper .bx-wrapper .bx-next{
	right: -35px;
}
.bg_bx_wrapper .bx-wrapper .bx-prev{
	left: -35px;
}
.bg_bx_wrapper .bx-wrapper .bx-viewport{
	left: 0;
}
.slider_page_simple li img{
	margin: 0 auto;
}
.slider .paginator .pages a {
	margin: 0 10px 0 0;
}
.slider .paginator .pages a.activeSlide {
	text-decoration: underline;
}
/*diaporama_medium_right*/
.slider.right {
	position: relative;
	margin: 10px 0 0 25px;
	float: right;
}
.slider-galerie {
	width: 723px;
	height: 525px;
}
.slider.right #imgDiapo, .slider.right {
	position: relative;
	width: 382px;
	height: 265px;
}
.slider.center ul.diaporama {
	display: inherit;
}
.slider.right ul.diaporama {
	display: inherit;
	width: 370px;
	height: 260px;
	margin-left : 0 !important;
}
.slider ul.galerie-photo {
	width: 723px;
	height: 470px;
	margin-bottom : 20px;
}
.slider ul.galerie-photo li{
	width: 723px;
	height: 470px;
}
.slider ul.galerie-photo li img{
	max-width: 723px;
	max-height: 470px;
}
.slider ul.diaporama li {
	display : none;
	list-style-type : none !important;
	text-align : center;
}
.slider.right #imgDiapo .slide {
	text-align: center;
	width: 382px;
}
.slider.right .paginator {
	position: relative;
	width: 80px;
	margin: 0 auto;
	text-align: center;
}
.slider.right .paginator .prev {
	float: left;
	margin: 0;
}
.slider.right .paginator .next {
	float: right;
	margin: 0;
}
.slider.right .paginator .pages a {
	margin: 0 10px 0 0;
}
.slider.right .paginator .pages a.activeSlide {
	text-decoration: underline;
}
/*FIN SLIDER PAGE DU TYPE RESTAURANT*/

/*SLIDER PAGE DU TYPE FICHE EVENEMENT*/
.sliderL, .slider.center {
	position: relative;
	margin: 30px 0 0 0;
	width : auto;
	height : auto;
}
.slider.center,  .slider.center ul.diaporama {
	width : auto !important;
}
.sliderL .slider {
	width: auto;
	height: auto;
}
.sliderL .slider ul.diaporama, .slider.center ul.diaporama {
	width: auto;
	height: auto;
	margin : 0 !important;
}
.slider.center ul.diaporama li  {
	max-width : none !important;
	max-height : none !important;
}
.sliderL .slider ul.diaporama li, .slider.center ul.diaporama li{
	max-width : 725px;
	max-height : 480px;
	text-align : center;
}
.sliderL #imgDiapo {
	position: relative;
	margin: 0 0 0 12px;
}
.sliderL #imgDiapo .slide {
	text-align: center;
	width: 700px;
}
.sliderL .paginator {
	position: relative;
	width: 80px;
	margin: 0 auto;
	text-align: center;
	margin-bottom : 10px;
}
.sliderL .paginator .prev {
	float: left;
	margin: 0;
}
.sliderL .paginator .next {
	float: right;
	margin: 0;
}
.sliderL .paginator .pages a {
	margin: 0 10px 0 0;
}
.sliderL .paginator .pages a.activeSlide {
	text-decoration: underline;
}
/*FIN SLIDER PAGE DU TYPE FICHE EVENEMENT*/

/*----------------------------------*/
/*----------------------------------*/

.bg_bx_wrapper{
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.bg_bx_wrapper .bx-wrapper {
	background: #fff;
	margin: 0;
	padding: 0 30px;
}
.bg_bx_wrapper .bx-wrapper .bx-controls-direction a.bx-prev{
	left: 0;
}
.bg_bx_wrapper .bx-wrapper .bx-controls-direction a.bx-next{
	right: 0;
}

.topSlider .item {
	position: relative;
}
.topSlider.collection_slider .item {
	position: relative;
}
.topSlider .item span.nid { 
	display: none;
}
.topSlider .item .picture { 
	width: 100%;
}
.bx-wrapper .item.selected .caption,
.bx-wrapper .item .caption.white { 
	background: url(../img/white_bg_spacer.png) repeat;
	color: #2d2928;
}
.bx-wrapper .item .caption {
	text-align: center;
	color: #fff;
	background: url(../img/grey_bg_spacer.png) repeat;
	position: absolute;
	bottom: 4px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
	padding: 5px;
	cursor: pointer;
}
.bx-wrapper .item.selected .caption a,
.bx-wrapper .item .caption.white a {
	color:#2d2928;
}
.bx-wrapper .item .caption a {
	color: #fff;
}
.bx-wrapper a:hover { 
	text-decoration: none;
}
.pieces { 
	position: relative;
	z-index: 5;
	cursor: pointer;
}
.pieces .piece { 
	width: 168px;
	height: 168px;
	background: #ededed;
	float: left;
	margin: 17px 17px 0 0;
	text-align: center;
}
.pieces .piece img { 
	margin: 6px 0 0 0;
}
.pieces .piece .datas { 
	display: none;
}
#layer { 
	position: absolute;
	z-index: 30;
	margin: -30px;
	display: none;
	width: 421px;
	height: 257px;
}
#layer .top {
	background: url(../img/layer_top.png) no-repeat;
	width: 421px;
	height: 26px;
}
#layer .content {
	background: url(../img/layer_spacer.png) repeat-y;
	width: 421px;
}
#layer .content .left { 
	width: 188px;
	margin: 0 10px 0 27px;
	float: left;
}
#layer .content .right { 
	width: 168px;
	float: left;
}
#layer .content .right .detail p { 
	margin: 0;
}
#layer .content .right span.title { 
	font-weight: bold;
	font-size: 14px;
}
#layer .bottom {
	background: url(../img/layer_bottom.png) no-repeat;
	width: 421px;
	height: 28px;
}
#galerie_slider { 
	height : 275px;
	overflow: hidden;
	width : 755px;
	margin: 0 auto;
	z-index: 10;
}
#galerie_slider .feature .data {
	line-height: 1.2;
	opacity : 0;
}
#galerie_slider .layout .player {
	width: 55px !important;
	height: 55px !important;
}
#galerie_slider .carousel-prev, #galerie_slider .carousel-next {
	width: 25px;
	height: 32px;
}
#galerie_slider .carousel-prev{
	position: absolute;
	left: 80px;
	margin-top: 75px;
}
#galerie_slider .carousel-next{
	position: absolute;
	left: 875px;
	margin-top: 75px;
}
#galerie_slider .feature .nid {
	display: none;
}
.oeuvre_slider .item { 
	background: none repeat scroll 0 0 #EDEDED;
	text-align: center;
	position: relative;
}
.oeuvre_slider .item img { 
	margin: 35px auto!important;
}
.topSlider.boutique_slider .item { 
	width: 168px; 
	height: 168px;
	background: none repeat scroll 0 0 #EDEDED;
	text-align: center;
	position: relative;
	border-right: 5px solid white;
}
.topSlider.boutique_slider .item img { 
	margin: 8px 0 0;
}
#main.evenement .block { 
	padding: 8px;
}
#main.evenement .mtlPubModule {
	padding:0;
}
#main.evenement .mtlPubModule .block-swf object {
	width: 205px;
}
.region-sidebar-second .mtlPubModule {
	background:none;
	padding:0;
}
#main.evenement #sidebar-second .catalogue-block .pict { 
	text-align: center;
}
#main.evenement .block p {
	text-transform: none;
	font-weight: normal;
	background: none;
	font-size: 12px; 
	padding: 0;
	margin: 0;
}
#main.evenement .drupal-block p {
	padding: 0 5px 10px;
}
#main.evenement .block p.more, #main.evenement .block p.photo{
	background: url("../img/puce_list.png") no-repeat scroll 0 21% transparent;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
	padding: 0 0 10px 10px;
	text-transform: uppercase;
}
#main.home_collection { 
	background:#fff; 
}

/*-----------------------------------*/
/*------CALAGES PAGES SPECIALES------*/
/*-----------------------------------*/

/*fin calage page la presse en parle*/
/*calage page hotels*/
#block-views-hotels-liste-block-liste-hotels {
	margin: -56px 0 0 0;
}
/*fin calage page hotels*/
/*calage page presse*/
#block-views-35598ef0ca29714cad397fb7a15afa8d {
	margin: -14px 0 0 0;
}
/*fin calage page presse*/
/*calage page la presse en parle / groupes / scolaires*/
.onglets {
	margin: -21px 0 0 0;
}
.rss{
	position: relative;
	right: 25px;
	top: 12px;
}
/*fin calage page la presse en parle / groupes / scolaires*/
/*calage page dossiers/musee-jacquemard-andree*/
.dossierPhotos {
	margin: -56px 0 0 0;
}
/*fin calage page dossiers/musee-jacquemard-andree*/

/*page BOUTIQUE*/
.mainBoutique .content_block {
	background: #fff;
	padding: 10px;
	overflow: hidden;
	position: relative;
	min-height: 220px;
}
.mainBoutique .content_block h1 {
	font-size : 20px;
	color : #000;
	margin: 0 0 8px 17px;
}
.mainBoutique .content_block .datas .plusEx a {
	position : relative;
	bottom : 0;
}
.mainBoutique .content_block .firstPicture {
	float: left;
	margin: 0 10px 10px 17px;
}
.mainBoutique .content_block .firstPicture img {
	max-height : 227px;
}
.mainBoutique .content_block .datas{
	margin: 0 0 0 230px;
	padding: 0 15px 0 0;
}
#mainProduit .content_block .datas{
	padding: 0 15px 0 0;
}
.mainBoutique .content_block .cartouche {
	background : #9E0231;
	color : #fff;
	text-transform: uppercase;
	padding : 3px 6px;
	width: 150px;
}
.mainBoutique .content_block .titre {
	font-size: 16px;
	margin: 5px 0;
}
.mainBoutique .content_block .description {
	margin-bottom: 10px;
}
.mainBoutique .content_block .produits .picture {
	background: #EDEDED none repeat scroll 0 0;
	float: left;
	height: 168px;
	margin: 0 7px 15px 7px;
	text-align: center;
	width: 168px;
	padding-top: 16px;
}
.mainBoutique .content_block .produits .picture .caption {
	display: none;
}
.mainBoutique .content_block .produits li {
	float: left;
	position: relative;
	width: 168px;
	margin: 0 15px 0 0;
}

/*slider BOUTIQUE*/
#mainProduit .bx-wrapper .boutique_slider .item {
	padding-top: 8px;
	text-align: center;
	width: 185px;
	background-color: #fff;
}
#mainProduit .bx-wrapper .boutique_slider .item div{
	background: #EDEDED none repeat scroll 0 0;
	margin: 7px;
	padding: 7px;
}
.jqZoomPup {
	overflow: hidden;
	background-color: #fff;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity =60);
	z-index: 10;
	border-color: #C4C4C4;
	border-style: solid;
	cursor: crosshair;
}
.see-more .bx-wrapper .bx-prev { 
	top: 70px;
}
.see-more .bx-wrapper .bx-next { 
	top: 70px; 
}

/*-----------------------------------*/
/*-----Layers produits  BOUTIQUE-----*/
/*-----------------------------------*/

#layerProduit{
	position: absolute;
	z-index: 20;
	width: 200px;
	background: url("../img/boutique_rollover.png") no-repeat 0 0 transparent;
	border: none !important;
	display: none;
}
#layerProduit .top{
	width: 200px;
	height: 26px;
}
#layerProduit .content{
	width: 200px;
	height: 230px;
	position: relative;
}
#layerProduit .content .detail{
	width: 168px;
	bottom: 0;
	text-align: center;
	padding: 0 16px 0px 16px;
	padding-top: 175px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 11px;
}
#layerProduit .content .detail p.title {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: normal;
}
#layerProduit .bottom{
	width: 200px;
	height: 3px;
}

/*-----------------------------------*/
/*------------PAGINATIONS------------*/
/*-----------------------------------*/

.pagination-expo,
.pagination-presse,
.pagination-boutique {
	text-transform: uppercase;
	font-size: 10px;
	clear: both;
}
.pager-current {
	font-weight: bold;
	text-decoration : underline;
}
.pager-item {
	font-weight: normal;
}
.pager-item :hover{
	text-decoration: underline;
}
.pagination-boutique {
	padding: 20px;
	width: 700px;
}
.pagination-presse {
	background-color: #fff;
	padding: 10px;
	width: 730px;
}
.pager li,
.pager li a{
	font-family: 'RidleyGrotesk-Medium';
	font-size: 13px;
	line-height: 15px;
	color: #333;
	width: 10px;
	height: 15px;
	display: inline-block;
}
.pagination-boutique .pager li.pager-last,
.pagination-boutique .pager li.pager-first,
.pagination-expo .pager li.pager-last,
.pagination-expo .pager li.pager-first,
.pagination-presse .pager li.pager-last,
.pagination-presse .pager li.pager-first {
	display: none;
}
.pagination-boutique .pager li.pager-next,
.pagination-expo .pager li.pager-next,
.pagination-presse .pager li.pager-next {
	background: url("../img/right-arrow.png") no-repeat center 9px transparent;
}
.pagination-boutique .pager li.pager-previous,
.pagination-expo .pager li.pager-previous,
.pagination-presse .pager li.pager-previous {
	background: url("../img/left-arrow.png") no-repeat center 9px transparent;
}
.field-type-text-with-summary h1,
#block-user-login h2 {
	font-size: 33px;
	color: #282224;
}
#block-user-login .content { 
	margin: 0 0 0 40px;
}

/**/
.mainG #block-user-login, .freePictures .content_block { 
	background: #fff;
	padding: 15px 10px; 
	margin: 0 0 20px 0;
}
.mainG #block-user-login .content { 
	margin: 0 0 0 40px;
}
.freePictures input { 
	width: 180px;
}
.freePictures .webform_subscribe { 
	padding: 0 0 0 35px;
	margin: 15px 0; 
}
.webform_subscribe_intro { 
	padding: 0 0 0 30px;
}
#block-user-login .form-item,
#block-user-login .form-item input {
	float: left;
	width: 180px;
	margin: 5px 40px 0 0;
}
#block-user-login ul { 
	margin: 0;
	padding: 0;
	clear: both;
	width: 700px;
}
#block-user-login ul li { 
	padding: 10px 0;
}
#block-user-login ul li a { 
	text-decoration: underline;
}
form#user-login-form { 
	margin: 0 0 0 0;
}
.field-name-field-webform-footer {
	position: absolute;
	bottom: 10px;
	margin: 0 40px;
	width: 680px;
	display:none;
}
.form-item-submitted-je-reserve-egalement-pour-les-options-suivantes-options-suiv-pause-gourmande { 
	float: left;
	margin: 0 205px 0 0;
}
.form-item-submitted-je-reserve-egalement-pour-les-options-suivantes-options-suiv-le-dejeuner {
	position: relative;
	top: 4px;
}
.form-item-submitted-im-also-interested-in-the-following-options-following-options-coffee-break { 
	float: left;
	margin: 0 205px 0 0;
}
.form-item-submitted-im-also-interested-in-the-following-options-following-options-lunch {
	position: relative;
	top: 4px;
}
.form-item-submitted-je-souhaite-recevoir-documents-plaquette-pedagogique,
.form-item-submitted-je-souhaite-recevoir-documents-newsletter-scolaire { 
	float: left;
}
.form-item-submitted-je-souhaite-recevoir-documents-plaquette-fr { 
	margin: 0 36px 0 0;
}
.form-item-submitted-je-souhaite-recevoir-documents-plaquette-en { 
	margin: 0 36px 0 0;
}
.form-item-submitted-je-souhaite-recevoir-documents-news-pro { 
	margin: 0 36px 0 0; 
}
#webform-component-mes-coordonnees--ma-visite--nombre-de-personnes-min-15-personnes,
#webform-component-mes-coordonnees--ma-visite--nombre-dadultes,
#webform-component-mes-coordonnees--ma-visite--nombre-denfants-jusqua-17-ans { 
	width: 100%;
}
#node-821.contextual-links-region,
#node-779.contextual-links-region,
#node-646.contextual-links-region{
	position: static;
}
.freePictures .webform-client-form { 
	width: 450px;
}
.freePictures .webform-component { 
	float: left;
	width: 180px;
	margin: 10px 40px 0 0;
}
.freePictures .form-submit {
	float: none;
	clear: both;
	margin: 15px 0 0 0;
}
.mainG #block-user-login #edit-submit,
.freePictures .form-submit {
	width: 180px;
	background: #272725;
	color: #C9D0D5;
	text-transform: uppercase;
	border: none;
	padding: 4px 0;
	clear: both;
}
#webform-client-form-882 #edit-submit {
	width: 180px;
	background: #272725;
	color: #C9D0D5;
	text-transform: uppercase;
	border: none;
	padding: 4px 0;
	clear: both;
}
#webform-client-form-883 #edit-submit {
	width: 180px;
	background: #272725;
	color: #C9D0D5;
	text-transform: uppercase;
	border: none;
	padding: 4px 0;
	clear: both;
}

/**/
footer { 
	clear: both;
}

/**/
#mainProduit .bx-wrapper {
	margin: auto;
}

/**/
#user-login { 
	background: #fff;
}

/*-----------------------------------*/
/*---MOTEUR DE RECHERCHE BOUTIQUE----*/
/*-----------------------------------*/

#block-custom-search-blocks-1 {
	padding-bottom: 4px;
}
#block-custom-search-blocks-1 .content {
	padding-left: 10px;
	background: #DEDEDE;
	height: 58px;
}
#block-custom-search-blocks-1 .search-form .form-type-textfield {
	float: left;
}
#block-custom-search-blocks-1 .search-form .form-item {
	margin-top: 0;
	margin-bottom: 0;
}
#block-custom-search-blocks-1 .search-form {
	margin-left: 0;
}
#block-custom-search-blocks-1 .search-form input.form-text {
	width: 166px;
}
.sidebar-second #block-custom-search-blocks-1 input.form-submit {
	height: 19px;
	width: 26px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../img/btn-ok.jpg) no-repeat left top;
	margin-top: 20px;
}
.sidebar-second #block-custom-search-blocks-1 input.form-submit:hover {
	background: url(../img/btn-ok-hover.jpg) no-repeat left top;
}
.sidebar-second #block-custom-search-blocks-1 .form-item,
.sidebar-second #block-custom-search-blocks-1 .form-actions {
	float: left;
	background: #DEDEDE;
	margin-top: 0;
}
.sidebar-second #block-custom-search-blocks-1 .form-item label {
	font-size: 20px;
	color: #393433;
	font-weight: normal;
}
.sidebar-second #block-custom-search-blocks-1 .form-actions {
	margin-top: 10px;
}

/*-----------------------------------*/
/*--RESULTATS DE RECHERCHE BOUTIQUE--*/
/*-----------------------------------*/

.mainG .content .search-form,
.mainG .content ol.search-results,
.mainG .content .search-form .item-list,
.search-results-content .item-list{
	background: #fff;
	padding: 10px 20px 10px 20px;
}
.mainG .content .search-form {
	margin-bottom: -10px;
}
.mainG .content h2.search-results {
	font-weight: normal;
	font-size: 28px;
	color: #282224;
	padding-left: 0px;
}
.mainG .content .search-form input#edit-keys {
	float: left;
}

/**/
.search-results-content .item-list {
	background: #fff;
}
.search-results-content .item-list .pager-last,
.search-results-content .item-list .pager-first {
	display: none;
}

/**/
.mainG .content .search-results-content {
	background: #fff;
	padding: 0px 17px 10px 17px;
}

/**/
#sidebar-second .region-sidebar-second section#block-block-24 p {
	font-weight: normal !important;
	text-align: left !important;
	font-size: 12px;
	color: #fff;
	list-style-type: none;
	padding: 0 10px 10px;
	margin: 0 0 0 12px;
	text-transform: none;
	background: none;
}
#sidebar-second .region-sidebar-second section#block-block-24 p a {
	text-decoration: underline;
}

/**/
.breadcrumb {
	padding-top: 10px;
}

/**/
.mainG .content .no-results {
	padding-left: 20px;
	margin-top: 50px;
}
.mainG .content {
	position: relative;
	width:100%;
}
/* Ajout dÃ©bordement fenÃªtre */
.mainG .region-content p{
	width: 100%;
}
.mainG .content .search-form #edit-basic,
.mainG .content #search-form {
	position: absolute;
	top: 40px;
	left: 17px;
	width: 90%;
}
.mainG .content ol.search-results {
	margin-top: 40px;
}
.mainG .content .search-form .container-inline label {
	display: block;
}
.mainG .content .search-form #edit-advanced {
	display: none;
}
.mainG .content .search-form input.form-submit {
	height: 28px;
	width: 91px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../img/btn-recherche.jpg) no-repeat left top;
	margin-top: -5px;
}

/**/
.video-event {
	width: 560px;
	margin: auto;
}
.player_mp3 {
	width: 200px;
	margin: 0 auto;
	margin-top: 20px;
}

/**/
body.node-type-page-simple .content_block p {
	margin-bottom: 10px;
	font-size: 15px;
}

/**/
a[title="Users registration"] { 
	display: none;
}
a[title="Inscriptions utilisateurs"] { 
	display: none;
}
.richtext a:hover{
	text-decoration: underline;
}
#background-flash {
	position : relative;
	z-index : -1;
	margin : 0 auto;
	width : 1280px;
	height : 623px;
}
body.logged-in #sites-CE {
	top : 188px !important;

}

#sites-CE {
	display : none;
	background : url('../img/noir.png') repeat 0 0 transparent;
	position : absolute;
	z-index : 10000;
	padding-top : 125px;
	left : 0;
	top : 0;
	width : 100%;
	height : 100%;
	color : #FFFFFF;
}

#sites-CE #light-box-sites {
	width : 990px;
	margin : 0 auto;
}

#sites-CE #light-box-sites h2 {
	font-size : 30px;
	font-weight : normal;
	margin : 20px 0;
}


#sites-CE #light-box-sites .sites .site {
	float : left;
	width : 215px;
	height : 215px;
	margin-bottom : 10px;
	margin-right : 30px;
	border : solid 1px #534c4c;
	position : relative;
}

#sites-CE #light-box-sites .sites .site a {
	color : #FFFFFF;
}
#sites-CE #light-box-sites .sites .site a:hover {
	color : #000;
}
#sites-CE #light-box-sites .sites .site.last {
	margin-right : 0;
}

#sites-CE #light-box-sites .sites .site .infos {
	background: url('../img/bg_lightbox.png') repeat 0 0 transparent;
	padding: 5px;
	line-height: 1;
	font-size: 11px;
	position: absolute;
	bottom: 0;
	width: 205px;
	display : block;
	text-align : center;
}

#sites-CE #light-box-sites .sites .site .infos .titre{
	font-weight : bold;
	margin-bottom: 2px;
}

#sites-CE .close {
	position: relative;
	top: 10px;
	text-transform: uppercase;
	float: right;
	margin-right: 20px;
	cursor: pointer;
	background: url('../img/cross.jpg') no-repeat 60px 0 transparent;
	width: 78px;
	height:30px;
	opacity: 1;
}
#sites-CE .close a{
	opacity: 0
}
#events-block .event {
	width : 242px;
	height : 176px;
	float : left;
	border : solid 1px #333;
}
#events-block .event .data {
	height: 146px;
	width: 222px;
	color: white;
	padding: 10px;
	padding-top: 20px;
	margin-top: -181px;
	background: url('../img/gallery-back.png') no-repeat;
	display: none;
	position: relative;
}
#events-block .event .data .type {
	text-transform : uppercase;
	color : #FF0000;
	font-size : 11px;
	margin-bottom : 5px;
}
#events-block .event .data .lieu {
	text-transform : uppercase;
	font-size : 11px;
	margin-bottom : 5px;
}
#events-block .event .data .titre {
	font-weight : bold;
	margin-bottom : 10px;
	font-size : 14px;
	line-height : 1.4
}
#events-block .event .data .more {
	position: absolute;
	bottom: 0;
	padding: 4px;
	background: red;
	display: block;
	width: 100px;
	margin-top: 5px;
	right: 0;
}
#events-block .event .data .more a {
	color : #FFFFFF;
	text-align: center;
	display: block;
}
#events-block .event .data .more a:hover {
	color : #333;
}

/**/
#block-block-25 {
	padding: 0 0 8px 0;
}
#block-block-57 {
	padding: 10px;
}
.mainG #block-system-main li.translation_en,
.mainG #block-system-main li.translation_fr,
.mainG #block-system-main li.translation_de,
.mainG #block-system-main li.translation_fl {
	display:none;
}

.page-enfants, .mainG.games {
	width:980px;
}

.page-enfants #main .content_block {
	padding: 10px 22px 30px 22px;
}
.mainG.games #main .content_block{
	padding: 25px 25px 30px 25px;
}
.mainG.games #main .content_block iframe {
	margin-left: 10px;
}
.page-enfants #main .content_block, .mainG.games #main .content_block{
	width:935px;
}

.mainG.games a.bouton-game {
	background: #cec9bc url('../img/arrow-btn-games.png') no-repeat 95%;
	font: 17px/13px "itc_centurybold", sans-serif;
	color: #6f6d68;
	padding: 10px;
	padding-right: 30px;
	display: inline-block;
	text-decoration: none;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
.mainG.games a.bouton-game.evol {
	font-size:18px;
	font-family: 'RidleyGrotesk-Regular';
}
.mainG.games a.bouton-game:hover {
	text-decoration: none;
	color: #6f6d68;
	opacity: 0.8;
}
.mainG.games .breadcrumb, .mainG.games h1.hiddenTablette {
	display: none;
}

#sites-CE {
	min-height:1100px;
}

/* POPIN_CONTACT */

#popin_contact {
	padding: 15px;
	background-color: #2e2e2e;
	color: #fff;
}

/* END -- POPIN_CONTACT */

#form_advanced .form-type-item {
	float: left;
}
#form_advanced .titre_choix {
	line-height: 22px;
}


#top-footer .newsBan {
	padding-left: 0 !important;
}

.extra_backgrounds .background-extra-tablet {
	display: none!important;
}

#guidigo-widget-container .widget {
	min-width:initial !important;
	width:auto !important;
}

.mainG_evenement{
	width:975px;
}
.mainG_evenement #main.evenement #sidebar-second{

	padding:0px 0px 0px 10px;

}
.grid-item .img_hover{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	background: rgba(39,39,37,0.6) url("../img/plus.png") center no-repeat;
}
.container_box:hover .img_hover{
	visibility: visible;
	opacity: 1;
}
.galery_container .gallery_el .shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s linear;
	background: rgba(39,39,37,0.6) url("../img/plus.png") center no-repeat;
}
.galery_container .gallery_el:hover .shadow{
	visibility: visible;
	opacity: 1;
}
.gallery_el .sticker{
	position: absolute;
	top: 20px;
	left: 16px;
	/* background: url("../img/steaker.png") left bottom no-repeat; */
	padding-bottom: 8px;
	z-index: 10;
}
.gallery_el .sticker p{
	font-family: 'RidleyGrotesk-Bold';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background: #b10035;
	padding: 4px 10px;
	margin-bottom: 0 !important;
}

.addthis_button_twitter.icon-twitter{
	width: 25px !important;
	height: 17px;
	margin-right: 5px;
	background: url("../img/twitter.png") center top no-repeat;
}
.addthis_button_twitter.icon-twitter:hover{
	background: url("../img/twitter.png") center bottom no-repeat;
}
.addthis_button_twitter.icon-twitter span{
	opacity: 0;
}

.addthis_button_facebook.icon-facebook{
	width: 25px !important;
	height: 17px;
	background: url("../img/facebook.png") center top no-repeat;
}
.addthis_button_facebook.icon-facebook:hover{
	background: url("../img/facebook.png") center bottom no-repeat;
}
.addthis_button_facebook.icon-facebook span{
	opacity: 0;
}

.addthis_button_google_plusone.icon-google_plusone{
	width: 25px !important;
	height: 17px;
	background: url("../img/google.png") center top no-repeat;
}
.addthis_button_google_plusone.icon-google_plusone:hover{
	background: url("../img/google.png") center bottom no-repeat;
}
.addthis_button_google_plusone.icon-google_plusone div{
	opacity: 0;
}

/* Frise chronologique */
.node-type-frise-chronologique .mainG,
.page-timeline .mainG {
	width: 100%!important;
}
#frise{
	background: #fff;
	margin: 0 0 15px 0;
	padding: 10px 25px 30px 25px;
	overflow: hidden;
}
#frise h1{
	font-family: "RidleyGrotesk-UltraLight";
	font-size: 36px;
	color: #333;
	line-height: 38px;
	margin: 0 0 15px 0;
	font-weight: normal;
	text-transform: uppercase;
}
#timeline .vco-slider .date, #timeline .vco-slider .title, #timeline .content-container h3,#timeline .content-container .credit,#timeline .content-container .caption{
	display: none;
}
#timeline .vco-slider .slider-item .content .content-container .media{
	min-width: inherit;
	max-width: inherit;
	/*width: 15%!important;*/
}
#timeline .vco-slider .slider-item .content .content-container .text{
	width: 85%!important;
	min-width: inherit;
	max-width: inherit;
	padding-top: 30px;
}
#timeline .vco-slider{
	background:#eceae5;
}
.vco-slider .slider-item .content .pad-left .text .container{
	padding-right: 30px;
}
.vco-slider .nav-prev .nav-container{
	left: 0;
}
.vco-slider .nav-next .nav-container{
	right: 0;
}
#timeline .content-container h2{
	font-family: "RidleyGrotesk-Light";
	font-size: 24px;
	color: #000;
}
#timeline .content-container .fulldate{
	font-family: "RidleyGrotesk-Medium";
	font-size: 18px;
	color: #000;
}
#timeline .content-container p{
	margin:5px 0!important;
}
#timeline .content-container h2 a{
	color:#3f3e3b;
}
#timeline .vco-storyjs .vco-feature{
	color:#3d3d3d;
}
#timeline .content-container .body{
	padding:10px 0;
	font-family: 'RidleyGrotesk-Regular';
}
#timeline .addthis_toolbox a{
	padding: 7px 15px;
	cursor:pointer;
}
#timeline .thematique span{
	font-size: 14px;
	color: #3d3d3d;
}

#timeline .thematique span:hover a{
	color:#0099af;
	text-decoration: none;
}
#timeline .thematique{
	padding-top: 15px;
}
#timeline .keys{
	border:none;
	padding-top: 20px;
}

#timeline .vco-slider .nav-previous, #timeline .vco-slider .nav-next{
	width: 4%;
	z-index: 1;
	height: 100%!important;
}
#timeline .vco-slider .nav-next{
	left:inherit!important;
	right: 0;
}
#timeline .vco-slider .nav-next .icon,
#timeline .vco-slider .nav-previous .icon{
	background:none;
	width: 0;
	height: 0;
	border-style: solid;
	bottom: 0;
	top:0;
	left:0;
	right: 0;
	opacity: 1;
	margin: auto;
	position: absolute;
}
#timeline .content-container h3,
#timeline .content-container .date{
	display:none!important;
}

@media screen and (min-width: 768px) {
	#timeline .media-image{
		max-height: inherit!important;
	}
	#timeline .vco-slider .slider-item .content .content-container .media{
		margin-left:-50px;
		/* margin-right: -40px; */
		margin-right: 0;
		width: calc(100% + 50px);
	}
}

@media screen and (max-width: 768px) {
	#timeline .vco-slider .slider-item,
	.vco-slider .slider-container-mask{
		height: 510px!important;
	}
	.storyjs-embed.full-embed{
		height:775px!important
	}
	#timeline .vco-slider .nav-previous, #timeline .vco-slider .nav-next{
		height: 225px!important;
		width:35px;
	}
	.page-timeline .main-container{
		padding: 10px;
	}
	.vco-slider .nav-previous .nav-container, .vco-slider .nav-next .nav-container{
		top: 70px!important;
	}
	#timeline .vco-slider .slider-item .content .content-container .text{
		display:block!important;
	}
	#timeline .vco-slider .slider-item .content .content-container .media{
		float:none!important;
	}
	.vco-skinny .vco-slider .slider-item .content .content-container .text .container{
		padding: 0px;
	}
	#timeline .content-container .vpah{
		line-height: 13px;
		padding-top: 5px;
	}
	#timeline .content-container h2{
		font-size: 21px;
		line-height: 20px;
	}
	#timeline .vco-slider .slider-item .content{
		vertical-align: top;
	}
	.media-wrapper .media-container .media-image img{
		max-height:80px!important;
	}
	#timeline .content-container .body{
		padding-top: 0;
	}
	#timeline .content-container .body p{
		font-size: 11px!important;
	}
	#timeline .content-container .body *{
		line-height: 15px!important;
	}
	#timeline .content-container p{
		margin:5px 0!important;
	}

}



@media screen and (max-width: 992px) {

	.page-timeline .main-container{
		padding: 10px;
	}
	#timeline .slider-item{
		width: 97%!important;
	}
	.vco-slider .slider-item .content .pad-left .text .container{
		padding-left: 0!important;
	}
	#timeline .vco-slider .slider-item .content .content-container .text{
		padding-right: 30px;
	}
}

@media screen and (max-width: 450px) {
	#timeline .vco-slider .slider-item,
	.vco-slider .slider-container-mask{
		height: 550px!important;
	}
	.storyjs-embed.full-embed{
		height:859px!important
	}
}
@media screen and (max-width: 360px) {
	#timelinejs_timeline_page #storyjs-timeline .vco-feature {
		height: auto !important;
	}
	#timelinejs_timeline_page.storyjs-embed.full-embed{
		height: 780px!important;
	}
}

/*AJOUT EXPO*/

.node-type-exposition #header #block-mtlfirstlevelnav-nav-first-level .billeterie,
.node-type-actu-ade #header #block-mtlfirstlevelnav-nav-first-level .billeterie,
.node-type-mini-evenement #block-mtlfirstlevelnav-nav-first-level .billeterie,
.node-type-exposition .block-block,
.node-type-actu-ade .block-block{
	display:none;
}

@media (max-width: 1009px) and (min-width: 768px){
	.node-type-exposition .mainG,
	.node-type-actu-ade .mainG,
	.node-type-mini-evenement .mainG {
		width: 100%!important;
	}
}
body.node-type-exposition #main.evenement,
.node-type-actu-ade #main.evenement,
.node-type-mini-evenement #main.evenement{
	width: 100%;
}
body.node-type-exposition #main.evenement .content_block iframe{
	display: inline-block;
}
.node-type-exposition .mainG #main .content_block,
.node-type-actu-ade .mainG #main .content_block,
.node-type-mini-evenement .mainG #main .content_block {
	width: 100%;
	padding:10px 0px 40px 0px;
}
.node-type-exposition #main.evenement .content_block p
.node-type-actu-ade #main.evenement .content_block p{
	padding:0;
	margin:0 0 10px;
}
.node-type-exposition .morecontent span {
	display: none;
}
.node-type-exposition .moreellipses{
	background: #ecebe7;
	color:#000;
	padding: 5px;
	margin-left: 2px;
}
.node-type-exposition .morelink{
	font-size: 20px;
	text-decoration: none;
}
.node-type-exposition .morelink:hover{
	text-decoration: none;
}
.node-type-exposition #main .content_block ul,
.node-type-actu-ade #main .content_block ul{margin:0;}
.node-type-exposition #main .content_block ul.nav-tabs{margin:14px 0;}
/* .node-type-exposition #main .content_block ul.nav-tabs li{text-align: center;} */
.node-type-exposition #main .content_block ul.nav-tabs li{
	width: auto;
	display: inline-block;
	margin-right: 15px;
}
.node-type-exposition #main .content_block ul.nav-tabs li:before{
	content: none;
}

.node-type-exposition #main .content_block ul.nav-tabs li a {
	font-family:'RidleyGrotesk-Light';
	letter-spacing: 1px;
	display: inline;
	font-size: 21px;
	text-transform: uppercase;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
	border-bottom: 3px solid #fff;
	transition: all .4s;
}
.node-type-exposition .header_bg img,
.node-type-actu-ade .header_bg img,
.node-type-mini-evenement .header_bg img{
	display: block;
}
.node-type-exposition .header_bg .responsive,
.node-type-actu-ade .header_bg .responsive,
.node-type-mini-evenement .header_bg .responsive{
	display: none;
}
.node-type-exposition .header_caption,
.node-type-actu-ade .header_caption,
.node-type-mini-evenement .header_caption {
	background-color: rgba(0,0,0,.6);
	padding: 10px;
	color:#fff;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.node-type-exposition .caption_type,
.node-type-actu-ade .caption_type,
.node-type-mini-evenement .caption-type{
	font-family: "RidleyGrotesk-Bold";
	font-size: 16px;
	text-transform: uppercase;
}
.node-type-exposition .caption_titre,
.node-type-actu-ade .caption_titre,
.node-type-mini-evenement .caption_titre{
	font-family: "RidleyGrotesk-Regular";
	letter-spacing: 1px;
	font-size: 34px;
	line-height: 26px;
	padding: 10px 0 15px;
}
.node-type-exposition .caption_titre span,
.node-type-actu-ade .caption_titre span,
.node-type-mini-evenement .caption_titre span{
	font-size:22px; 
	line-height:22px;
	display: block;
	padding-top: 10px;
}
.node-type-exposition .caption_date,
.node-type-actu-ade .caption_date,
.node-type-mini-evenement .caption_date{
	font-family: "RidleyGrotesk-Regular";
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
}
.node-type-exposition .accroche_texte,
.node-type-actu-ade .accroche_texte{font-size: 14px;margin-top: 5%;line-height: 1;font-style: italic;}
.node-type-exposition .accroche_legende,
.node-type-actu-ade .accroche_legende{font-weight:bold;font-size: 14px;font-family:'RidleyGrotesk-Regular';margin-top: 10px;}

.node-type-exposition .accroche .bx-wrapper{
	background: transparent;
}
.node-type-exposition .accroche .bx-wrapper .bx-viewport{
	background: transparent;
}
/*lien right links*/
.node-type-exposition .galerie_link,
.node-type-exposition .billet_link,
.node-type-actu-ade .galerie_link,
.node-type-actu-ade .billet_link{
	margin-top: 0px;
}
.node-type-exposition .galerie_link a,
.node-type-exposition .billet_link a,
.node-type-actu-ade .galerie_link a,
.node-type-actu-ade .billet_link a{
	padding: 2px 0 2px 10px;
	margin-left: 10px;
	font-family: "RidleyGrotesk-Light";
	letter-spacing: 1px;
	font-weight: 100;
	font-size: 20px;
	color: #666;
	text-transform: uppercase;
	transition: all .4s;
	line-height: 3;
}
.node-type-exposition .galerie_link a i,
.node-type-exposition .billet_link a i,
.node-type-actu-ade .galerie_link a i,
.node-type-actu-ade .billet_link a i{
	border-right: 1px solid #971135;
	padding-right: 10px;
	color: #b11f4e;
}
.node-type-exposition .galerie_link a span,
.node-type-exposition .billet_link a span,
.node-type-actu-ade .galerie_link a span,
.node-type-actu-ade .billet_link a span{
	color:#333;
	margin-left: 10px;
}
.node-type-exposition .presse_link{
	margin-top: 0px;
}
.node-type-exposition .presse_link:hover{

}
.node-type-exposition .presse_link a{
	/* display: inline-block; */
	padding: 2px 0 2px 10px;
	margin-left: 10px;
	font-family: "RidleyGrotesk-Light";
	letter-spacing: 1px;
	font-weight: 100;
	font-size: 20px;
	color: #666;
	text-transform: uppercase;
	transition: all .4s;
	line-height: 3;
}
.node-type-exposition .presse_link a i{
	border-right: 1px solid #971135;
	padding-right: 10px;
	color: #b11f4e;
}
.node-type-exposition .presse_link a span{
	color:#333;
	margin-left: 10px;
}
.node-type-exposition .presse_link a:hover span,
.node-type-exposition .galerie_link a:hover span,
.node-type-exposition .billet_link a:hover span{
	color:#971135;
}
.node-type-exposition i.icon-galerie_photo,
.node-type-exposition i.icon-billeterie,
.node-type-actu-ade i.icon-galerie_photo,
.node-type-actu-ade i.icon-billeterie{
	font-size: 30px;
	line-height: 1;
}
.node-type-exposition .icon-presse,
.node-type-actu-ade .icon-presse{
	font-size: 30px;
	line-height: 1;
}


.node-type-exposition .timeline{
	border-radius: 0;
}
.node-type-exposition #main .content_block ul li a:hover,
.node-type-exposition #main .content_block ul li.active a{
	border-bottom: 3px solid #971135;
	border-radius: 0;
}
/* .node-type-exposition .tab-content{
	margin-top: 44px;
} */
.node-type-exposition .tab-content.mini_event{
	margin:0;
}
.node-type-exposition .expo_around,
.node-type-actu-ade .expo_around,
.node-type-exposition .event_images{
	margin-top: 30px;
	margin-bottom: 50px;
}
.node-type-exposition .event_images .row{
	margin:0 -5px;
}
.node-type-exposition .event_images .event_image{
	padding:5px;
	width: 100%;
}
.node-type-exposition #main.evenement .content_block .event_images h3{margin-bottom: 5px;}
.node-type-exposition .event_images .right{
	text-align: right;
}
.node-type-exposition .event_images .galerie{width:calc(50% - 2px);display:inline-block;vertical-align:top}
.node-type-exposition .event_images .right_link{
	/*float:right;*/
	text-transform: uppercase;
	font-size: 14px;
	color:#971135;
	margin-top: 10px;
	display: block;
	text-align:right;
}
.node-type-exposition #main.evenement .content_block .bx-wrapper p.autre_date{
	color:#971135;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	font-size: 12px;
	min-height: 50px;
	margin: 0;
}
.node-type-exposition #main.evenement .content_block .bx-wrapper p.autre_title{
	color:#000;
	padding: 0;
	font-size: 15px;
	line-height: 1;
	margin: 0;
}
.node-type-exposition .expo_actu,
.node-type-actu-ade .expo_actu{
	margin-top: 10px;
}
.node-type-exposition .bxslider_autres li{
	padding:0 3px;
	padding-bottom: 20px;
}
.node-type-exposition .expo_actu .mask-item,
.node-type-exposition .bxslider_products li .mask-item,
.node-type-exposition .bxslider_autres li .mask-item,
.node-type-actu-ade .expo_actu .mask-item{
	display: none;
	/* background: #e1e1e1;
	opacity: 0.5; */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.node-type-exposition .expo_actu:hover .mask-item,
.node-type-exposition .bxslider_products li:hover .mask-item,
.node-type-exposition .bxslider_autres li:hover .mask-item,
.node-type-actu-ade .expo_actu:hover .mask-item{
	display: block;
}
.node-type-exposition .expo_actu_img,
.node-type-actu-ade .expo_actu_img{
	padding: 0px;
}
.node-type-exposition .expo_actu_content,
.node-type-actu-ade .expo_actu_content{
	padding: 10px;
}
.node-type-exposition .actu_surtitre,
.node-type-actu-ade  .actu_surtitre{
	color:#b10035;
	font-size: 1.16667em;
	text-transform: uppercase;
}
.node-type-exposition .actu_titre,
.node-type-actu-ade  .actu_titre{
	font-size: 1.5em;
	line-height: 1;
}
.node-type-exposition #main.evenement .content_block .expo_around h3,
.node-type-actu-ade #main.evenement .content_block .expo_around h3,
.node-type-exposition #main.evenement .content_block .event_images h3{
	background-color: #eaeaea;
	text-transform: uppercase;
	padding: 10px 18px;
	font-size: 18px;
	font-family: 'RidleyGrotesk-Bold';
}

.node-type-exposition .icon-galerie_photo:before,
.node-type-exposition .icon-billeterie:before,
.node-type-actu-ade .icon-galerie_photo:before,
.node-type-actu-ade .icon-billeterie:before{
	top: 3px;
	position: relative;
}
.node-type-exposition .icon-presse{
	top: 5px;
	position: relative;
}
.node-type-exposition  #main.evenement .content_block h3,
.node-type-actu-ade #main.evenement .content_block h3{
	padding:0;
}
.node-type-exposition #main.evenement .content_block h3.pres_title{
	font-family: 'RidleyGrotesk-Bold';
	background-color: #eaeaea;
	text-transform: uppercase;
	padding: 10px 18px;
	font-size: 18px;
	margin:15px 0;
}
.node-type-exposition #main.evenement .content_block .autres .bx-wrapper{
	padding: 0 35px;
	box-sizing: border-box;
}
.node-type-exposition #main.evenement .content_block .autres .bx-controls{
	position: static;
}
.node-type-exposition #main.evenement .content_block .autres .bx-next{
	right: 0;
}
.node-type-exposition #main.evenement .content_block .autres .bx-prev{
	left: 0;
}
.node-type-exposition .appli a{
	/* width: 30%;
	display: block;
	margin-left: 15%;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left; */
}
.node-type-exposition .appli a img{
	max-width: 100%;
	height: auto;
}
.node-type-exposition .bx-controls,
.node-type-actu-ade .bx-controls{
	position: absolute;
	top: -40px;
	right: 0;
}
.node-type-actu-ade .bx-controls{
	top:-25px;
}
.node-type-exposition .bx-wrapper .bxslider_products img {
	max-width: 100%;
	display: block;
	margin: auto;
	border: 1px solid #ecebe7;
	padding: 5px;
}
.node-type-exposition .bx-wrapper img {
	max-width: 100%;
	display: block;
	margin: auto;
	width:100%;
}
.node-type-exposition #main.evenement .content_block .bx-wrapper p{
	color:#635a4e;
	padding: 5px;
	font-size: 14px;
}
.node-type-exposition .bx-wrapper .bx-prev,
.node-type-actu-ade .bx-wrapper .bx-prev {
	left: -70px;
}
.node-type-exposition .view-port,
.node-type-actu-ade .view-port {
	width: 100%;
	height: 600px!important; 
	overflow: hidden;
	position: relative;
}
.node-type-exposition .slider-container,
.node-type-actu-ade .slider-container {
	position: relative;
	margin: 0;
	padding: 0;
}
.node-type-exposition .item,
.node-type-actu-ade .item  {
	position: relative;
	display: inline-block;
	/*width: 100%;*/
	transition: background .4s;
}
.node-type-exposition .item:hover,
.node-type-actu-ade .item:hover{
	background: #eaeaea;
}


.node-type-exposition .track a.prev,
.node-type-exposition .track a.next,
.node-type-actu-ade .track a.prev,
.node-type-actu-ade .track a.next {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 50%;
	margin-top: -32px;
	width: 64px;
	height: 64px;
	background: url("../img/arrows.png");
	background-repeat: no-repeat;
}

.node-type-exposition .track.axis-y a.prev,
.node-type-exposition .track.axis-y a.next,
.node-type-actu-ade .track.axis-y a.prev,
.node-type-actu-ade .track.axis-y a.next {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	left: 50%;
	margin-left: -32px;
}

.node-type-exposition .track.axis-y a.next,
.node-type-actu-ade .track.axis-y a.next{
	top: initial;
	bottom: -20px;
}

.node-type-exposition .track.axis-y a.prev,
.node-type-actu-ade .track.axis-y a.prev{
	top: -20px;
	margin-top: 0;
}

.node-type-exposition .track a.prev.disabled,
.node-type-exposition .track a.next.disabled,
.node-type-actu-ade .track a.prev.disabled,
.node-type-actu-ade .track a.next.disabled{
	display: none;
}

.node-type-exposition .track a.prev,
.node-type-actu-ade .track a.prev{
	left: 0;
	background-position: 0 0;
}

.node-type-exposition .track a.prev:hover,
.node-type-actu-ade .track a.prev:hover{
	background-position: 0 -66px;
}

.node-type-exposition .track a.prev:active,
.node-type-actu-ade .track a.prev:active{
	background-position: 0 -132px;
}

.node-type-exposition .track a.next,
.node-type-actu-ade .track a.next{
	right: 0;
	background-position: -64px 0;
}

.node-type-exposition .track a.next:hover,
.node-type-actu-ade .track a.next:hover{
	background-position: -64px -132px;
}

.node-type-exposition .track a.next:active,
.node-type-actu-ade .track a.next:active{
	background-position: -64px -198px;
}

.node-type-exposition .partenaire{
	margin: 0 15px 0 0;
	display: inline-block;
	width: calc(25% - 15px)
}
.node-type-exposition .partenaire:first-child{margin:0}
.node-type-exposition .partenaire_img,
.node-type-exposition .partenaire h4{
	text-align: center;
}
.node-type-exposition #main.evenement .content_block .partenaire p{
	padding: 0px;
}
.node-type-exposition iframe#twitter-widget-0{
	max-width: 100%!important;
	min-width: 100%!important;
}


.hidden{display: none;}
.node-type-exposition #main.evenement .content_block #infos h3{
	padding: 0;
	font-size: 21px;
	color:#b10035;
}


.node-type-exposition .addthis_toolbox.addthis_default_style,
.node-type-actu-ade .addthis_toolbox.addthis_default_style,
.node-type-mini-evenement .addthis_toolbox.addthis_default_style{
	margin: 20px 0;
}
.node-type-exposition .addthis_toolbox span,
.node-type-actu-ade .addthis_toolbox span,
.node-type-mini-evenement .addthis_toolbox span{
	float:left;
	font-size: 12px;
	text-transform: uppercase;
	color:#000;
}
.node-type-exposition .addthis_toolbox a,
.node-type-actu-ade .addthis_toolbox a,
.node-type-mini-evenement .addthis_toolbox a{
	font-size: 14px;
}

.node-type-exposition .addthis_button_facebook.icon-facebook,
.node-type-exposition .addthis_button_twitter.icon-twitter,
.node-type-exposition .addthis_button_google_plusone.icon-google_plusone,
.node-type-actu-ade .addthis_button_facebook.icon-facebook,
.node-type-actu-ade .addthis_button_twitter.icon-twitter,
.node-type-actu-ade .addthis_button_google_plusone.icon-google_plusone,
.node-type-mini-evenement .addthis_button_facebook.icon-facebook,
.node-type-mini-evenement .addthis_button_twitter.icon-twitter,
.node-type-mini-evenement .addthis_button_google_plusone.icon-google_plusone{
	background-position: center bottom;
	margin: 0 10px;
}
.node-type-exposition .addthis_button_facebook.icon-facebook:hover,
.node-type-exposition .addthis_button_twitter.icon-twitter:hover,
.node-type-exposition .addthis_button_google_plusone.icon-google_plusone:hover,
.node-type-actu-ade .addthis_button_facebook.icon-facebook:hover,
.node-type-actu-ade .addthis_button_twitter.icon-twitter:hover,
.node-type-actu-ade .addthis_button_google_plusone.icon-google_plusone:hover,
.node-type-mini-evenement .addthis_button_facebook.icon-facebook:hover,
.node-type-mini-evenement .addthis_button_twitter.icon-twitter:hover,
.node-type-mini-evenement .addthis_button_google_plusone.icon-google_plusone:hover{
	background-position: center top;
}


.node-type-actu-ade #main.evenement .content_block h3,
.node-type-actu-ade #main.evenement .content_block p,
.node-type-exposition #main.evenement .content_block p,
.node-type-mini-evenement #main.evenement .content_block p{
	padding: 0 0 9px;
}
.node-type-actu-ade .surtitre{
	font-size: 18px;
	margin-top:20px;
	color: #b10035;
}
.node-type-exposition #main.evenement .content_block h2,
.node-type-actu-ade #main.evenement .content_block h2{
	padding:0;
}
.node-type-actu-ade #main.evenement .content_block h3{
	font-size: 26px;
	margin-bottom: 0px;
	padding-top: 0px;
}
.node-type-actu-ade #main.evenement .content_block .surtitre{
	padding-bottom: 0;
}
.node-type-actu-ade #main.evenement .content_block .expo_around h3{
	margin-bottom: 0;
}

.node-type-actu-ade .actu_mav{
	max-width: 900px;
	margin:auto;
	margin-bottom: 20px;
}
.node-type-actu-ade .expo_actu_content{
	min-height: 150px;
}
.node-type-actu-ade .expo_backlink{
	text-transform: uppercase;
	font-size: 14px;
	color:#272725; 
}
.node-type-actu-ade .expo_backlink:hover{
	color:#b10035;
}

/*BOOTSTRAP INCLUDE*/
.node-type-exposition *,
.node-type-actu-ade *,
.node-type-mini-evenement * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.node-type-exposition *:before,
.node-type-exposition *:after,
.node-type-actu-ade *:before,
.node-type-actu-ade *:after,
.node-type-mini-evenement *:before,
.node-type-mini-evenement *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.node-type-exposition ul,
.node-type-exposition ol {
	margin-top: 0;
	/* margin-bottom: 10px; */
}
.node-type-exposition ul ul,
.node-type-exposition ol ul,
.node-type-exposition ul ol,
.node-type-exposition ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.node-type-exposition #wrapper,
.node-type-actu-ade #wrapper,
.node-type-mini-evenement #wrapper {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.node-type-exposition #wrapper,
	.node-type-actu-ade #wrapper,
	.node-type-mini-evenement #wrapper {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.node-type-exposition #wrapper,
	.node-type-actu-ade #wrapper,
	.node-type-mini-evenement #wrapper {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.node-type-exposition #wrapper,
	.node-type-actu-ade #wrapper,
	.node-type-mini-evenement #wrapper {
		width: 1170px;
	}
}
@media (min-width: 1300px) {
	.node-type-exposition #wrapper,
	.node-type-actu-ade #wrapper,
	.node-type-mini-evenement #wrapper {
		width: 1280px;
	}
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row2 {
	margin-left: -14px;
	margin-right: -14px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}


.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	/*background-color: #eeeeee;*/
}
.nav > li.disabled > a {
	color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #337ab7;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	/* border-color: #eeeeee #eeeeee #dddddd;*/

}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555555;
	cursor: default;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	/*border: 1px solid #dddddd;*/
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 0;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #ffffff;
	}
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #337ab7;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border: 1px solid #dddddd;
}
@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #dddddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color: #ffffff;
	}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
a.label:hover,
a.label:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
.label-default {
	background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #5e5e5e;
}
.label-primary {
	background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #286090;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777777;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
	top: 0;
	padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #337ab7;
	background-color: #ffffff;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}
.jumbotron > hr {
	border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px;
}
.jumbotron .container {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px;
	}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
	margin-left: auto;
	margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #337ab7;
}
.thumbnail .caption {
	padding: 9px;
	color: #333333;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media,
.media-body {
	zoom: 1;
	overflow: hidden;
}
.media-body {
	width: 10000px;
}
.media-object {
	display: block;
}
.media-object.img-thumbnail {
	max-width: none;
}
.media-right,
.media > .pull-right {
	padding-left: 10px;
}
.media-left,
.media > .pull-left {
	padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
	vertical-align: middle;
}
.media-bottom {
	vertical-align: bottom;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
	color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
	text-decoration: none;
	color: #555555;
	background-color: #f5f5f5;
}
button.list-group-item {
	width: 100%;
	text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color: #eeeeee;
	color: #777777;
	cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #c7ddef;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.panel {
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
	padding: 15px;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.list-group + .panel-footer {
	border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
	margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
	padding-left: 15px;
	padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}
.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #dddddd;
}
.panel-default {
	border-color: #dddddd;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #dddddd;
}
.panel-primary {
	border-color: #337ab7;
}
.panel-primary > .panel-heading {
	color: #ffffff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
	padding: 24px;
	border-radius: 6px;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: 'RidleyGrotesk-Regular';
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: 'RidleyGrotesk-Regular';
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #ffffff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #ffffff;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #ffffff;
}
.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #ffffff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #ffffff;
	bottom: -10px;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
/*.hidden {
	display: none !important;
}*/
.affix {
	position: fixed;
}
@-ms-viewport {
	width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}
@media (max-width: 1320px) and (min-width: 1010px){
	.node-type-exposition #header,
	.node-type-actu-ade #header {
		margin-left: 0px; 
	}
}
@media(max-width: 1200px  ) and (min-width: 992px){
	.node-type-exposition .billet .link a,
	.node-type-actu-ade .billet .link a{
		padding: 0;
	}
}

@media(max-width: 1009px) and (min-width: 768px){
	.node-type-exposition #wrapper,
	.node-type-actu-ade #wrapper{
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.node-type-exposition .mainG,
	.node-type-actu-ade .mainG{
		padding:0;
	}
}
@media(max-width: 768px){
	.node-type-exposition #wrapper,
	.node-type-exposition .mainG,
	.node-type-actu-ade #wrapper,
	.node-type-actu-ade .mainG{
		padding: 0;
	}
	.node-type-exposition .mainG,
	.node-type-actu-ade .mainG{
		margin-top: -20px;
	}
	.nav-tabs.nav-justified > li {
		display: block;
		width: 100%;
	}
	.node-type-exposition .caption_type,
	.node-type-exposition .caption_date,
	.node-type-actu-ade .caption_type,
	.node-type-actu-ade .caption_date  {
		font-size: 14px;
	}
	.node-type-exposition .caption_titre,
	.node-type-actu-ade .caption_titre {
		font-size: 28px;
		line-height: 22px;
		padding-bottom: 15px;
	}
	.node-type-exposition .caption_titre span,
	.node-type-actu-ade .caption_titre  span{
		font-size: 16px;
		line-height: 16px;
	}
	.node-type-exposition .caption_date,
	.node-type-actu-ade .caption_date{
		margin-bottom: 0;
	}
	.accroche{display: none;}
	.node-type-exposition #main .content_block ul.nav-tabs li{
		margin-bottom: 10px;
		text-align: center;
	}
	.node-type-exposition .right-content,
	.node-type-actu-ade .right-content{
		margin-top: 50px;
	}
	.node-type-exposition .link,
	.node-type-actu-ade .link{
		margin-bottom: 10px;
	}
	.node-type-exposition .event_image{
		width: 50%;
	}
}
@media(max-width: 480px){
	.node-type-exposition .mainG,
	.node-type-actu-ade .mainG{
		margin-top: -120px;
	}
	.node-type-exposition .header_bg .desktop,
	.node-type-actu-ade .header_bg .desktop{
		display: none;
	}
	.node-type-exposition .header_bg .responsive,
	.node-type-actu-ade .header_bg .responsive{
		display: block;
	}
	.node-type-exposition .caption_type,
	.node-type-exposition .caption_date,
	.node-type-actu-ade .caption_type,
	.node-type-actu-ade .caption_date {
		font-size: 12px;
	}
	.node-type-exposition .caption_titre,
	.node-type-actu-ade .caption_titre {
		font-size: 24px;
		line-height:28px;
		padding-top: 0;
		padding-bottom: 10px
	}
	.node-type-exposition .caption_titre span,
	.node-type-actu-ade .caption_titre  span{
		font-size: 16px;
		display: block;
		padding-top: 3px;
	}
	.node-type-exposition .caption_date,
	.node-type-actu-ade .caption_date{
		margin-bottom: 0;
	}

	.node-type-exposition .item,
	.node-type-actu-ade .item  {
		height:310px;
	}
	.node-type-exposition .expo_actu_img,
	.node-type-actu-ade .expo_actu_img{
		text-align: center;
	}
	.node-type-exposition .expo_actu_img img,
	.node-type-actu-ade .expo_actu_img img{
		width: 100%;
	}
	.node-type-exposition .view-port,
	.node-type-actu-ade .view-port {
		height: 970px!important
	}
	.node-type-exposition .ic-mask{
		background-color: transparent!important;
	}
	.node-type-exposition .bx-controls {right: -12px;}
	.node-type-exposition .event_image img{width: 100%;}

}

/*INCONTOURNABLES*/
.node-type-incontournables #wrapper,
.node-type-fiches-oeuvre #wrapper{
	width:100%;
	max-width: 1170px
}
.node-type-incontournables .right-title {
	margin-left: 20px;
	float: left;
}
@media (max-width: 1009px) and (min-width: 768px)
{
	.node-type-incontournables .mainG,.node-type-fiches-oeuvre .mainG{
		width: 100%!important;
		padding-left: 0;
	}
}
.node-type-incontournables .incon-content,
.node-type-fiches-oeuvre .oeuvre_content{
	padding:0 5%;
}
.node-type-incontournables *,
.node-type-fiches-oeuvre *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.node-type-incontournables *:before,
.node-type-incontournables *:after,
.node-type-fiches-oeuvre *:before,
.node-type-fiches-oeuvre *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.node-type-incontournables div.extra_backgrounds, .node-type-fiches-oeuvre div.extra_backgrounds {
	display: none;
}
body.node-type-incontournables {background: #fff;}
/* .node-type-incontournables #top_banner{display: none;} */
.node-type-incontournables .dropbtn:before,
.node-type-fiches-oeuvre .dropbtn:before{
	content: '\e807';
	font-family: "fontello2";
}
.node-type-incontournables .dropbtn.expanded:before,
.node-type-fiches-oeuvre .dropbtn.expanded:before{content: '\e802';}
.node-type-incontournables .mainG{
	width:100%;
	margin-top: 0;
}
/* .node-type-incontournables #header,
.node-type-incontournables #top-footer,
.node-type-incontournables #footer,
.node-type-incontournables #degrade_background{
	display: none;
} */
.node-type-incontournables .incon-footer,
.node-type-fiches-oeuvre .incon-footer{border-top:1px solid #7c7c7c; font-size: 16px;padding: 15px 0;}
.node-type-fiches-oeuvre .incon-footer{margin: 0 5%;}
.node-type-incontournables .tabs-wrapper{
	margin:0;padding: 0;
}
.node-type-incontournables .incon-title{margin-top: 25px;}
.node-type-incontournables .title_det{font-size: 36px;line-height: 1;font-family: 'RidleyGrotesk-Light';}
.node-type-incontournables .title_nb{font-size: 120px;line-height: 1;float:left;font-family: 'RidleyGrotesk-Light';}
.node-type-incontournables .incon-subtitle{font-size: 52px;line-height: 1.3;font-family: 'RidleyGrotesk-Light';}
.node-type-incontournables .incon-slogan{font-size: 40px;line-height: 1;font-family: 'RidleyGrotesk-Medium';}
.node-type-incontournables .intro{clear: both;margin-top: 30px;margin-bottom: 50px;line-height: 1.2}
.node-type-incontournables .oeuvre_artiste{font-size: 20px;line-height:1.4;font-family: 'RidleyGrotesk-Regular';}
.node-type-incontournables .oeuvre_titre{font-size: 15px;line-height:1.2;margin-bottom: 10px;font-family: 'RidleyGrotesk-Light';}
.node-type-incontournables .oeuvre_lieu{font-size: 13px;line-height:1;font-family: 'RidleyGrotesk-Light';}
.node-type-incontournables .icon2-pin{color:#959184;}
.node-type-incontournables .oeuvre .img_content{position: relative;}
.node-type-incontournables .oeuvre .img_hover{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	top: 0;
	margin: auto;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	background: rgba(39,39,37,0.6) url("../img/plus.png") center no-repeat;
}
.node-type-incontournables .oeuvre:hover .img_hover {
	visibility: visible;
	opacity: 1;
}

@media(max-width: 480px){
	.node-type-incontournables .title_det{font-size: 21px;}
	.node-type-incontournables .title_nb{font-size: 72px}
	.node-type-incontournables .incon-subtitle{font-size: 31px;}
	.node-type-incontournables .incon-slogan{font-size: 24px;line-height: 1.2;}
	.node-type-incontournables .intro{font-size: 12px;}
	.node-type-incontournables .oeuvre_artiste{font-size: 12px;}
	.node-type-incontournables .oeuvre_titre{font-size: 11px;margin-bottom: 5px;}
	.node-type-incontournables .oeuvre_lieu{font-size: 10px;}
}

body.node-type-fiches-oeuvre {background: #fff;}
.node-type-fiches-oeuvre #top_banner{display: none;}
.node-type-fiches-oeuvre .mainG{
	width:100%;
	margin-top: 0;
}
/* .node-type-fiches-oeuvre #header,
.node-type-fiches-oeuvre #top-footer,
.node-type-fiches-oeuvre #footer,
.node-type-fiches-oeuvre #degrade_background{
	display: none;
} */
.node-type-fiches-oeuvre .tabs-wrapper{
	margin:0;padding: 0;
}

.node-type-fiches-oeuvre .incon-header .dropdown > a{ font-family: 'RidleyGrotesk-Light';color:#fff;font-size: 20px;line-height: 1;}
.node-type-fiches-oeuvre .main_content{margin-top: 30px;margin-bottom: 30px;}
.node-type-fiches-oeuvre h1{color:#000;margin-bottom: 20px;margin-top:30px;}
.node-type-fiches-oeuvre .artiste{font-size: 18px}
.node-type-fiches-oeuvre .infos{font-size: 15px;font-family: 'RidleyGrotesk-Regular';line-height: 1.2;}
.node-type-fiches-oeuvre .lieux{font-size: 14px;}
.node-type-fiches-oeuvre .lieu1,.node-type-fiches-oeuvre .lieu2{line-height: 1;margin-bottom: 5px}
.node-type-fiches-oeuvre .lieu1{padding-top: 20px;font-family: 'RidleyGrotesk-Regular';}
.node-type-fiches-oeuvre .lieu2{text-transform: uppercase;font-family: 'RidleyGrotesk-Medium';}
.node-type-fiches-oeuvre .oeuvre_img{margin-top: 40px;}
.node-type-fiches-oeuvre .bloc1{
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin: 10px 0;
	padding: 10px 0px;
	color:#b10135;
	font-size: 14px
}

.node-type-fiches-oeuvre .bloc1 h2{font-size: 21px;margin-bottom: 10px;}
.node-type-fiches-oeuvre .mainG .region-content .bloc1 p{width: 100%;line-height: 1.2;}
.node-type-fiches-oeuvre .body{font-size: 15px;margin-bottom: 20px;font-family: 'RidleyGrotesk-Regular';}
.node-type-fiches-oeuvre .bloc2,
.node-type-fiches-oeuvre .bloc3{
	font-size: 14px;
	margin-bottom: 20px;
	font-family: 'RidleyGrotesk-Medium';
}
.node-type-fiches-oeuvre .bloc3{clear:both;}
.node-type-fiches-oeuvre .bloc2 h4,
.node-type-fiches-oeuvre .bloc3 h4{
	font-size: 21px;
	font-family: 'RidleyGrotesk-Medium';
}    
.node-type-fiches-oeuvre .left-col .pin{float:left;font-size: 50px}
.node-type-fiches-oeuvre .right-col i{font-size: 35px;}
.node-type-fiches-oeuvre .image_content{position: relative;}
.node-type-fiches-oeuvre .image_content i{position: absolute;bottom: 5px;right: 5px;color:#fff;font-size: 25px;}

@media(max-width: 480px){
	.node-type-fiches-oeuvre h1{line-height: 1;}
}

.node-type-fiches-oeuvre .addthis_toolbox.addthis_default_style{
	margin: 20px 0;
	float: right;
}
.node-type-fiches-oeuvre .addthis_toolbox span{
	float:left;
	font-size: 12px;
	text-transform: uppercase;
	color:#000;
}
.node-type-fiches-oeuvre .addthis_toolbox a{
	font-size: 14px;
}

.node-type-fiches-oeuvre .addthis_button_facebook.icon-facebook,
.node-type-fiches-oeuvre .addthis_button_twitter.icon-twitter,
.node-type-fiches-oeuvre .addthis_button_google_plusone.icon-google_plusone{
	background-position: center bottom;
	margin: 0 10px;
}
.node-type-fiches-oeuvre .addthis_button_facebook.icon-facebook:hover,
.node-type-fiches-oeuvre .addthis_button_twitter.icon-twitter:hover,
.node-type-fiches-oeuvre .addthis_button_google_plusone.icon-google_plusone:hover{
	background-position: center top;
}

.node-type-fiches-oeuvre .oeuvre_title{
	clear:both;
}
.node-type-fiches-oeuvre .oeuvre_content{position: relative;}
.node-type-fiches-oeuvre .bloc_gauche,
.node-type-fiches-oeuvre .bloc_droit{
	width: 65px;
	height:110px;
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
	background: #534d4d;
}
.node-type-fiches-oeuvre .bloc_gauche{
	left: -15px;
}
.node-type-fiches-oeuvre .bloc_droit{
	right: -15px;
}
@media(max-width: 800px){
	.node-type-fiches-oeuvre .bloc_gauche,
	.node-type-fiches-oeuvre .bloc_droit{
		position: relative;
		display: inline-block;
	}
	.node-type-fiches-oeuvre .bloc_gauche{
		float: left;
		left: 0;
	}
	.node-type-fiches-oeuvre .bloc_droit{
		float: right;
		right: 0;
	}
}
.node-type-fiches-oeuvre .sub_bloc{

	color:#fff;
	font-size: 20px;
	font-family: 'RidleyGrotesk-Regular';
}
.node-type-fiches-oeuvre .sub_bloc i{
	font-size: 25px;
}


/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
.loader_bg{
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	left: 0;
	top:  0;
	background: #fff;
}
.spinner {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin:  -20px 0 0 -20px;
	text-align: center;
	z-index: 10001;

	-webkit-animation: sk-rotate 2.0s infinite linear;
	animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #fff;
	border-radius: 100%;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% { transform: scale(0.0); -webkit-transform: scale(0.0); } 
	50% { transform: scale(1.0); -webkit-transform: scale(1.0);	}
}

/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
.mainslider{
	position:fixed;
	width:100%;
	height:100%;
	overflow:hidden;
	top:0px;
	left:0px;
}
.mainslider .description{
	position: absolute;
	right: 15%;
	top: 0;
	width: 300px;
	height: 100%;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	padding-top: 40px;
}
.mainslider .description .categorie{
	font-family: "RidleyGrotesk-Bold";
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	padding: 0 20px 5px;
}
.mainslider .description .title{
	font-family: "RidleyGrotesk-SemiBold";
	font-size: 34px;
	line-height: 36px;
	color: #333;
	padding: 25px 20px 5px;
}
.mainslider .description .s_title{
	font-family: "RidleyGrotesk-Medium";
	font-size: 18px;
	line-height: 20px;
	color: #333;
	padding: 0 20px 5px;
}
.mainslider .description .date{
	font-family: "RidleyGrotesk-Medium";
	font-size: 16px;
	line-height: 20px;
	color: #333;
	padding: 0 20px;
}
.mainslider .billeterie{
	/*display:none;*/
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
	padding: 10px 0;
	text-align: center;
	font-family: "RidleyGrotesk-Regular";
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
}
.mainslider .billeterie:before{
	font-family: "fontello_n";
	content: "\e81b";
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	position: absolute;
	margin-left: -20px;
	margin-top: 3px;

}
.addthis_toolbox span{
	display: none;
}
.social_block{
	clear: both;
	overflow: hidden;
	padding: 60px 25px;
	max-width: 1200px;
	margin: 0 auto;
}
.node-type-home .social_block{
	padding: 35px 40px;
}
.top-footer-container{
	float: right;
}
.TA_cdsratingsonlywide{
	float: left;
}
#CDSRATINGWIDGET666{
	width: 290px !important;
}
.TA_cdsratingsonlywide a{
	text-decoration: none !important;
}
.TA_cdsratingsonlywide .logo img{
	max-width: 130px !important;
	width: 130px !important;
}
.TA_cdsratingsonlywide .cdsLocName{
	/* display: none !important; */
}
.TA_cdsratingsonlywide .cdsRating{
	padding-left: 12px !important;
}
.TA_cdsratingsonlywide .cdsROW.wide .logo{
	padding-left: 0;
}
.mises_block .bx-wrapper .bx-viewport{
	padding-bottom: 30px
}
.mises_en_avant{
	padding: 0 30px 60px;
}
.mises_en_avant li{
	width: 33%;
	padding: 0 10px;
	box-sizing: border-box;
}
.mises_block .bx-wrapper .bx-prev{
	left: -40px;
	background: none;
	color: #ccc;
	text-align: center;
	text-indent: 0;
	font-size: 0;
	width: 40px;
}
.mises_block .bx-wrapper .bx-prev:before{
	font-family: "fontello_n";
	content: "\e81a";
	font-size: 40px;
	line-height: 50px;
}
.mises_block .bx-wrapper .bx-next{
	right: -30px;
	background: none;
	color: #ccc;
	text-align: center;
	text-indent: 0;
	font-size: 0;
	width: 40px;
}
.mises_block .bx-wrapper .bx-next:before{
	font-family: "fontello_n";
	content: "\e81b";
	font-size: 40px;
	line-height: 50px;
}
.mises_block .bx-wrapper .bx-pager.bx-default-pager a{
	background: #fff;
	border-radius: 100%;
	border: 2px solid #666;
	transition: all .4s;
}
.mises_block .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.mises_block .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #333;
	border: 2px solid #333;
	transition: all .4s;
}
.mises_en_avant .description{
	position: absolute;
	width: calc(100% - 50px);
	bottom: 0;
	left: 25px;
	padding: 20px 10px 15px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.9);
	transition: all .4s;
}
.mises_en_avant li:hover .description{
	padding-bottom: 25px;
}
.mises_en_avant .description .title{
	font-family: "RidleyGrotesk-Regular";
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #333;
	text-align: center;
}
.mises_en_avant .description .s_title{
	font-family: 'RidleyGrotesk-Regular';
	font-size: 13px;
	color: #333;
	text-align: center;
}
.en_images .grid-item{
	width: 25%;
	padding: 0 8px 16px;
	box-sizing: border-box;
}
.en_images .grid_content{
	position: relative;
}
.en_images .grid_content .zone_hover{
	position: absolute;
	width: 100%;
	height: 98%;
	display: block;
	opacity: 0;
	background: rgba(0, 0, 0, .6) url("../img/plus.png") center no-repeat;
	transition: all .4s;
	cursor: pointer;
}
.en_images .grid_content:hover .zone_hover{
	opacity: 1;
}
.en_images .title{
	font-family: RidleyGrotesk-UltraLight;
	font-size: 36px;
	color: #333;
	text-transform: uppercase;
	padding: 15px 0 15px 5px;
}
.en_images .title:before{
	content: ' ';
	width: 100px;
	height: 2px;
	background: #333;
	margin-top: -10px;
	position: absolute;
}
.en_images .title span{
	font-family: "RidleyGrotesk-Regular";
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	margin-left: 15px;
}

.social-timeline{
	padding: 40px 0; 
}
.social-grid .grid-item{
	width: 25%;
	padding: 0 10px 10px;
	box-sizing: border-box;
}
.social-grid .grid-item img{
	max-width: 100%;
}
.social-timeline .title{
	font-family: RidleyGrotesk-UltraLight;
	font-size: 36px;
	color: #333;
	text-transform: uppercase;
	padding: 15px 0 10px 5px;
}
.social-timeline .title:before{
	content: ' ';
	width: 100px;
	height: 2px;
	background: #333;
	margin-top: -10px;
	position: absolute;
}
.social-timeline p.description{
	font-family: RidleyGrotesk-Regular;
	font-size: 18px;
	padding: 0 0 10px 10px;
}
.social-timeline p.description span{
	font-family: RidleyGrotesk-SemiBold;
	color: #b91a49;
	font-size: 24px;
}
.social-timeline .grid_content{
	background: #eaeaea;
	position: relative;
}
.social-timeline .grid_content .caption{
	padding: 10px 10px 20px;
	font-family: "RidleyGrotesk-Regular";
	font-size: 12px;
}
.social-timeline .grid_content .caption .descr{
	padding-top: 10px;
}
.social-timeline .soc_type{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 10;
}
.social-timeline .soc_type:after{
	font-family: "fontello_n";
	font-size: 18px;
	line-height: 30px;
}
.social-timeline .soc_type.facebook:after{
	content: "\e809";
	color: #3b5998;
}
.social-timeline .soc_type.twitter:after{
	content: "\e81d";
	color: #1da1f2;
}
.social-timeline .soc_type.instagram:after{
	content: "\e80d";
	color: #f80900;
}
.social-timeline .tw_username{
	font-weight: bold;
	color: #1da1f2;
	text-decoration: none;
}
.mainslider .description .ouverure{
	width: 100%;
	border-top: 1px solid #000;
	padding: 15px 20px 0;
	margin-top: 40px;
	box-sizing: border-box;
}
.mainslider .description .ouverure .horer{
	font-family: 'RidleyGrotesk-Bold';
	font-size: 18px;
	line-height: 22px;
	color: #333;
	padding-bottom: 5px;
}
.mainslider .description .ouverure .adress{
	font-family: "RidleyGrotesk-Regular";
	font-size: 14px;
	color: #333;
	/* padding-left: 35px; */
}
.mainslider .description .ouverure .adress:before{
	font-family: "fontello_n";
	content: "\e810";
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
	/* position: absolute;
	left: 20px; */
}
.mainslider .description .ouverure .adress a{
	display:inline-block;
	vertical-align: middle;
	max-width: calc(100% - 45px);
	margin-left: 7px
}
.mainslider .description .ouverure .adress span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	max-width: calc(100% - 52px);
}
#block-mtlmegaban-megaban.block h2{
	line-height: 26px;
	padding-bottom: 4px;
}
.recherche{
	padding-bottom: 40px;
}
.recherche h1{
	font-family: RidleyGrotesk-UltraLight;
	font-size: 36px;
	color: #333;
	text-transform: uppercase;
	padding: 15px 0;
	font-weight: normal;
}
.recherche .result_list .result{
	margin-bottom: 20px;
}
.recherche .result_list .title{
	font-family: "RidleyGrotesk-Medium";
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: inline-block;
}
.recherche .result_list p{
	font-size: 14px;
}
.recherche .pager{
	width: 100%;
	padding:  15px 20px 30px;
	box-sizing: border-box;
}
.recherche .pager a,
.recherche .pager li{
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
}
.recherche .views-exposed-form{
	padding-bottom: 30px;
}
.recherche .views-exposed-form label{
	display: none;
}
.recherche .views-widget-filter-keys{
	width: 40%;
	display: inline-block;
}
.recherche .views-submit-button{
	display: inline-block;
}
.recherche .views-exposed-form input[type="text"]{
	border: 1px solid #000;
	outline: none;
	font-size: 14px;
	color: #666;
	font-style: italic;
	padding: 10px 15px;
	width: 100%;
	box-sizing: border-box;
}
.recherche .views-exposed-form input[type="submit"]{
	font-size: 0;
	width: 40px;
	height: 40px;
	border: none;
	background: #fff url('../img/search_btn.jpg') center no-repeat;
	outline: none;
	cursor: pointer;
}

#header #search_btn{
	position: absolute;
	right: 180px;
	top: 5px;
}
#header #search_btn:after{
	font-family: "fontello_n";
	content: "\e811";
	color: #000;
	font-size: 19px;
	transition: all .4s;
	cursor: pointer;
}
.search_popup .search_btn{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.search_popup .search_btn:after{
	font-family: "fontello_n";
	content: "\e811";
	color: #000;
	font-size: 24px;
	transition: all .4s;
	cursor: pointer;
}
.search_popup{
	position: absolute;
	top: -400px;
	width: 100% !important;
	background: #fff;
	border-bottom: 2px solid #000;
	z-index: 999;
}
.search_popup .popup_content{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 30px 0 50px;
}
.search_popup .popup_content .btn_close{
	position: absolute;
	right: 10px;
	top: 20px;
	width: 20px;
	height: 20px;
	background: url('../img/close_btn.png') center no-repeat;
	cursor: pointer;
	transition: all .4s;
}
.search_popup .popup_content .btn_close:hover{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform:rotate(90deg);
}
.search_popup form{
	max-width: 700px;
	margin: 0 auto;
}
.search_popup form label{
	display: block;
	font-family: "RidleyGrotesk-Regular";
	font-size: 15px;
	color: #000;
	font-weight: normal;
	margin-bottom: 5px;
}
.search_popup form input[type="text"]{
	padding: 8px 12px;
	font-family: "RidleyGrotesk-Regular";
	font-size: 14px;
	color: #878787;
	font-style: italic;
	border: 1px solid #000;
	outline: none;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 100px);
	transition: all .4s;
	margin-left: 0;
}
.search_popup form input[type="text"]:focus{
	border: 1px solid #838383;
}
.resp_mang_icon{
	display: none;
},
.vco-timeline .vco-navigation .timenav .content .marker.active .flag,
.vco-notouch .vco-navigation .timenav .content .marker .flag:hover,
.vco-timeline .vco-navigation .vco-toolbar{
	background-color: #eaeaea !important;
	background: #eaeaea !important;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag{
	border: 1px solid #eaeaea !important;
}
#block-views-faq-liste-questions-block-faq{
	width: 880px;
	min-height: 600px;
	padding: 10px 0 30px;
	box-sizing: border-box;
}
#block-views-faq-liste-questions-block-faq h1{
	font-family: "RidleyGrotesk-UltraLight";
	font-size: 36px;
	color: #333;
	line-height: 38px;
	margin: 0 0 15px 0;
	font-weight: normal;
	text-transform: uppercase;
}

.addthis_toolbox a{
	background: none !important;
}
.addthis_toolbox a:before{
	font-family: "fontello_n";
	color: #333;
	font-size: 18px;
	transition: all .4s;
}
.addthis_toolbox a:hover:before{
	color: #999 !important;
}
.addthis_toolbox a.icon-twitter:before{
	font-size: 20px;
}
.addthis_toolbox a.icon-google_plusone:before{
	content: '\e80b';
	font-size: 22px;
	margin-top: -2px;
}

.blocksReceptions .title{
	font-family: 'RidleyGrotesk-Bold';
	background-color: #eaeaea;
	text-transform: uppercase;
	padding: 10px 18px;
	font-size: 18px;
	margin: 15px 0;
}
.blocksReceptions img{
	width: 100%;
}
.blocksReceptions .description{
	font-family: 'RidleyGrotesk-Regular';
	font-size: 13px;
	line-height: 18px;
	color: #333;	
	margin: 15px 0;
}
.blocksReceptions .info_pr{
	font-family: "RidleyGrotesk-Regular";
	font-size: 18px;
	color: #333;
	font-weight: 100;
}
.blocksReceptions .info_pr:after{
	content: "______";
	color: #333;
	margin-left: 5px;
}
.blocksReceptions .info_pr_list li{
	display: inline-block;
	vertical-align: middle;
	font-family: "RidleyGrotesk-Regular";
	font-size: 12px;
	margin: 15px 20px 20px 0;
	color: #333;
	padding-top: 34px;
}
.blocksReceptions .info_pr_list li.picto_1{
	background: url('../img/par_1.jpg') center top no-repeat;
}
.blocksReceptions .info_pr_list li.picto_2{
	background: url('../img/par_2.jpg') center top no-repeat;
}
.blocksReceptions .info_pr_list li.picto_3{
	background: url('../img/par_3.jpg') center top no-repeat;
}
.blocksReceptions .info_pr_list li.picto_4{
	background: url('../img/par_4.png') center top no-repeat;
}
.mav_img_block{
	position: relative;
}
.mav_img_block .mav_img_block_description{
	position: absolute;
	width: 100%;
	bottom: 5px;
	background: rgba(0, 0, 0, .4);
	padding: 30px 40px;
	box-sizing: border-box;
}
.mav_img_block h1{
	box-sizing: border-box;
	font-family: "RidleyGrotesk-Regular";
	letter-spacing: 1px;
	color: #fff;
	font-size: 36px;
	text-transform: none;
	padding: 0;
	margin: 0;
}
.mav_img_block h2{
	font-family: "RidleyGrotesk-Regular";
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 24px;
	padding: 0;
	color: #fff;
	font-weight: normal;
}
/*body.node-type-sous-home-reception #sidebar-second{
	position: static;
}*/
.nav_reseption li{
	display: inline-block;
	margin: 15px 15px 15px 0;
	font-family: 'RidleyGrotesk-Light';
	letter-spacing: 1px;
	/* font-weight: 100; */
	font-size: 21px;	
	color: #333;
	border-bottom: 4px solid #fff;
	text-transform: uppercase;
	transition: all .4s;
}
.nav_reseption li.active,
.nav_reseption li:hover{
	border-bottom: 4px solid #971135;
}
.reception_bl_el h2{
	font-family: "RidleyGrotesk-Regular";
	font-size: 24px;
	color: #9e0231;
	line-height: 26px;
	margin: 0 0 8px 0;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 15px;
}
.reception_bl_el h3{
	font-family: 'RidleyGrotesk-Regular';
	font-size: 20px;
	font-weight: normal;
	margin: 8px 0;
}
.node-type-sous-home-reception .contact_block{
	background: #333;
	clear: both;
	width: 100%;
	padding: 20px 25px;
	box-sizing: border-box;
	font-family: 'RidleyGrotesk-Regular';
}
.node-type-sous-home-reception .contact_block h3{
	text-transform: uppercase;
	color: #fff;
}
.node-type-sous-home-reception .contact_block p{
	font-family: 'RidleyGrotesk-Regular' !important;
	text-transform: none !important;
	font-size: 14px !important;
}
.node-type-sous-home-reception #sidebar-second .region-sidebar-second p:before{
	content: none;
}
#receptionsMiniBlocs .rec_list{
	display: block;
	text-decoration: none;
	margin: 27px 0;
}
#receptionsMiniBlocs .rec_list .img,
#receptionsMiniBlocs .rec_list img,
#receptionsMiniBlocs .rec_list span{
	display: inline-block;
	vertical-align: middle;
}
#receptionsMiniBlocs .rec_list span{
	padding: 2px 0 2px 10px;
	margin-left: 10px;
	border-left: 1px solid #971135;
	font-family: "RidleyGrotesk-Light";
	letter-spacing: 1px;
	font-weight: 100;
	font-size: 20px;
	color: #666;
	text-transform: uppercase;
	transition: all .4s;
}
#receptionsMiniBlocs .rec_list .img{
	width: 25px;
	text-align: center;
}
#receptionsMiniBlocs .rec_list:hover span{
	color: #971135;
}
.press_block.block{
	width: 880px;
	float: left;
	box-sizing: border-box;
}
.zoomWrapperImage img{
	max-width: inherit;
}
.info_pratique{
	position: absolute;
	right: 165px;
	top: 15px;
	display: none;
}
.info_pratique.icon-infos-pratiques:before{
	font-family: "fontello_n";
	font-size: 20px;
}
.equipe h1{
	font-family: "RidleyGrotesk-UltraLight";
	font-size: 36px;
	color: #333;
	line-height: 38px;
	margin: 0 0 15px 0;
	font-weight: normal;
	text-transform: uppercase;
}
.equipe .group_title{
	font-family: "RidleyGrotesk-UltraLight";
	font-size: 24px;
	color: #333;
	line-height: 26px;
	margin: 25px 0 15px;
	font-weight: normal;
	text-transform: uppercase;
}
.equipe .member, .equipe .member.member_3_col{
	position: relative;
	display: inline-block;
	width: 33%;
	margin: 0 0 -5px -3px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	max-width: 389px;
}
.equipe .member.member_4_col{
	width: calc(25% - 2px);
}
.equipe .member img{
	width: 100%;
	float: left;
}
.equipe .member .hover_block{
	position: absolute;
	top: 3%;
	left: 5%;
	width: 90%;
	height: 90%;
	background: #eaeaea;
	padding: 35px 20px;
	box-sizing: border-box;
	opacity: 0;
	transition: all .4s;
}
.equipe .member:hover .hover_block{
	top: 5%;
	opacity: 1;
}
.equipe .member .title{
	font-family: "RidleyGrotesk-Regular";
	font-size: 28px;
	line-height: 32px;
	color: #000;
	padding-bottom: 5px
}
.equipe .member.member_4_col .title{
	font-size: 20px;
	line-height: 24px;
}
.equipe .member .sub-title{
	font-family: "RidleyGrotesk-Regular";
	font-size: 14px;
	color: #b11637;
	padding-bottom: 5px
}
.equipe .member .description{
	font-family: 'RidleyGrotesk-Regular';
	font-size: 14px;
	color: #787878;
	padding: 30px 0 5px;
}
.equipe .member.member_4_col .description{
	padding-top:5px
}
.equipe .member a{
	font-family: "RidleyGrotesk-Bold";
	display: inline-block;
	font-size: 13px;
	color: #3a3a37;
	text-decoration: none;
	transition: all .4s;
}
.equipe .member a:before{
	content: "►";
	display: inline-block;
	margin-right: 5px; 
}
.equipe .member a:hover{
	color: #b11637;
}
.equipe .member .bottom_aligner{
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
	width: 0px;
}
.equipe .member .bottom-content{
	display: inline-block;
	width: calc(100% - 4px);
}
.playLarge, .playLight{
	width: 56px;
	height: 56px;
	background: url('../img/play.png') no-repeat;
	opacity:0;
	transition: all .4s;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -28px;
}
#mainGalerieBis .item a:hover .playLarge,
#mainGalerieBis .item a:hover .playLight{
	opacity:1;
}
#header_responsive{display:none}
.footer_img_ce_baseline img{display:none;margin:30px 10px;max-width:70%}
.galery_container .grid-item.gallery_el .padding{background: none!important}
.galery_container .grid-item.gallery_el.archive .padding{background: #eaeaea!important}

#webform-component-sous-menu-sur-place{display:none}
.webform-component-textfield, .webform-component-email{width:calc(33% - 2px);display:inline-block}
#webform-component-fax{width:calc(35% - 2px)}
#webform-component-nombre-de-billets-adulte, #webform-component-nombre-de-billets-enfant{display:inline-block;width:calc(22% - 4px)}
#webform-component-nombre-audioguide{display:inline-block;width:75%}
#webform-component-nombre-de-billets-adulte label, #webform-component-nombre-de-billets-enfant label, #webform-component-nombre-audioguide label, #webform-component-nombre-audioguide1 label {display:inline-block}
#edit-submitted-sous-menu-sur-place{margin-left:15px}
#webform-component-description-4 p{font-size:14px; margin-top:35px}
.webform-component-date{display:inline-block;position:absolute;margin:-31px 0 0 280px}
.form-item-submitted-je-souhaite:last-child{margin-top:10px}
#block-views-frise-chronologique-block{display:none}
/*.mainslider .description a:hover .categorie, .mainslider .description a:hover .title, .mainslider .description a:hover .s_title, .mainslider .description a:hover .date{color:#971135}*/

.video_responsive{display:none}
.node-type-exposition .billet_link.responsive{display:none}
.galerie_responsive{display:none}
/*.node-type-exposition .accordion{display:none}*/
.node-type-exposition .twitter_responsive{display:none}
#infos .infos_responsive{display:none}
.right_links.row2{margin:0}

.message_exceptionnel{text-align:center;}
.node-type-home .message_exceptionnel{margin:20px auto 0;max-width:1600px}
.message_exceptionnel section.block{background:#d1d1d1;margin:0 auto;width:auto;padding:10px 20px;display:inline-block}
.message_exceptionnel .content{display:block;margin:0 auto;text-align:center}
.node-type-home #header{padding:10px 0 0}
.message_exceptionnel .content p{font-size:15px;font-family:'RidleyGrotesk-SemiBold';font-weight:normal;color:#000;vertical-align:middle;text-align: center;line-height:1.2}
.node-type-home #wrapper .message_exceptionnel, #header .message_exceptionnel{display:none}
.node-type-home #header .message_exceptionnel{display:block}
.node-type-exposition .billet_link.responsive{display:none}
.mainslider .message_exceptionnel{display:none}

/*Pop-in*/
/*.pop_in{position:fixed;bottom:0;right:30px;text-align:right;z-index:51}
.pop_in h2{display:inline-block;background-color:#3f3e39;text-transform:uppercase;font-family:'RidleyGrotesk-SemiBold';font-size:16px;color:#fff;padding:5px 20px;margin-right:15px;cursor:pointer;border:2px solid #3f3e39;position:relative;bottom:-160px;transition: all .4s}
.pop_in h2.active{bottom:0;transition: all .4s}
.pop_in h2:hover{background-color:#fff;color:#3f3e39}
.pop_in .info_pop_in{background-color:#e7e7e7;padding:10px;width:auto!important;position:relative;bottom:-160px;transition: all .4s}
.pop_in .info_pop_in.active{bottom:0;transition: all .4s}*/
.info_pop_in table{margin:0;padding:0}
.info_pop_in table td{padding:0;vertical-align:middle;text-align:center;position:relative}
.message_exceptionnel .content.info_pop_in table td p{width:auto!important;display:inline-block;padding:0 0 0 15px;font-family:'RidleyGrotesk-Regular';font-size:14px;line-height:1.2;color:#000;text-align:left}`
.info_pop_in table td .lien{text-align:center;margin:10px 0  0;padding:3px 20px;display:inline-block;transition: all .4s;background-color:#62267c;border: 2px solid #62267c}
.info_pop_in table td .lien:hover{background-color:#fff}
.info_pop_in table td .lien:hover a{color:#62267c}
.info_pop_in table td .lien:hover {transition: all .4s}
.info_pop_in table td .lien a{color:#fff;text-transform:uppercase;font-family:'RidleyGrotesk-SemiBold';font-size:12px;text-decoration:none;transition: all .4s}
.info_pop_in table td .lien:before{content:''}
.info_pop_in table td .bouton{margin:0 0 0 15px;font-size:12px}
/*END pop-in*/

/*Popup*/
.pop_up{width:100%;height:100%;background-color:rgba(0, 0, 0, 0.6);position:fixed;z-index:52;display:none}
.node-type-exposition .pop_up .block-block, .node-type-actu-ade .pop_up .block-block{display:block}
.popup_newslt .region-pop-up, .region-pop-up-sociaux{position:absolute;left:0;right:0;top:50%;bottom:50%;width:0;height:400px;min-width:520px;text-align:center;margin:-210px auto 0;}
.popup_newslt .region-pop-up .pop_in, .region-pop-up-sociaux .pop_in{background-color:#fff;padding:20px 30px 15px}
.popup_newslt .region-pop-up .pop_in.color{background-color:#002965}
.node-type-exposition .region-pop-up, .node-type-actu-ade .region-pop-up{width:40%}
.popup_newslt .btn_close, .popup_social .btn_close{position: absolute;right:10px;top:10px;width: 20px;height: 20px;background: url('../img/close_btn.png') center no-repeat;cursor: pointer;transition: all .4s}
.popup_newslt .btn_close:hover, .popup_social .btn_close:hover{transform:rotate(90deg);}
.region-pop-up p{font-family:'RidleyGrotesk-SemiBold';font-size:14px;line-height:1}
.region-pop-up .lien{background-color:#000;padding:7px 45px;display:inline-block;margin:15px 0 0;border:2px solid #000;transition: all .4s}
.region-pop-up .lien:hover{background:none}
.region-pop-up .lien a{color:#fff;text-transform:uppercase;text-decoration:none;font-family:'RidleyGrotesk-SemiBold';font-size:12px;transition: all .4s}
.region-pop-up .lien:hover a{color:#000;transition: all .4s}
.region-pop-up-sociaux h2{text-transform:uppercase;font-family:'RidleyGrotesk-SemiBold';font-size:12px}
.region-pop-up-sociaux ul{margin:15px 0}
.region-pop-up-sociaux ul li{display:inline-block;margin:0 25px 0 0}
.region-pop-up-sociaux ul li:last-child{margin:0}
.region-pop-up-sociaux ul li a{font-size:0}
.region-pop-up-sociaux ul li a:before{font-family:'fontello_n';font-size:20px;line-height:30px;color:#000;transition: all .4s;border-radius:100%;border:1px solid #000;padding:5px}
.region-pop-up-sociaux ul li a.facebookLogo:before{content:"\e809"}
.region-pop-up-sociaux ul li a.twitterLogo:before{content:"\e81d"}
.region-pop-up-sociaux ul li a.instaLogo:before{content:"\e80d"}
/*END popup*/

/*Page Exposition*/
.node-type-exposition #wrapper{width:100%;padding:0}
.w1600{max-width:1600px;margin:0 auto;}
.w1300{max-width:1300px;margin:0 auto;}
.w1250{max-width:1250px;margin:0 auto;}
.w1100{max-width:1100px;margin:0 auto}
.video_header {height:675px}
.video_header iframe{width:100%;height:100%}
.image_header{width:100%;height:675px;background-size:cover}
.image_header.mini{height:600px}
.image_header.diaporama{height:800px}
.video_block video{width:100%}
.node-type-exposition .w1600{position:relative}
.node-type-exposition .w1300{position:relative}
.node-type-exposition .tabs_nav.responsive{display:none}
.node-type-exposition .tabs_nav{position:absolute;bottom:-35px;right:50px}
.node-type-exposition .tabs_nav.without_image{bottom:auto;text-align:right;}
.node-type-exposition .tabs_nav a{font-family: "RidleyGrotesk-Medium";font-size: 15px;text-transform: uppercase;color: #242528;padding: 15px 20px;width: 200px;text-align: left;display: inline-block;line-height: 1;transition: all .4s;background-color:#eaeaea;margin-right:5px;border:2px solid #eaeaea}
.node-type-exposition .tabs_nav a strong {font-family: "RidleyGrotesk-Bold";font-size: 24px;font-weight: normal;display: block;}
.node-type-exposition .tabs_nav a:last-child{margin:0}
.node-type-exposition .tabs_nav a:hover{background-color:#fff}
.node-type-exposition .breadcrumb span:after{content:'>';padding:0 5px}
.node-type-exposition .breadcrumb span:last-child:after{display:none}
.node-type-exposition .caption_type,
.node-type-actu-ade .caption_type,
.node-type-mini-evenement .caption-type{font-family: "RidleyGrotesk-Bold";font-size: 20px;text-transform: uppercase;}
.node-type-exposition .caption_titre,
.node-type-actu-ade .caption_titre,
.node-type-mini-evenement .caption_titre{font-family: "RidleyGrotesk-Regular";letter-spacing: 1px;font-size: 45px;line-height: 1;padding: 10px 0;}
.node-type-exposition .caption_titre span,
.node-type-actu-ade .caption_titre span,
.node-type-mini-evenement .caption_titre span{font-size:26px;line-height:26px;display: block;}
.node-type-exposition .caption_date,
.node-type-actu-ade .caption_date,
.node-type-mini-evenement .caption_date{font-family: "RidleyGrotesk-Regular";font-size: 20px;line-height: 1;margin: 5px 0 20px;}
.block_presentation{border-left:4px solid #eaeaea;padding:0 25px;margin:40px 0 0}
.node-type-exposition .exhibition h2{font-size:24px;font-family:'RidleyGrotesk-Bold'}
.node-type-exposition .body{-webkit-columns: 2;-moz-columns: 2;columns: 2;-webkit-column-gap: 30px;-moz-column-gap: 30px;column-gap: 30px;font-family: "RidleyGrotesk-Regular";margin: 0 auto;font-size: 15px;padding:20px 0 30px;line-height:1.5;position:relative;}
.node-type-exposition .body h2{margin:10px 0 25px}
.node-type-exposition .body p{margin:0 0 25px}
.node-type-exposition .body h3{font-family:'RidleyGrotesk-SemiBold';font-size:22px;line-height:1.2;margin:0 0 20px}
.node-type-exposition .body p:last-child{margin:0}
.node-type-exposition .body p strong{font-family:'RidleyGrotesk-SemiBold';}
.node-type-exposition .mainG .region-content .citation{display:inline-block;float:left;width:215px;margin:7px 25px 20px 0;padding:25px 0;font-family:'RidleyGrotesk-Bold';font-style:italic}
.node-type-exposition .body iframe{width:100%!important}
.node-type-exposition .en_images{background-color:#242528;padding:60px 0 40px}
.node-type-exposition .diaponarama_color{background-color:#eaeaea;text-align:center;padding:20px 0}
.node-type-exposition .diaponarama_color .w1250{max-width: 1100px;margin: 0 auto;}
.node-type-exposition .diaponarama_color .bx-wrapper .inner_block{vertical-align:middle;display:inline-block!important;float:none!important}
.node-type-exposition .diaponarama_color .bx-wrapper .inner_block img{max-height:600px!important;max-width:600px!important;width:auto;height:auto}
.node-type-exposition .diaponarama_color .bx-wrapper, .node-type-exposition .diaponarama_color .bx-viewport{background:#eaeaea}
.node-type-exposition .diaponarama_color .bx-controls{position:static;bottom:auto;top:auto}
.node-type-exposition .diaponarama_color .bx-wrapper {margin:0 auto 40px}
.node-type-exposition .diaponarama_color .bx-wrapper .bx-pager, .node-type-exposition .diaponarama_color .bx-wrapper .bx-controls-auto{bottom:-40px}
.node-type-exposition .diaponarama_color .bx-wrapper .bx-prev{left:-250px}
.node-type-exposition .diaponarama_color .bx-wrapper .bx-next{right:-250px}
.node-type-exposition .diaponarama_color .legend{font-size:12px;font-family:'RidleyGrotesk-Regular';padding:15px 0 0}

.accordion {margin:50px 0}
.accordion .title_accordion{position:relative;font-family:'RidleyGrotesk-Medium';font-size:25px;padding:20px;line-height:1;text-transform:none;margin:0 0 15px;cursor:pointer;transition:all .4s}
.accordion .title_accordion:last-child{margin:0}
.accordion .title_accordion:after{content:'\e817';font-family:'fontello_n';position:absolute;right:20px}
.accordion .title_accordion.opened:after{content:'─';font-family:'RidleyGrotesk-Regular'}
.accordion .accordion_items{display:none;background-color:#f8f8f8;padding:20px 25px;margin:0 0 15px}
.accordion .accordion_items h3{font-size:20px;font-family:'RidleyGrotesk-Bold'}
.accordion .accordion_items p{font-size:15px;font-family:'RidleyGrotesk-Regular';padding:10px 0}
/*.accordion .accordion_items p:last-child{padding:20px 0 0}*/
.accordion .accordion_items p strong{font-family:'RidleyGrotesk-SemiBold'}
.accordion .accordion_items p img{margin:0 20px 0 0}
.accordion .accordion_items p a{font-family:'RidleyGrotesk-SemiBold';transition:all .4s;}
.accordion .accordion_items p a.bouton{margin:0}
.node-type-exposition .block_partners h2{font-family:'RidleyGrotesk-Medium';font-size:26px;text-transform:uppercase;border-left:4px solid #eaeaea;padding:0 0 0 25px;line-height:1;margin:60px 0 30px;color:#242528;}
.node-type-exposition .partenaire{float:none;display:inline-block;vertical-align:middle;padding:0;margin:0 25px 0 0;width:auto}
.node-type-exposition .partenaire:last-child{margin:0}
.partenaire_img a{display:inline-block;background-color:#fff}
h3{font-family:'RidleyGrotesk-SemiBold';}
#socialLogos li:first-child{margin:0}

.pop_in.mobile{display:none}

.partenaire_page{max-width:1080px;margin:0 auto 30px;text-align:center;}
.partenaire_page .partner{position:relative;display:inline-block;width:calc(25% - 10px);min-height:200px;margin:0 0 0 2px;border:1px solid #ccc;max-width:389px;text-decoration:none;background:#fff;transition: .4s all;}
.partenaire_page .partner img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}
.partenaire_page .partner .hover_block{position:absolute;top:3%;left:5%;width:90%;height:90%;background:#eaeaea;padding:35px 20px;box-sizing:border-box;opacity:0;transition:all .4s;text-align:left;}
.partenaire_page .partner.active .hover_block, .partenaire_page .partner:hover .hover_block{top:5%;opacity:1}
.partenaire_page .partner .title{font-family:"RidleyGrotesk-Regular";font-size:16px;line-height:20px;color:#000;padding-bottom:5px}

.node-lp-visite-virtuelle #wrapper{max-width:100%}
.lp_voeux .lp_header, .lp_voeux .lp_footer{text-align:center}
.lp_voeux .lp_header{padding:25px 0}
.lp_voeux .lp_footer{padding:20px 0}
.lp_voeux h1{color:#fff}
.lp_voeux h2{text-transform:uppercase;font-size:22px;font-family:'RidleyGrotesk-Bold';font-weight:normal;margin:0 0 25px}
.lp_voeux .desc{text-align:center;color:#fff;margin:0 0 50px}
.lp_voeux .desc p{margin:10px 0}
.lp_voeux .desc p a{color:#fff;transition:all .4s;}
.lp_voeux .desc p a:hover{color:#971135}
.video_content{text-align:center}
.visitevirtuelle{margin:0 auto;width:90%;height:80vh;display:block;padding:0 0 60px}
.video_content #video{position:fixed;float: none;top: 0;bottom: 0;right: 0;left: 0;margin: auto;width: 100%;height: auto;max-width:1800px;display: none;z-index: 11;}
.video_content .button_close{position:absolute;right:20px;display:block;top:30px}
.lp_voeux .video_content{position:relative}
.lp_voeux .video_content .play_bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;cursor:pointer}
.lp_voeux .video_content .play_bg:before{content: "▸";width: 90px;height: 90px;background-color:rgba(255, 255, 255, 0.8);border-radius: 100%;line-height: 95px;font-size: 120px;text-align: center;color: #1e1e3a;display: inline-block;position: absolute;left: 50%;top:50%;margin: -30px 0 0 -30px}
.lp_voeux .shadowBG {position: fixed;width: 100%;height: 100%;z-index: 10;top: 0;left: 0;background: rgba(0, 0, 0, 0.3);display:none;}
.lp_footer #socialLogos{margin:50px 0 30px;text-align:center}
.lp_footer #socialLogos li{display:inline-block;width:40px;height:40px;margin-right:20px}
.lp_footer #socialLogos li:last-child{margin-right:0}
.lp_footer #socialLogos li a{display:block;width:40px;height:40px;position:relative;z-index: initial;text-align:center;transition:all .4s;border-radius:100%;border:1px solid #fff;color:#fff}
.lp_footer #socialLogos li a:hover{border-color:#971135}
.lp_footer #socialLogos li a:before{font-family:"fontello_n";font-size:22px;line-height:40px;transition: all .4s}
.lp_footer #socialLogos li a:hover:before{color:#971135}
.lp_footer #socialLogos li a.facebookLogo:before{content: "\e809"}
.lp_footer #socialLogos li a.twitterLogo:before{content:"\e81d"}
.lp_footer #socialLogos li a.instaLogo:before{content:"\e80d"}
.lp_footer .retour{display:inline-block;margin:55px 0 0;padding:10px 25px;border:1px solid #fff;transition:all .4s}
.lp_footer .retour a{color:#fff;transition:all .4s;text-transform:uppercase;font-family:'RidleyGrotesk-Bold'}
.lp_footer .retour a:before{content:'<';padding:0 15px 0 0}
.lp_footer .retour:hover{border-color:#971135}
.lp_footer .retour:hover a{color:#971135}
.lp_footer{background-color:#171717}
.image_footer{text-align:center;padding:0 0 20px}
.lp_footer img{vertical-align:middle;max-width:250px}
.lp_footer img:last-child{margin:0 0 0 25px;max-height:50px}

/*Message COVID*/
.infos_pop_in{background-color:#002965;margin:0 auto 20px}
.node-type-home .infos_pop_in{position:absolute;top:112px;left:0;right:0;max-width: 1600px;z-index:51;margin:0 auto}
.node-type-home.admin-menu .infos_pop_in{margin-top:25px}
.infos_pop_in .infos{padding:10px 20px}
.infos_pop_in .infos p{color:#fff;font-family:'RidleyGrotesk-Regular'}
.infos_pop_in .infos p a{color:#fff;transition:all .4s}
.infos_pop_in .infos p a:hover{color:#b91a49}
.supplement.active{display:inline-flex;vertical-align:middle;}
.supplement .region-supplement{background-color: #002965;max-width: 600px;margin: auto;vertical-align: middle;position:relative;padding:40px 10px 40px 30px;}
.supplement  .btn_close, .popup_newslt .pop_in.color .btn_close{position: absolute;right:10px;top:10px;width: 20px;height: 20px;background: url('../img/close_btn_blanc.png') center no-repeat;cursor: pointer;transition: all .4s}
.supplement .region-supplement h2, .pop_in.color h2{color:#fff;text-align:center;font-family:'RidleyGrotesk-SemiBold';font-size:21px;font-weight:normal;}
.supplement .region-supplement p, .pop_in.color p{margin:20px 0}
.supplement .region-supplement p, .supplement .region-supplement p a, .pop_in.color p a{color:#fff}
.supplement .region-supplement p strong, .pop_in.color p strong{font-weight:normal;font-family:'RidleyGrotesk-Bold'}
.pop_up ul li{color:#fff;position:relative;margin:0 0 20px 40px;line-height:1.2;text-align:left;}
.pop_up ul li a{color:#fff;text-decoration:underline;transition:all .4s}
.pop_up ul li a:hover{color:#b91a49}
.pop_up ul li:before{content:'';width:30px;height:30px;background-image:url(../img/icon_message.png);background-size:cover;display:inline-block;position:absolute;left:-40px;top:0;bottom:0;margin:auto;}
.pop_up ul li.billet:before{background-position:0}
.pop_up ul li.masque:before{background-position:168px 0}
.pop_up ul li.temperature:before{background-position:141px 0;width:29px}
.pop_up ul li.gel:before{background-position:113px 0;width:20px}
.pop_up ul li.distance:before{background-position:92px 0;width:32px}
.pop_up ul li.iphone:before{background-position:60px 0;width:20px}
.pop_up ul li.repas:before{background-position:42px 0;width:23px}
.pop_up ul li.valise:before{background-position:20px 0;width:20px}

.pop_in.color p{color:#fff;text-align:left;}

.cdsROW.cx_brand_refresh.wide .logo{background:none!important}
/*Evol_09072020*/
.frise_chrono {border:2px solid #675c53;margin:30px 0}
.frise_chrono .frise_visuel, .frise_chrono .desc_frise{display:inline-block;vertical-align:middle;}
.frise_chrono .frise_visuel{width:calc(100% - 550px);line-height:0}
.frise_chrono .desc_frise{width:545px;font-family:'RidleyGrotesk-Regular';font-size:14px;color:#675c53}
.frise_chrono .desc_frise h3{color:#675c53;font-family:'RidleyGrotesk-Bold';font-size:16px;text-transform:uppercase;}
.frise_chrono .desc_frise p{margin:10px 0}
.frise_chrono .bouton{text-transform:none;}
.frise_chrono .bouton:after{content:'>>';padding:0 0 0 10px}
.frise_chrono .bouton.responsive{display:none;}
/*.frise_chrono .bouton:hover{background:none;color:#971135}*/

.region-pop-up-sociaux ul li{margin:0 25px 0 0}
.region-pop-up-sociaux ul li:before{display:none;}
.region-pop-up-sociaux ul li a{text-decoration:none;}

/*Evol Page_Simple*/
.node-type-page-simple #wrapper{/*max-width:1600px;*/width:100%}
.node-type-page-simple #main{float:none;width:100%;max-width:1080px;margin:0 auto;z-index:0}
.new_organisation .chapo{font-family:'RidleyGrotesk-Regular';font-size:18px;line-height:1.3}
.new_organisation .chapo strong{font-family:'RidleyGrotesk-Bold'}
.new_organisation .structure{margin:30px 0;clear:both;overflow:auto;}
.new_organisation .image_left img{float:left;margin-right:45px;max-width:450px}
.new_organisation .image_right img{float:right;margin-left:45px;max-width:450px}
.new_organisation .image_left .contexte{float:right;width:calc(100% - 495px)}
.new_organisation .image_right .contexte{float:left;width:calc(100% - 495px)}
.new_organisation .contexte p{margin:0 0 20px}
.new_organisation .contexte p.bouton{margin:0 20px 20px 0}
.new_organisation .contexte h2{font-family:'RidleyGrotesk-Regular';font-size:24px;text-transform:uppercase;margin:0 0 15px;column-span: all;font-weight:normal;}
.new_organisation .contexte h3, .new_organisation h3{font-size:18px;margin:0 0 20px}
.new_organisation h3{margin:0 0 10px}
.new_organisation .contexte .citation{color:#8a8a8a;max-width:80%;margin:30px auto;font-family:'RidleyGrotesk-SemiBold';font-style:italic;}
.new_organisation .col_2 .contexte{-webkit-columns: 2;-moz-columns: 2;columns: 2;-webkit-column-gap: 30px;-moz-column-gap: 30px;column-gap: 30px;}
.new_organisation .bloc_gris{background-color:#ededed;padding:25px 20px}
.new_organisation .bloc_gris .contexte p{margin:0 0 5px}
.new_organisation .contexte tr {border-bottom: 1px solid #dcdcdc;}
.new_organisation .contexte table tr td {vertical-align: middle;}
.new_organisation .slider .bx-wrapper{width:900px}
.new_organisation .slider .icon{position:absolute;bottom:75px;right:65px;width:25px;height:25px;background-image:url(../img/icon_voir.png);background-size:cover;}
.new_organisation .slider .infos{margin:20px auto 0;max-width:800px}
.accordion_title{padding:0 0 15px;border-bottom: 1px solid #000;position: relative;cursor:pointer;transition:all .4s}
.accordion_title:after {content: '\e822';font-family: 'fontello_n';position:absolute;top:0;right:20px;font-size:20px}
.accordion_title.opened:after {content: '\e823';color:#971135}
.accordion_title h2 {font-family: "RidleyGrotesk-Bold";font-size: 15px;color: #000;line-height: 26px;margin: 0;font-weight: normal;text-transform: uppercase;clear: both;transition:all .4s}
.accordion_title.opened h2, .accordion_title:hover h2{color:#971135}
.accordion_content{padding: 25px 0;display:none;}
.bloc_gris p a{text-decoration:underline;transition:all .4s;}
.bloc_gris a:hover{color:#971135;}
.bloc_gris a.pdf_link{display:block;text-decoration:none;margin:0 0 10px 30px;transition:all .4s;position:relative;}
.bloc_gris a.pdf_link:before{content:'';background-image:url(../img/icon_download.svg);display:inline-block;width:20px;height:20px;background-size:cover;position:absolute;top:0;left:-30px}
.bloc_gris a.pdf_link:hover{color:#971135;text-decoration:underline;}
.new_organisation .bx-wrapper .bx-controls-direction a{margin-top:-50px}

/*View videos*/
.pp_pic_holder{position:absolute;background-color:#fff;display:none;z-index:10000}
.pp_content{margin:auto}
div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right, div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right{background:none!important;}
.pp_pic_holder.pp_default .pp_description{font-size:16px;line-height:1.4;font-weight:normal;}
.video_galery{position:relative;}
.gallery_video .image_header{height:550px;}
.shadow{background:linear-gradient(77deg,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 85%);position:absolute;width:100%;height:550px}
.video_galery .legende{position:absolute;top:0;bottom:0;left:220px;margin:auto;width:540px;min-height:200px;color:#fff;height:200px}
.video_galery .legende .alaune{font-family:'RidleyGrotesk-Bold';font-size:16px;text-transform:uppercase;}
.video_galery .legende h2{font-family:'RidleyGrotesk-Bold';font-size:26px;line-height:1.3;font-weight:normal;margin:10px 0 20px;text-shadow: 2px 2px 4px rgb(0 0 0 / 45%);}
.video_galery .legende p{font-family:'RidleyGrotesk-Regular';font-size:20px;line-height:1.4;text-shadow: 2px 2px 4px rgb(0 0 0 / 45%);}
.video_galery .lecture{color:#fff;text-transform:uppercase;font-family:'RidleyGrotesk-SemiBold';font-size:18px;padding:8px 20px;margin-top:20px;transition:all .4s;}
.video_galery .lecture:before{content:'►';margin-right:10px}
.gallery_video h3{
	font-family:'RidleyGrotesk-Regular';
	font-size:24px;
	font-weight:normal;
	margin:0 0 15px
}
.gallery_video .col_4{display:inline-block;vertical-align:middle;width:calc(25% - 10px);margin:0 9px 0 0}
.gallery_video a{display:inline-block;width:100%;text-decoration:none;}
.w1450{/*max-width:1450px;*/margin:0 auto;}
.gallery_video .col_4 .hidden{display:none;}
.gallery_video .col_4 .hidden h2{font-family:'RidleyGrotesk-Bold';font-size:16px;line-height:1.3}
.gallery_video .col_4 .hidden p{font-size:13px;line-height:1.3;font-family:'RidleyGrotesk-Regular'}
.gallery_video .swiper-container {
	overflow: visible;
}
.gallery_video .w1450.gallery_slides_block {
	overflow: hidden;
	padding: 20px 3em 80px;
	margin: -20px auto -90px;
}
.gallery_video .col_4 .main_image{position:relative;z-index:2;width:100%}
.gallery_video .col_4 .main_image.not-active{z-index:0}
.gallery_video .col_4 .hidden {
	position: absolute;
	width: calc(100% + 65px);
	min-height: calc(100% + 70px);
	transform: scale(0.9);
	top: -30px;
	left: -45px;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
	z-index: 11;
}
.gallery_video .col_4 .hidden img {
	width: 100%;
}
.gallery_video .col_4 .video_galery .hidden.active{
	transform: scale(1);
	top: -75px;
}

.gallery_video .col_4:first-child .video_galery:hover .hidden,
.gallery_video .col_4.swiper-slide-active .video_galery:hover .hidden{
	left: 0px;
}
.gallery_video .col_4:last-child:not(:first-child) .video_galery:hover .hidden,
.gallery_video .col_4.swiper-slide-active + .col_4 + .col_4 + .col_4 .video_galery:hover .hidden{
	left: -92px;
}
.video_galery .play_button{width:28px;height:25px;border-radius:100%;border:3px solid #000;margin-top:10px;display:block;}
.video_galery .play_button:before{content:'►';font-size:18px;line-height:28px;padding:0 0 0 7px}
.gallery_slide .swiper-button-prev, .gallery_slide .swiper-button-next{height: 100%;top: 0;margin: 0;padding: 0 10px;opacity:0;transition:all .4s}
.gallery_slide .swiper-button-prev{left:-50px}
.gallery_slide .swiper-button-next{right:-50px}
.gallery_slide .swiper-button-prev:after, .gallery_slide .swiper-button-next:after{color:#fff;opacity:0;transition:all .4s;font-size:35px}
.gallery_slide:hover .swiper-button-prev:after, .gallery_slide:hover .swiper-button-next:after,.gallery_slide:hover .swiper-button-prev, .gallery_slide:hover .swiper-button-next{opacity:1}
.gallery_video .full{margin:0 0 50px}
.node-type-page-simple .video{text-align:center;margin:35px 0 0}
.node-type-page-simple .video h2{font-family:'RidleyGrotesk-Bold';font-size:24px;font-weight:normal;}
.node-type-page-simple .video table{margin:30px auto 0}
.gallery_slide .swiper-button-prev.mobile, .gallery_slide .swiper-button-next.mobile{display:none;}
.gallery_slide .swiper-button-prev.swiper-button-disabled, .gallery_slide  .swiper-button-next.swiper-button-disabled{display:none;}
.gallery_slides_block .decouverte{margin:25px 0 0;font-family:'RidleyGrotesk-Bold';font-size:16px;text-transform:uppercase;transition:all .4s;position:relative;}
.gallery_slides_block .decouverte:before{content:'>';padding:0 10px 0 0}
.video_galery .responsive{display:none;}
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause{display:none;}