/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

@font-face {
	font-family: 'futura_bk';
	src: url('fonts/futura_book-webfont.eot');
	src: url('fonts/futura_book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/futura_book-webfont.woff') format('woff'), url('fonts/futura_book-webfont.ttf') format('truetype'), url('fonts/futura_book-webfont.svg#futura_bkbook') format('svg');
	font-weight: normal;
	font-style: normal;
}

button, input, select, textarea {
	font-family: "futura_bk", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	/*text-transform: uppercase;*/
	color: #3c3c3b;/*DADADA*/
	border:#FFF solid 1px;
}
.black button, .black input, .black select, .black textarea {
	color: #3c3c3b;
	border:#3c3c3b solid 1px;
	/*background: #3c3c3b;*/
}
#pays {
    width: 100%;
}
.flex_captcha {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% + 10px);
    margin: 10px 0 0;
}
.flex_captcha img#sx-captcha {
    width: calc(29% - 10px);
    height: 20px;
    margin: 0 10px 0 0;
}
.flex_captcha input#captcha_code {
    width: calc(37% - 10px) !important;
    height: 20px !important;
    font-size: 14px !important;
    padding: 0 5px !important;
    margin: 0 10px 0 0 !important;
}
a.btn.btn-info.btn-sm {
    width: calc(27% - 10px);
    height: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #000000;
    padding: 0 5px;
    line-height: 20px;
}
.error_captcha {
    color: #ffffff;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000000;
    font-size: 12px;
    line-height: 12px;
}
#oeuvres.black input {
	color: #3c3c3b;
	text-transform:none;
}
::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
a {
	color: #FFF;
	text-decoration: none;
}
img {
	vertical-align: middle;
	border: none;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
	font-family: "futura_bk", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	background: #111;/*111*/
	height: 100%;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}
body.black {
	background: #FFF;/*111*/
	transition: display .5s ease;
	-webkit-transition: display .5s ease;
	-moz-transition: display .5s ease;
	-o-transition: display .5s ease;	
}
.wrapper {
	width: 98%;
	margin: 0 1%;
	padding: 0;/*background: #FF0;*/ /* Jaune */
}



/************ supersized.css**********************/
#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background: url(../img/progress.gif) no-repeat center center;
}
#supersized {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}
#supersized img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: none;
	border: none;
}
#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}	/*Speed*/
#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}			/*Quality*/
#supersized li {
	display: block;
	list-style: none;
	z-index: -30;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
}
.black #supersized li {
	background: #FFF;
}
#supersized a {
	width: 100%;
	height: 100%;
	display: block;
}
#supersized li.prevslide {
	z-index: -20;
}
#supersized li.activeslide {
	z-index: -10;
}
#supersized li.image-loading {
	background: #111 url(../img/progress.gif) no-repeat center center;
	width: 100%;
	height: 100%;
}
#supersized li.image-loading img {
	visibility: hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
	display: inline;
}
#controls-wrapper {
	height: 20px;
	width: 20px;
	bottom: 60%;
	right: 0;
	z-index: 4;
	position: fixed;
}

#oeuvres #controls-wrapper,
#presse #controls-wrapper {
	display: none;
	visibility:hidden;
}
#contact #like_btn {
	display: none;
}
#controls, #like_btn {
	height: 100%;
	position: relative;
	text-align: left;
	z-index: 5;
	margin-top: 10px;
}
#controls {
	margin-right:3px;
}

ul#slide-list, ul#slide-btn {
	float: right;
}
#oeuvre ul#slide-btn {
	float:none;
	width:100%;
}

ul#slide-list li {
	list-style: none;
	margin: 0 0 0 15px;
}
ul#slide-list li a {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 9px;
	height: 9px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
	zoom: 1;
 *display: inline;
	background: #ffffff;
	overflow: hidden;
	text-indent: -99999999%;
}
.black ul#slide-list li a {
	background: #000;
}
.black ul#slide-list li.current-slide a, .black ul#slide-list li.current-slide a:hover, ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
	background: #4a4a49;
}
.black ul#slide-list li a:hover, ul#slide-list li a:hover {
	background: #4a4a49;
	cursor: pointer;
}
ul#slide-btn li {
	list-style: none;
	height: 17px;
	float: left;
	margin: 0 0 0 10px;
}
#oeuvre ul#slide-btn li {
	height: 21px;
	margin:0;
}
ul#slide-btn li a {
	background-position: 0 0;
	background-repeat: no-repeat no-repeat;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 17px;
	width: 26px;
}
#oeuvre ul#slide-btn li a {
	height: 15px;
	width: 21px;	
}

