/*
Theme Name: JCB
Author: Selectrum Communications
Description: JCB Gallerie Theme
Version: 1
License: GNU General Public License
*/


/*FONTS*/
@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans-regular/OpenSansRegular.eot');
    src: url('fonts/opensans-regular/OpenSansRegular.eot') format('embedded-opentype'),
         url('fonts/opensans-regular/OpenSansRegular.woff2') format('woff2'),
         url('fonts/opensans-regular/OpenSansRegular.woff') format('woff'),
         url('fonts/opensans-regular/OpenSansRegular.ttf') format('truetype'),
         url('fonts/opensans-regular/OpenSansRegular.svg#OpenSansRegular') format('svg');
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSansBold/OpenSansBold.eot');
    src: url('fonts/OpenSansBold/OpenSansBold.eot') format('embedded-opentype'),
         url('fonts/OpenSansBold/OpenSansBold.woff2') format('woff2'),
         url('fonts/OpenSansBold/OpenSansBold.woff') format('woff'),
         url('fonts/OpenSansBold/OpenSansBold.ttf') format('truetype'),
         url('fonts/OpenSansBold/OpenSansBold.svg#OpenSansBold') format('svg');
}

/* Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 10px;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #425e3a;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	font-size: 16px;
	font-weight:600;	
	line-height: 1;
	padding:1.12em 2.5em 1em;
	text-shadow: none;
	transition: all 0.25s ease-in-out 0s;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background:#41922a;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
textarea, input, button,#product-description .ui-accordion-header { outline: none; }
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
  color: #505050;
  border: 1px solid #9f9f9f;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email],
input[type=tel] {
  padding: 7px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 100%;
  box-sizing:border-box;
  font-family: 'OpenSansRegular';
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
	padding: 0;
	margin: 0;
	background: #ffffff;
	font-family: 'OpenSansRegular';
	line-height: 27px;
	font-size: 19px;
	color:#323232;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1 {
    font-size: 40px;
    line-height: 45px;
}
h2 {
	font-size: 34px;
	line-height: 37.32px;
}
h3 {
  line-height: 31px;
  font-size: 30px;
}
h4 {
  line-height: 26.64px;
  font-size: 20px;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 10px;
}
/* Text elements */
p {
  margin-bottom: 15px;
}
ul,
ol {
  margin: 0 0 10px 1em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 10px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 10px 10px;
}
b,
strong {
	font-family: 'OpenSansBold';
}
dfn,
cite,
em,
i {
	font-style:italic;
}
blockquote {
  margin: 0 10px;
}
address {
  margin: 0 0 10px;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
/* Links */
a {
  color: #425e3a;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover {
	color:#41922a;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
    margin-bottom: 1em;
    margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom:1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.container{
	max-width:917px;
	margin:0 auto;
}
img{max-width:100%;}
.clear{
	clear:both;
}
body, html {
    height: 100%;
    width: 100%;
}
/* Header
-------------------------------------------------------------- */
header#masthead {
    padding-bottom: 30px;
    padding-top: 0;
}

.menu-item-2601 > a,
.menu-item-2613 > a{
	pointer-events:none;
}
#logo {
	float: left;
	position: relative;
	margin-top: 30px;
}

#social-header {
	position: relative;
	float: right;
	margin-top: 30px;
}

#social-header a {
	margin-left: 5px;
	font-size: 22px;
}

#header-description {
	float: right;
	font-size: 16px;
	margin-top: 10px;
	position: relative;
	text-align: right;
	width: 585px;
	clear: right;
}

#logo img {
    max-width: 225px;
}

nav#header-menu {
    margin-top: 40px;
}

#header-menu ul{
	padding:0;
	margin:0;
	text-align:center;
}

#header-menu ul li {
    display: inline-block;
    list-style: none;
	position:relative;
}

#header-menu ul li a {
    box-sizing: border-box;
    color: #5f825e;
    font-weight:bold;
    font-size: 15px;
    letter-spacing: 1.7px;
    padding:10px 14px;
    text-transform: uppercase;
    transition: all 0.25s ease-in 0s;
}


#header-menu ul li a:hover,
#header-menu ul li.current-menu-item a{
	background:#f7f7f7;
}

#header-menu ul.sub-menu{
	z-index:100;
	position:absolute;
	opacity:0;
	background:#fff;
	visibility:hidden;
	transition:all 0.25s ease-in;
    padding:10px 0 0;
	padding-top:10px;
	width:273px;
}

