@charset "utf-8";
/* CSS Document 
font-family:'Avenir LT W01_35 Light1475496';
font-family:'Avenir LT W01_55 Roman1475520';
font-family:'Avenir LT W01_85 Heavy1475544';
font-family:'Avenir LT W01_95 Black1475556';
reset***/
* {
	margin: 0;
	padding: 0;
}
html, body, form {
	width: 100%;
	height: 100%;
	font-family:'Avenir LT W01_35 Light1475496';
}
h1, h2, h3, h4 {
	font-weight: normal;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
}
p {
	text-align: justify;
	line-height: 160%;
}
/***default framework***/
.container {
	margin: 0 auto;
	position: relative;
}
.no-margin {
	margin: 0!important;
}
.no-padding {
	padding: 0!important;
}
.clear {
	clear: both;
}
.logo {
}
/* hamburger menu */
.trigger-mobile-menu {
	display: none;
	right: 20px;
	top: 40px;
}
.trigger-mobile-menu, .trigger-mobile-menu:after, .trigger-mobile-menu:before {
	position: absolute;
	width: 40px;
	height: 4px;
	border-radius: 4px;
}
.trigger-mobile-menu:after, .trigger-mobile-menu:before {
	display: block;
	content: ''
}
.trigger-mobile-menu:before {
	top: -10px
}
.trigger-mobile-menu:after {
	bottom: -10px
}
.trigger-mobile-menu, .trigger-mobile-menu:after, .trigger-mobile-menu:before {
	background: #000;
}
.bn-01 {
	border: 1px solid #ccc;
	padding: 5px 0;
	display: inline-block;
	width: 100px;
	text-align: center;
	color: #666;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 14px;
	background: #dedede;
}
.bn-01.bn-modal {
    cursor: pointer;
    width: 100%;
    display: block;
}
.bn-01:hover {
	background: #666;
	color: #fff;
}
.phone {
	font-family:'Avenir LT W01_85 Heavy1475544';
}
.enquire {
	margin-bottom: 15px;
}
/* end */
.wrapper{
	padding: 0 4%;
	position: relative;
}
/*header*/
.header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 1em 0;
}
/*navigation*/
.menu-1061 {
	display: -webkit-flex;
	display: flex;
	flex-basis: 600px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
   	align-items: center;
}
.menu-1061 a {
	color: #666;
}
.menu-1061 a:hover {
	color: #FBC800;	
}
.sub-menu-1061 li {
	margin: 0 10px;
}
.sub-menu-1061 {
	display: -webkit-flex;
	display: flex;
	position: absolute;
	margin-left: -70px;
	margin-top: 10px;
}
.sub-menu-1061 a {
	color: #999;
	font-size: 16px;
}
/*end navigation*/
.title-pge {
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	font-family:'Avenir LT W01_85 Heavy1475544';
}
.container>.title-pge {
	margin-bottom: 20px;
}
/***search and google***/