ul#slide-btn li a.social-likes__button_facebook {
	background-image: url(../img/like.png);
	background-position: 0 2px;
	display: none;
}
ul#slide-btn li a.social-likes__button_pinterest {
	background-image: url(../img/print.png);
	width: 34px;
	display: none;
}

.black  ul#slide-btn li a.social-likes__button_facebook {
	background-image: url(../img/like_gris.png);
}
.black ul#slide-btn li a.social-likes__button_pinterest {
	background-image: url(../img/print_gris.png);
}


#oeuvre ul#slide-btn li.envoyer_ami {
	margin-right:65px;
	display:none;
}
#oeuvre ul#slide-btn li.envoyer_ami a {
	background-image: url(../img/contact.png);
}

#oeuvre ul#slide-btn li a.social-likes__button_facebook {
	background-image: url(../img/like_2.png);
	width: 54px;
	height:18px;
}
#oeuvre ul#slide-btn li a.social-likes__button_pinterest {
	background-image: url(../img/print_2.png);
	width: 45px;
	height:21px;
}



#oeuvre.black ul#slide-btn li.envoyer_ami a {
	background-image: url(../img/contact_gris.png);
}
#oeuvre.black  ul#slide-btn li a.social-likes__button_facebook {
	background-image: url(../img/like_2_gris.png);
}
#oeuvre.black ul#slide-btn li a.social-likes__button_pinterest {
	background-image: url(../img/print_2_gris.png);
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.header-container {
	padding:20px 0 0 0;
	margin: 0;
}
.main {
/*	position:relative;
	z-index:10;*/
}
.main-container {
	margin-bottom: 20px;
}
.header-container #header-left {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}
.header-container #header-middle {
	width: 72%;
	padding: 0;
	margin: 0 auto;
}
.header-container #header-right {
	padding: 0;
	text-align:center;
	color: #939295;
	margin-top:50px;
	display:none;
}
#home .header-container #header-right {
	display:block;
}


.main article {
}

.main article a#info {
	text-transform:uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #282827;
	text-decoration:none;
	color:#DEDEDE;
}
.black .main article a#info {
	color: #3c3c3b;
}
.main article #infodiv {
	position:fixed;
	bottom:10px;
	left:10px;
}


#catalogue .main article {
	display:none;
}
.main aside {
	width: 92%;
	margin: 0 auto;
}
#catalogue .main aside {
	width: 100%;
}
#oeuvres .main aside {
	width: 100%;
}
.main aside .right_content {
	margin-top: 14px;
	color: #FFF;
}
.gmap3 {
	width: 100%;
	height: 400px;
	color:#000;
}
.gmap3 a{
	color:#000;
}
.cadre_contact {
	border: #FFF solid 1px;
	background: #FFF;
	/*	padding:2px;	
	width: 100%;*/
	color: #282827;
	margin: 0;
}
.titre_contact {
	line-height: 40px;
	height: 40px;
	margin-left: 10px;
}
/**** Base styles ****/
.sxbox {
	width: 156px;
	height: 156px;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}
.sxbox * {
	position: absolute;
	margin: 0;
	padding: 0px;
}
/**** Example Options ****/

#options {
	margin-bottom: 30px;
}
#options ul {
	margin: 0;
	list-style: none;
	margin-left: 33px;
}
#options li {
	float: left;
	margin-bottom: 0px;
	min-width: 148px;
}
#options li a {
	color: #3c3c3b;
	font-size: 10px;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
}
#options li a:hover {
}
#options li a:active {
	text-decoration: underline;
}
#options li a.selected {
	text-decoration: underline;
	text-shadow: none;
}
.option-set {
	display: none;
}
.footer-container {
	z-index: 10;
	/*visibility:hidden;*/
	width: 100%;
	bottom: 0;
	left: 0;
	color: #FFF;
}
.footer-container #footer-left {
	width: 100%;
	margin: 0;
	padding: 0;
	display: none;
}
.footer-container #footer-left p {
	margin:0;
	padding:0;
}