#header-menu ul.sub-menu li{
	display:block;
	text-align:left;
	position:relative;
}

#header-menu ul.sub-menu li a{
    padding-left: 15px;
    padding-right: 15px;
	display: block;
}


#header-menu ul li:hover ul{
	opacity:1;
	visibility:visible;
}


/*----------------------HOME----------------------------*/
#home {
    margin-top: 20px;
}

.banner-description {
  font-size: 15px;
  text-align: right;
}

#home-banner{
	margin-bottom:40px;
}

#home-text {
    text-align: justify;
	padding-bottom:50px;
}

/*----------------------CONTACT PAGE----------------------------*/
#contact-form {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 50%;
}

#contact-form input{
	width:100%;
	box-sizing:border-box;
}

#contact-form textarea{
	width:100%;
	box-sizing:border-box;
	height:200px;
}

#inner-page {
    margin-top: 40px;
	padding-bottom:50px;
}

#contact-form div.wpcf7-response-output {
    margin: 2em 0 1em;
    width: 100%;
}

#contact-info {
    float: right;
    margin-top: 20px;
    position: relative;
    width: 44%;
}

#contact-map {
    float: left;
    margin-top: 20px;
    position: relative;
    width: 53%;
}

#contact-map #map {
    width: 100%;
    height: 318px;
}

.contact-title {
    font-weight: bold;
    margin-bottom: 20px;
}

/*----------------------EXPOSITIONS----------------------------*/
.exposition-image-source {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: -15px;
    text-align: right;
}

.exposition-full-title {
    color: #f22004;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.exposition-full-date {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.exposition-full-image {
    position: relative;
    text-align: center;
	margin-bottom:10px;
}

.exposition-full-source {
    font-size: 15px;
    margin-bottom: 30px;
    text-align: right;
}

.exposition-venir-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    text-align: center;
}

.exposition-full-content {
    text-align: center;
}

.exposition-item {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}


.exposition-image {
    background-size: cover;
	background-position:center center;
    height: 370px;
    width: 100%;
	-webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
	overflow:hidden;
	position:relative;
}

.exposition-credit-photo {
    font-size: 15px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.exposition-date {
    padding-bottom: 5px;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.exposition-item {
    border: 1px solid #e0e0e0;
    display: inline-block;
    margin-bottom: 5%;
    margin-right: 4.8%;
    padding-bottom: 20px;
    vertical-align: top;
    width: 47%;
	overflow:hidden;
}

.exposition-item.noRightMargin{
	margin-right:0;
}

.exposition-item > a{
	color:#323232;
}

.single-exposition-title {
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

.exposition-overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    width: 100%;
	opacity:0;
	transition:all 0.25s linear;
	-webkit-transition:all 0.25s linear;
}

.exposition-overlay > span {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 1;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 47%;
}

.exposition-item:hover .exposition-overlay {
	opacity:1;
}

.single-exposition-date {
    color: #5f825e;
    font-weight: bold;
    margin-bottom: 30px;
}

#oeuvres {
    padding-bottom: 80px;
    padding-top: 50px;
}

.oeuvres-image {
    background-size: cover;
	background-position: center center;	
    display: inline-block;
    height: 163px;
    margin-bottom: 20px;
    margin-right: 20px;
    vertical-align: top;
    width: 163px;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}

.single-exposition-content{
	text-align:justify;
}
.oeuvres-image.noRightMargin{
	margin-right:0;
}

.oeuvres-overlay{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	justify-content: center;
	-webkit-justify-content: center;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
	transition:all 0.25s linear;
	-webkit-transition:all 0.25s linear;	
}

.oeuvres-overlay > span {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    text-align: center;
    text-transform: uppercase;
	padding-left:5px;
	padding-right:5px;
}

.oeuvres-image:hover .oeuvres-overlay{
	opacity:1;
}


.red-ribbon {
    background-color: #e93f3f;
    color: #fff;
    display: block;
    font-weight: bold;
    left: 69px;
    position: absolute;
    text-align: center;
    top: 6px;
	z-index:2;
    transform: rotate(44deg);
	-webkit-transform: rotate(44deg);
    width: 92%;
	font-size:12px;
}

.oeuvres-popup{
	width:900px;
	display:none;
}
.oeuvres-popup-image {
    float: left;
    margin-right: 50px;
    max-width: 350px;
    position: relative;
}

.fancybox-close-small:hover{
	background:none;
}
.oeuvres-popup-image > img {
    max-width: 100%;
}

.oeuvres-popup-desc {
    float: left;
    max-width: 450px;
    position: relative;
}

.popup-social{
	margin-bottom: 10px;
}

.popup-social a {
	color: #000;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	margin-right: 10px;
	margin-bottom: 10px;
}

.like-bt {
	display: inline-block;
	margin-left: 25px;
	position: relative;
	top: -2px;
}

.news-item {
    border-bottom: 2px solid #f3f3f3;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.news-banner {
    margin-bottom: 25px;
}

.page-artist-url{
	float: right;
    margin-right: 20px;
    margin-top: 20px;
    padding: 3px 15px 6px;
    position: relative;
	background:#5f825e;
	color:#fff;
	transition:all 0.25s ease-in;
}

.page-artist-url:hover{
	color:#fff;
	background:#333;
}

.oeuvres-popup-desc > h3{
	margin-bottom:10px;
}

.back-to-artist.expositions-bt{
    margin: 30px auto 0;
    text-align: center;;
}
.back-to-artist > a,
.oeuvres-popup-button a {
    background: #425e3a;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin-bottom: 30px;
    padding: 11px 15px;
	transition:all 0.25s ease-in;
	-webkit-transition:all 0.25s ease-in;
}

.back-to-artist > a:hover,
.oeuvres-popup-button a:hover{
	background: #41922a;
}
/*----------------------ERROR SECTION----------------------------*/
.error-section{
	padding-top:100px;
	padding-bottom:100px;
}
/*----------------------ARTISTS----------------------------*/
.artists-name {
    position: relative;
}

.page-title {
    color: #5f825e;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 40px;
}

.page-template-template-nouveaux-arrivages .page-title,
.page-template-template-nouveaux-arrivages #inner-page > .container{
	text-align:center;
}