#inpQuickSearch {
	width: 80px;
	text-align: center;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	border: 1px solid #ddd;
	height: 20px;
	font-size: 14px;
	font-family:'Avenir LT W01_55 Roman1475520';
	letter-spacing: 1px;
	padding-left: 10px;
}
#inpQuickSearch:focus {
	width: 90px;
}
/*** list objects ***/
.tabid-148 .list-obj {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.blogImageStyle {
	-webkit-flex-basis: 30%;
	flex-basis: 30%;
	margin-right: 2%;
}
.tabid-148 .article {
	display: -webkit-flex;
	display: flex;
}
.tabid-148 .article>div {
	-webkit-flex: 1 0 0;
	flex: 1 0 0;
}
.tabid-148 li.object {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.post-details .article {
	display: -webkit-flex;
	display: flex;
}
.post-details .article>div {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
.breadcrumb, .press .translation {
	display: none;
}
.post-details .blogImageStyle {
	flex: 1 0 0;
	margin-right: 2%;
}
.blogImageStyle {
	overflow: hidden;
}
.blogImageStyle img {
	width: 100%;
}
.posts-list .blogImageStyle{
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
}
.share {
	margin-top: 10px;
}
/*******************/
/***rules by page***/
/*******************/
/*homepage*/
.home {
	display: -webkit-flex;
	display: flex;
}
.home .event img{
    display:block;
    width:90%;
    max-width:100%;
    margin:0 auto;
    position:relative;
}

.home .highlight {
	flex: 1 0 0;
    display:none; /*note:160414 update*/
}
.home .highlight img {
	width: 100%;
}
.home .highlight .caption span, .right .caption span {
	display: block;
}
.home .highlight .name, .right .caption .name {
	font-family:'Avenir LT W01_55 Roman1475520';
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
}
.home .highlight .title, .right .caption .title {
	font-family:'Avenir LT W01_55 Roman1475520';
	color: #4798CB;
	font-size: 14px;
	text-transform: uppercase;
}
.home .highlight .date, .right .caption .date {
	font-size: 12px;
	margin-top: 10px;
}
.home .highlight:last-child {
	margin-left: 1%;
}
hr {
	width: 30px;
	border: 0;
	height: 1px;
	background: #ccc;
	margin: 10px auto 10px 0;
}
.as-edit-and-admin-buttons {
	position: absolute;
	}
.as-edit-and-admin-buttons a {
	padding: 0px 10px;
	border: 1px solid #ddd;
	color: #9F0002;
	background: #fff;
}
.as-edit-and-admin-buttons hr {
	width: 0;
	border: 0;
	height: 0;
}
/*artists list*/
.artists-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.artists-list .wrapper-artists {
	-webkit-flex-basis: 60%;
	flex-basis: 60%;
}
.list.artists {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
}
.list.artists .artist {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
.list.artists .name {
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
}
.list.artists .name:hover {
	color: #FCC300;
	font-family:'Avenir LT W01_95 Black1475556';
}
#floating-bloc{
	right: 2%;
	width: 38%;
}
#floating-bloc .area-img {
	width: 100%;
}
.artists-list .display-image, .artists-list .precharge-image {
	width:94%;
	position: absolute;
	top:0;
}
.artists-list .display-image{
	position:relative;
}

/*artist details*/
.artist-details .wrapper-inner {
	display: -webkit-flex;
	display: flex;
}
.artist-details .wrapper-menu {
	order: 2;
	-webkit-flex-basis: 110px;
	flex-basis: 110px;
}
.artist-details .info-artists {
	order: 1;
	flex: 1 0 0;
}
.menu-artists.sub-navigation li a {
	color: #666;
	font-size: 14px;
	text-transform: lowercase;
	margin-bottom: 5px;
	display: inline-block;
}
.bn-back {
	font-size: 15px;
	margin-bottom: 20px;
	right: 0;
	text-transform: lowercase;
	display: block;
	color: #666;
	font-family:'Avenir LT W01_85 Heavy1475544';
}
.menu-artists.sub-navigation li a:hover, .bn-back:hover {
	color: #FDC500;
}
.highlight-color {
	color: #FDC500!important;
	font-family:'Avenir LT W01_85 Heavy1475544';
}
.displayFlex .addthis_toolbox {
 	text-align: center;	
}
.displayFlex .addthis_toolbox * {
	display: inline-block;
	float: none!important;
}
.work .list-obj {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.work .list-obj>li.object {
	width: 17%;
	margin-right: 3%;
	margin-bottom: 30px;
}
.work .list-obj li>.area-img {
	height: 260px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.work ul.list-obj .object .area-img img {
	max-width: 100%;
	max-height: 260px;
}
.work ul.list-obj .object .title {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.work .list-obj li>.area-txt {
	padding: 10px;
	text-align: center;
}
.work .name {
	text-transform: uppercase;
	font-family:'Avenir LT W01_85 Heavy1475544';
	font-size: 14px;
	color: #FDC500;
	text-align: center;
	margin-bottom: 5px;
}
.object-details {
	display: none;
	background: #fff;
}
.displayFlex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.object-details .area-img {
	width: 100%;
	text-align: center;
}
.object-details .area-txt {
	width: 100%;
	text-align: center
}
.object-details .area-txt .title {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-family:'Avenir LT W01_95 Black1475556';
	margin-top: 10px;
}
.object-details .area-txt .name {
	text-transform: uppercase;
	font-family:'Avenir LT W01_85 Heavy1475544';
	font-size: 14px;
	color: #FDC500;
	margin-top: 5px;
}
.object-details .area-txt .description {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}
.object-details .print a{
	color: #666;
}
/*lightbox*/
.simplemodal-overlay {
	background-color:#000;
	opacity:.2;
}
.simplemodal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: url('/media/polo/02/images/ui/bn-close.png') 0 0 no-repeat transparent;
	background-size: 100%;
	display: block;
	cursor: pointer;
	z-index: 10000;
}
.simplemodal-close:hover, .simplemodal-close:focus {
	opacity: .5;
}
.simplemodal-container {
    background: #fff;
}
.simplemodal-data {
	border:0;
}
.simplemodal-wrap{
    overflow:hidden!important;
}
.tabid-153 .simplemodal-wrap{
    overflow:auto!important;
}
/*end lightbox*/
.artist-details .biography {
}
.artist-details .biography p {
}
/*exhibitions list*/
.exhibitions-list {
}
/*.exhibitions-list ul li, */
.exhibitions-list .item-exhibition, 
.publications .object, .press .object {
	display: -webkit-flex;
	display: flex;
	margin: 10px 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.exhibitions-list ul li .area-img img, .publications .area-img img, .press .area-img img {
	width: 150px;
}
.exhibitions-list ul li .area-img, .publications .area-img, .press .area-img {
	-webkit-flex-basis: 150px;
	flex-basis: 150px;
	width: 150px;
	margin-right: 20px;
}
.exhibitions-list ul li .area-txt, .publications ul li .area-txt, .press .object .area-txt {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1;
	flex: 1;
}
.exhibitions-list ul li .title, .publications ul li .title, .press ul li .title {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-family:'Avenir LT W01_85 Heavy1475544';
}
.exhibitions-list ul li .caption {
	font-size: 12px;
}
.exhibitions-list .list-docs{
    display: -wekit-flex;
    display: flex;
    -wekit-justify-content: flex-start;
    justify-content: flex-start;
    -wekit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}
.exhibitions-list .item-docs{
    margin-bottom: 10px;
}
.exhibitions-list .item-docs .bn-01{
    width: auto;
    max-width: inherit;
    padding: 5px;
}
/*publications*/
.publications ul li.publication .area-txt {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.publication .name {
	text-transform: uppercase;
	font-family:'Avenir LT W01_85 Heavy1475544';
	font-size: 14px;
	color: #FDC500;
	margin-top: 5px;
}
/*exhibitions details*/
.exhibition-details .object {
	display: -webkit-flex;
	display: flex;
	margin-top: 15px;
}
.exhibition-details .object .area-img {
	-webkit-flex-basis: 38%;
	flex-basis: 38%;
	margin-right: 2%;
}
.exhibition-details .object .area-img img {
	width: 100%;	
}
.exhibition-details .object .area-txt {
	-webkit-flex-basis: 60%;
	flex-basis: 60%;
}
.exhibition-details .object .title {
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-family:'Avenir LT W01_95 Black1475556';
}
.list-booth-img {
	display: none;
}
/*about us*/
.tabid-20 .main {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.tabid-20 .main .right {
	text-align: right;
}
.tabid-20 .main .right .bn-facebook {
	width: 80px;
	height: 16px;
	background: url('/media/Polo/02/images/ui/bn-facebook.png') no-repeat;
	display: inline-block;
}
.tabid-20 .main .right, .tabid-20 .main .center {
	width: 48%;
}
.tabid-20 .main .left, .desktop-clear {
	display: none;
}
.tabid-20 .right img {
	width: 100%;	
}
.tabid-20 .right hr {
	margin: 10px 0 10px auto;
}
.tabid-20 .adress a {
	color: #FDCD3F;
	font-family:'Avenir LT W01_95 Black1475556';
}
.tabid-20 .adress a:hover {
	color: #000;
}
.registration {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.registration .input-txt {
	width: 150px;
	height: 30px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	margin-right: 20px;
}
.registration .bn-submit {
	width: 90px;
	height: 30px;
	background: #ddd;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #858585;
	border: 0;
	cursor: pointer;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}
.registration .bn-submit:hover {
	background: #666;
	color: #fff;
}
/***slideshows***/
/**********************************/
/******** Responsive rules ********/
/**********************************/
/*Smartphone*/
@media screen and (max-height: 400px) {
    img {
        width: 100%;
        }
    .logo-gallery {
        display: block;
        margin: 0 auto;
    }
    .container {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%;	
    }
    .block-25, .block-33, .block-50, .block-75 {
        width: 100%;	
    }
    .list-obj li.object {
        width: 100%;
    }
    /*navigation*/
    .menu-id li {
        width: 100%;
        /* valeur à changer si le menu n'est pas dans le container */
        display: block;
    }
}
/*tablet vertical*/
@media screen and (max-width: 768px) {
	.trigger-mobile-menu {
		display: block;
	}
	.tabid-20 .main {
		flex-direction: column;
	}
	.tabid-20 .main .right, .tabid-20 .main .center {
		width: 100%;
	}
	.exhibitions-list ul li .area-img, .publications .object .area-img {
		margin-right: 0.5em;
	}
	.artist-details .wrapper-inner {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.artist-details .wrapper-menu {
		order: 1;
		margin-bottom: 20px;
	}
	.artist-details .info-artists {
		order: 2;
	}
	ul.list-obj, .work .list-obj>li.object {
		width: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
	}
	.work ul.list-obj .object .area-img img {
		width: 100%;
	}
	.exhibitions-list ul li .area-txt p {
		font-size: 12px;
	}
	.menu-1061 {
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	.menu-1061 a {
		font-size: 20px;
		line-height: 160%;
	}
	.menu-1061 li {
		text-align: right;
	}
	.header {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap; 
	}
	.menu-artists.sub-navigation li a, .bn-back {
		font-size: 16px;
	}
	.artists-list .wrapper-artists, .list.artists .artist {
		flex-basis: 100%;
	}
	#floating-bloc {
		display: none;
	}
	#inpQuickSearch {
		margin-top: 10px;
		height: 24px;
		line-height: 24px;
	}
	#inpQuickSearch:focus {
		width: 110px;
	}
}
/*tablet horizontal*/
@media screen and (min-width: 767px) and (max-width: 979px) {
	.menu-1061 {
		flex-basis: 500px;
	}
	.menu-1061 a {
		font-size: 16px;
	}
	.registration {
		flex-direction: column;
		align-items: flex-end;
	}
	.registration .input-txt {
		margin-bottom: 1em;
		margin-right: 0;
	}
}