.footer-container #footer-right {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
	display: none;
}
.footer-container #footer-left div {
	margin: 2px 0 0 0;
}
.footer-container #footer-right div {
	margin: 5px 0 0 0;
}
#footer_content {
	display: none;
}

.retour {
	position:relative;
	z-index:99;
	float: right;
}

#header-right #lang,
#header-right #lang2,
#header-right a {
	color: #939295;
	font-size: 50px;
	line-height:80px;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);
}
#header-right #lang3 {
	position:absolute;
	width:20px;
	height:30px;
	right: 60px;
    top: 20px;		
}
#header-right #lang3 a {
	color: #939295;
	font-size: 20px;
	line-height:25px;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);	
}

#catalogue_frame {
	width:100%;
	max-height:580px;
	height:480x;	
}

#header-right a.selected {
	text-decoration: underline;
}
#header-right #search a, #header-right #social a {
	background-position: 0 0;
	background-repeat: no-repeat no-repeat;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 16px;
	width: 16px;
	position: absolute;
	right: 0;
}


/*#header-right #search,
#header-right #social,
#header-right #newsletter {
	display:none;
}*/
	.mobile { display:block; }
	.tablette { display:none; }
	.computer { display:none; }
	.tab_mobile {
		display:block;
	}
	.tab_pc {
		display:none;
	}	

#header-right div#search, #header-right div#social {
	position: relative;
	margin: 5px 0 0 0;
	min-height: 16px;
}
#header-right div#search {
	margin-top: 50px;
}
#header-right #search a {
	background-image: url(../img/search.png);
}
#header-right #social a.icon_facebook {
	background-image: url(../img/facebook.png);
}
.left_nav {
	width: 72%;
	/*height:400px;*/
	margin: 0 auto;
	position: relative;
	z-index: 8;
}
#oeuvre .left_nav,
#artiste .left_nav {
	visibility:hidden;
}
#oeuvre #like_btn {
	width: 72%;
}

#oeuvre #oeuvre_contact {
	color: #dadada;
	display:none;
}
.black  #oeuvre #oeuvre_contact {
	color: #3c3c3b;
}
#oeuvre #oeuvre_contact a {
	font-size:10px;
	color: #dadada;
	letter-spacing:0px;
}
.black#oeuvre #oeuvre_contact a {
	color: #3c3c3b;
}

.left_nav > div {
	padding: 23px 10px;
	border: #dadada solid 1px;
	border-top: none;
	font-size: 12px;
	line-height:14px;
	color: #dadada;
	background: #12110c;
	margin: 0;
	/*text-align: justify;*/
}

.left_nav div ul {
	list-style: none;
	margin: 0 0 0 10px;
}
.left_nav > a,
.left_nav > h3 {
	cursor: pointer;
	display: block;
	padding: 0 10px;
	margin: 14px 0 0 0;
	min-height: 40px;
	line-height: 50px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #282827;
	background-color: #dadada;
	/*white-space: nowrap;*/
	text-transform: uppercase;
	text-align: center;
}
.left_nav a:hover {
}
.left_nav a.selected {
}

	.left_nav > h3 > div {
		line-height: 20px;
		min-height:20px;
		color: #12110C;		
	}
	.left_nav > h3  > div > a {
		font-size:9px;
		display:block;
		color: #12110C;
		margin-top:-6px;	
	}
	
	
.left_nav > div a {
	color: #DADADA;
}
.black .left_nav > div a {
	color: #3c3c3b;
}
	
.footer-container footer {
	position: relative;
}
.no-border {
	border: none !important;
}
.right {
	float: right !important;
}
body#oeuvres {
	background: #FFF;
	color: #3c3c3b;
}
.articleBloc h3 {
	display: none;
}
.searchDiv {
	text-align: center;/* height:35px;
	border:#3c3c3b solid 1px;*/
}
.searchDiv input.search {
	-moz-box-sizing: border-box;
	background:url(../img/search_gris.png) 10px center no-repeat;
	border: 1px solid #3c3c3b;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	box-shadow: none;
	height: 30px;
	line-height: 20px;
	margin: 15px 0 0 0;
	outline: medium none;
	padding: 0px 10px 0px 35px;
	position: relative;
	vertical-align: middle;
	width: 240px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#DADADA;
}