.page-template-template-nouveaux-arrivages .page-title{
	margin-bottom: 15px;
}

.artists-name .artist-name-item {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 2%;
    position: relative;
    width: 31%;
}

.artist-name-item .oeuvres-image {
    border: 2px solid #333;
    border-radius: 2px;
    display: none;
    left: 150px;
    position: absolute;
    top: -50%;
    z-index: 10;
	width:200px;
	height:200px;
}
.artist-name-item .oeuvres-image > a {
    display: block;
    height: 100%;
    width: 100%;
}
.artists-name a{
	color:#323232;
	transition:all 0.25s ease-in;
}

.artist-work .oeuvres-image.noRightMargin{
	margin-right:0;
}

.artist-work .oeuvres-image{
    margin-bottom: 10px;
    margin-right: 10px;	
}

.artist-photo {
    float: left;
    margin-right: 50px;
    max-width: 240px;
    position: relative;
}

.artist-photo img{
	max-width:100%;
}
.artist-content {
    display: inline-block;
    float: left;
    max-width: 620px;
    text-align: justify;
}

h3.artist-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.artist-work-examples{
	margin-top:40px;
}

#newletter-form div.wpcf7-response-output{
	color:#fff;
}

#newletter-form span.wpcf7-not-valid-tip{
	color:#fc4a32;
}


/*----------------------FOOTER----------------------------*/
#newletter-form {
    background-color: #6b6b6b;
    padding-bottom: 50px;
    padding-top: 50px;
	border-top: 5px solid #1a1a1a;
}

.subscribe-section-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #fff;	
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.subscribe-input {
    display: inline-block;
    width: 249px;
	vertical-align:top;	
}

.subscribe-input.select-input{
	width:150px;
}
.subscribe-input select{
    border: 1px solid #9f9f9f;
    box-sizing: border-box;
    color: #505050;
    font-size: 17.6px;
    padding: 7px;
    width: 100%;
}

.subscribe-input input{
	width:100%;
	box-sizing:border-box;
}

.subscribe-submit {
    display: inline-block;
    width: 150px;
	vertical-align:top;
}

.subscribe-submit input{
    box-sizing: border-box;
    height: 43px;
    padding: 0;
    width: 100%;
}

.footer-bottom {
    background-color: #1a1a1a;
    color: #fff;
    font-size: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
	overflow:hidden;
}