#searchDivhaut {
	position:absolute;
	top:-2px;
	right:0;
	display:none;
}
#searchDivhaut.searchDiv input.search {
	width: 150px;
	height: 20px;
	line-height: 18px;
	margin:0;
	padding: 0px 10px 0px 27px;
	border: 1px solid #DADADA;
	color:#DADADA;
	background:url(../img/search.png) 2px center no-repeat;
}
.black #searchDivhaut.searchDiv input.search {
	background:url(../img/search_gris.png) 2px center no-repeat;
	border: 1px solid #3c3c3b;
	color:#3c3c3b;
}

#oeuvre .searchDiv input.search {
	background:url(../img/search.png) 10px center no-repeat;
	border:#DADADA 1px solid;	
	width:100%;
}
#oeuvre.black .searchDiv input.search {
	background:url(../img/search_gris.png) 10px center no-repeat;
	color:#3c3c3b;
}

#oeuvre .searchBloc {
	padding:0;
	border:none;
	background:none;
}

#oeuvre .searchBloc ul{
	padding:15px;
	margin:0;
	border:#DADADA 1px solid;
	background-color:#12110C;
	color:#DADADA;
}



.sxbox a.sxGalerie {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;/*contain , cover;*/
	width: 156px;
	height: 156px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.sxbox a.sxGalerie .hoverTxt {
	display: none;
	font-size: 30px;
	height: 121px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 35px 5px 0 5px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 146px;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFF;
	text-shadow: #000 0px 0px 20px;
}
.sxbox a.sxGalerie .hoverTxt span {
	display: block;
	font-size: 16px;
	width: 156px;
	text-align: center;
}
.aside_bottom {
	position: relative;
	height: 50px;
}
.aside_bottom .go-top {
	background-image: url(../img/fleche.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-transform: uppercase;
	color: #3c3c3b;
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	height: 35px;
	line-height: 50px;
	width: 85px;
	text-align: center;
	position: absolute;
	right: 50%;
	top: 10px;
	margin-right: -43px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
 *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.visible {
	visibility: visible !important;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
/*******Newsletter**********/
#form_newsletter input.error {
	border: 1px solid red !important;
}
#form_newsletter label.error {
	display: none !important;
}
#form_newsletter input[type="text"], #form_newsletter input[type="email"], #form_newsletter textarea {
	/*background: url('../img/fond_input_nl.jpg') no-repeat;*/
	width: 99%;
	height: 20px;
	font-size: 12px;
	padding: 0 0 0 1%;
	margin: 0 0 14px 0;
}
#form_newsletter textarea {
	height: 100px;
	padding: 5px 0 0 5px;
}
#form_newsletter input[type="submit"] {
    width: 83px;
    height: 24px;
    line-height: 20px;
    text-transform: uppercase;
    background: #3c3c3b;
    color: #c3c3c2;
    text-align: center;
    border: none;
    font-size: 11px;
    margin-top: 10px;
    float: right;
}
.msg_confirmNL {
	border-right: 2px solid #8e8d90;
	text-transform: uppercase;
	font-size: 17px;
}
.black .msg_confirmNL {
	color: #c3c3c2;
}

#bloc_nl {
	width: 100%;
}
.titre_nl {
	border-right: 2px solid #FFF;
	text-transform: uppercase;
	margin: 0 0 20px 5px;
	font-size: 22px;
	line-height: 24px;
	height: 40px;
}
.black .titre_nl {
	border-right: 2px solid #3c3c3b;
	color: #3c3c3b;
}
#champs_obligatoire {
	color: red;
	font-size: 10px;
	margin: 10px 0 0;
}

ul.bxslider  li a {
	margin:10px;
	width:70px;
	height:90px;
	display:inline-block;
}
/*******Fin newsletter*********/
/*****Oeuvres******/
li a.liste_lien {
	background: none;
	font-size: 12px;
	color: #DADADA;
	line-height: 17px;
	margin: 0;
	padding: 0;
}
li a.liste_lien:hover {
	text-decoration: underline;
}
a.liste_lien_selected {
	text-decoration: underline !important;
}
.aside_bottom a.link_go_top_en {
	width: 50px;
}



/**********/
/**Footer**/
#footer-right a {
	text-decoration: none;
	color: #fff;
}
/****/


#header-left .logo a {
	background-image: url(../img/logo_mobile.png);
	background-position: 0 0;
	background-repeat: no-repeat no-repeat;
	display: block;
	height: 85px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 145px;
}
.black #header-left .logo a {
	background-image: url(../img/logo_gris_mobile.png);
}



@media only screen and (min-width: 480px) {
	.wrapper {
		/*background:#F00;*/ /* Rouge */
	}

	
}

@media only screen and (min-width: 768px) {
	
	.wrapper {
		/*background: #096;*/ /* Verrt 768 */
	}
	.header-container {
		padding-top:35px;
		margin-top: 0;
		height: 170px;
	}	
		
	#oeuvres .header-container {
		height: 180px;
	}	
			
	.left_nav {
		width: 240px;
		margin:0;
		visibility:visible;
	}
	
	#oeuvre #like_btn {
		width: 240px;
		margin-top:15px;
	}	
	.left_nav a,  .left_nav > h3 {
		line-height: 20px;
		min-height:20px;
		color: #12110C;
		text-align: left;
	}
		
	.left_nav > div {
		background:none;
	}

	.header-container #header-left {
		margin: 5px 0 0 5px;
		padding: 0;
		float: left;
		width:150px;
	}	
	.header-container #header-middle {
		width: 524px;
		margin: 0;
		padding: 0;
		float: left;
	}
	.header-container #header-right {
		width: 60px;
		margin: 0;
		padding: 0;
		float: right;
		text-align: right;
		color: #939295;
		display: block;
	}
	#header-right #lang,
	#header-right #lang2,
	#header-right a {
		font-size: 9px;
		line-height:12px;
	}	
		
	#oeuvre .left_nav,
	#artiste .left_nav {
		visibility:visible;
	}
	
	#oeuvre .searchBloc ul{
		background-color:transparent;
	}
		
	#catalogue_frame {
		height:580px;	
	}		
	#controls-wrapper {
		bottom: 95px;
		width: 100%;
	}
	ul#slide-list li {
		float: left;
	}
	/* ============
			WIDE: Main
		   ============ */
	#bloc_nl {
		float: right;
		width: 300px;
	}
		
	.footer-container {
		height: 60px;
		position: fixed;
	}
	ul#slide-btn li a.social-likes__button_facebook {
		display: block;
	}
	ul#slide-btn li a.social-likes__button_pinterest {
		display: block;
	}

	div.showhide {
		top: 35px;
	}
	#oeuvres .main article {
		float: none;
		width: 100%;
	}
	
	.main aside {
		float: left;
		width: 500px;
		/*max-width:600px;*/
	}	
	#oeuvres .main aside {
		float: none;
		width: 86%;
	}
	
	#oeuvres .main article #articleBloc1,
	#oeuvres .main article #articleBloc2,
	#oeuvres .main article #articleBloc3 {
		min-width:240px;
		width: 28%;
		margin: 0;
		padding: 0;
		float: left;
		border-right: #000 solid 1px;
		border-left: #000 solid 1px;
	}
	
	#oeuvres .main article #articleBloc1 {
	}	
	#oeuvres .main article #articleBloc2 {
		width: 33%;
	}
	#oeuvres .main article #articleBloc3 {
		width: 33%;
	}		
	#oeuvre ul#slide-btn li.envoyer_ami {
		display:block;
	}
	.articleBloc h3 {
		display: block;
		padding: 0 10px;
		margin: 0;
		height: 20px;
		width: 220px;
		line-height: 20px;
		text-decoration: none;
		font-size: 12px;
		font-weight: normal;
		color: #FFF;
		background-color: #3c3c3b;
		white-space: nowrap;
		text-transform: uppercase;
		text-align: left;
	}
	.searchDiv {
		text-align: left;
	}