.copyright {
	/*float: none;*/
    position: relative;
	text-align:center;
}

#footer-social {
    float: right;
    position: relative;
}

#footer-social a {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

#mobile-menu-bar,#mobile-close{
	display:none;
}



@media (min-width: 1281px) {
	nav#header-menu{
		right:0 !important;
	}
	body.without-content footer{
		position:fixed;
		bottom:0;
		width:100%;
	}
}	


@media (max-width: 1280px)  {
	img{max-width:100%;}
	.oeuvres-popup{
		width:100%;
	}	
	#mobile-menu-bar{
		background: #425e3a none repeat scroll 0 0;
		color: #fff;
		display: block;
		font-size: 30px;
		padding: 9px 10px 5px;
		position: fixed;
		right: 0;
	}	
	#header-menu ul.sub-menu li{
		margin-bottom:0;
	}
	.container{
		padding-left:10px;
		padding-right:10px;
	}
	
	#header-description{
		width:60%;
		font-size:14px;
		margin-top:0;
	}
	
	#header-description br{
		display:none;
	}
	#mobile-close {
		color: #fff;
		cursor: pointer;
		display: block;
		float: right;
		font-size: 25px;
		margin-bottom: 20px;
		position: relative;
		right: 20px;
	}
	nav#header-menu{
		background: #425e3a;
		right: -300px;
		height: 100%;
		margin-top: 0;
		position: fixed;
		top: 0;
		width: 300px;
		z-index: 9999;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	#header-menu ul.sub-menu {
		background: inherit;
		opacity: 1;
		padding: 0;
		position: relative;
		text-align: center;
		transition: all 0.25s ease-in 0s;
		visibility: visible;
		width: 100%;
	}
	#header-menu ul.sub-menu li{
		text-align:center;
	}
	#header-menu ul.sub-menu li a {
		display: block;
		font-size: 12px;
		padding: 2px 0;
	}	
	#header-menu ul li {
		display: block;
		margin-bottom: 10px;
	}	
	#header-menu ul li a{
		color:#fff;
	}
	#header-menu ul li a:hover, #header-menu ul li.current-menu-item a{
		background:none;
		text-decoration:underline;
	}
	.subscribe-input,
	.subscribe-submit,
	.subscribe-input.select-input{
		display: block;
		margin: 0 auto 20px;
		width: 70%;
	}
	
	.subscribe-input .intl-tel-input{
		display: block;
	}
		
	#contact-form,
	#contact-info,
	#contact-map{
		width:100%;
		float:none;
	}
	.artist-work .oeuvres-image.noRightMargin{
		margin-right:10px;
	}
	.oeuvres-image.noRightMargin{
		margin-right:20px;
	}
	.oeuvres-image{
		width:29%;
	}
	.artist-name-item .oeuvres-image{
		display:none !important;
	}	
	
}

@media (max-width: 690px) {
	#masthead .clear{
		display:none;
	}
	#masthead .clear.on-mobile-show{
		display:block;
	}
	#mobile-menu-bar {
		display: inline-block;
		float: right;
		margin-top: 23px;
		position: relative;
		clear:right;
	}	
	#social-header {
		margin-top: 20px;
	}	
	#header-description{
		display:none;
	}
	header#masthead {
		display: inline-block;
		padding-bottom: 20px;
		width: 100%;
	}	
	#inner-page {
		margin-top: 20px;
	}	
	.exposition-item {
		display: block;
		margin-bottom: 40px;
		margin-right: 0 !important;
		overflow: hidden;
		padding-bottom: 20px;
		width: 100%;
	}
	.oeuvres-image{
		width:45%;
	}
	.artists-name .artist-name-item {
		width:48%;
	}	
	
}


@media (max-width: 500px) {
	.subscribe-input,
	.subscribe-submit,.subscribe-input.select-input	{
		width: 100%;
	}	
	.artists-name .artist-name-item {
		width:100%;
		margin-right:0;
	}		
	#footer-social a{
		margin-left:5px;
	}
	#logo img {
		max-width: 150px;
	}
	#mobile-menu-bar{
		margin-top:3px;
	}
	
	.oeuvres-image{
		width:100%;
		margin-right:0 !important;
	}
	.red-ribbon{
		left:30%;
	}
	.page-template-template-canada-artist #inner-page,
	.page-template-template-international-artist #inner-page{
		overflow:hidden;
	}
}