/*	#header-right #search,
	#header-right #social,
	#header-right #newsletter {
		display: block;
	}*/
	.mobile { display:none; }
	.tablette { display:block; }
	.computer { display:none; }
	.tab_pc {
		display:block;
	}
	
	.sxbox {
		width: 320px;
		height: 320px;
	}
	#options {
		margin-bottom: 50px;
	}
	.option-set {
		display: block;
	}
	.sxbox a.sxGalerie {
		width: 320px;
		height: 320px;
		padding:0;
		margin:0;
	}
	.sxbox a.sxGalerie .hoverTxt {
		font-size: 45px;
		height: 250px;
		line-height: 45px;
		padding-top: 70px;
		padding: 70px 10px 0 10px;
		width: 300px;
	}
	.sxbox a.sxGalerie .hoverTxt span {
		font-size: 20px;
		width: 300px;
	}
	.aside_bottom .go-top {
		background-position: center right;
		width: 130px;
		text-align: left;
		height: 20px;
		line-height: 22px;
		right: 0;
		margin-right: 0;
	}
	.main-container {
		margin-bottom: 100px;
	}


	#header-left #slogon {
		display: block;
		color: #FFF; 
		text-transform: uppercase;
		font-size: 10px;
		line-height:14px;
		letter-spacing:0.5px;
		background-position:left 30px;
		background-repeat:no-repeat;
		background-image:url(../img/trait_blanc.png);
		height: 35px;
	}
	
	.black #header-left #slogon {
		color: #3C3C3B; 
		background-image:url(../img/trait_gris.png);		
	}
	
	.cadre_contact {
	}
	
	.main article {
		float: left;
		width: 250px;
	}

	.main aside .right_content {
		margin-top: 14px;
	}
	.footer-container #footer-left {
		width: 65%;
		float: left;
		height: 60px;
		display: block;
		background:url(../img/trait_blanc.png) left 46px no-repeat;
		margin-top:3px;
		line-height:20px;
	}
	.footer-container #footer-right {
		width: 30%;
		float: right;
		height: 60px;
		display: block;
	}
	.footer-container #footer-left div {
		margin: 2px 0 0 0;
	}
	.footer-container #footer-right div {
		margin: 5px 0 0 0;
	}
	#footer_content {
		background: url(../img/footer-bg.png) repeat-x center top;
	}
	
}

@media only screen and (max-width: 767px) {

	.flex_captcha img#sx-captcha {
		width: calc(20% - 10px);
	}
	
	.flex_captcha input#captcha_code {
		width: calc(42% - 10px) !important;
	}
	
	a.btn.btn-info.btn-sm {
		width: calc(24% - 10px);
	}

}

@media only screen and (min-width: 980px) {

	.wrapper {
		width: 960px;
		margin: 0 auto;
		padding:0 10px;
		/*background:#09F;*/ /* Bleu */
	}
	

	#header-left .logo a {
		background-image: url(../img/logo.png);
		background-repeat: no-repeat;
    	height: 60px;
    	margin-bottom: 20px;
    	width: 140px;
	}
	.black #header-left .logo a {
		background-image: url(../img/logo_gris.png);
	}	
	#oeuvres .main article #articleBloc2 {
		width: 37%;
	}	
	#oeuvres .main article #articleBloc3 {
		width: 34.4%;
	}	
	#oeuvres .main article #articleBloc3.large {
		width: 71.4%;
	}		
	.header-container {
		margin-top: 0;
		padding-top: 50px;
	}	
	.header-container #header-left {
		width: 290px;
	}			
	#oeuvres .main aside {
		width: 100%;
	}	
	.main article {
		width: 300px;
	}	
	.main aside {
		width: 660px;
	}	
	.black .left_nav > div {
		color: #3c3c3b;
	}
		
	.sx-nav > li > a {
		padding:0 11px;
	}
	
	.header-container #header-right {
		width: 115px;
		margin: 5px 0 0 0;
	}	
	
	.mobile { display:none; }
	.tablette { display:none; }
	.computer { display:block; }	
	.tab_mobile {
		display:none;
	}	
.black li a.liste_lien {
	color:#3c3c3b;
}			
	.cadre_contact {
		width: 565px;
	}	
		
		
}

@media only screen and (max-width: 400px) {
	
	.flex_captcha img#sx-captcha {
		width: calc(30% - 10px);
	}
	
	.flex_captcha input#captcha_code {
		width: calc(28% - 10px) !important;
	}
	
	a.btn.btn-info.btn-sm {
		width: calc(35% - 10px);
	}
			
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	
	.left_nav div{
		display: block!important;
		height: auto!important
	}	
}
