@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---complement perso ------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p {
	margin-bottom: 8px;
}
/*---- classes utiles ---*/
.clear {
	clear: both;
}
.flLeft {
	float: left;
}
.flRight {
	float: right;
}
.textCenter {
	text-align: center;
}
.textLowercase {
	text-transform: lowercase;
	margin-top: -14px;
	font-size: .7em;
	margin-bottom: 0;
}
.ital {
	font-style: italic;
}
.imgCentre {
	display: block;
	margin: auto;
}
/*-----infos a la une ---*/



/*-----------------FONTS------------------*/

@font-face {
	font-family: 'latolight';
	src: url('../fonts/lato-light-webfont.eot');
	src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*-----------------SITE------------------*/
html, body {
	height: 100%;
	font-family: 'latolight', serif;
}
a {
	text-decoration: none;
	color: #0A0A0A;
}
body {
	background: #252627;
	font-size: 0.750em;
}
h1 a {
	color: #6C6B6B;
}
h1 {
	font-size: 2.4em;
	line-height: 1.6;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-top: 24px;
}
h1 span {
	font-size: 0.5em;
	color: #6C6B6B;
}
h2 {
	font-size: 1.5em;
	padding-bottom: 10px;
	color: #CBB486;
	text-align: center;
	letter-spacing: 4px
}
#a-la-une {
	background: #7B746E;
	width: 25%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 4px;
	line-height: 1.4;
}
#a-la-une a {
	display: block;
	color: #fff;
	font-size: 1.1em;
}
#a-la-une div {
	display: none;
	text-align: center;
}
header {
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 2em;
	background: #fff;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	transition: height 0.3s;
	/*	overflow:hidden;
*/	height: 105px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.headerHome {
	height: 75px;
}
header.smaller {
	height: 50px;
}
.h1scroll /* pour le scroll */ {
	text-align: left;
	padding-top: 12px;
	display: inline-block;
	font-size: 1.2em;
	margin-left: -30px;
}
.h2scroll /* pour le scroll */ {
	font-size: 1.2em;
	margin-left: 30px;
	display: inline-block;
}


[id=nouveaute] {
	position: fixed;
	top: 10px;
	left: 1.1%;
	background:#252627;
	padding:  4px;
	z-index: 101;
	font-size: 1.3em;
	
}

[id=nouveaute] a{
	color:#B3A996;}


[id=menu] {
	position: fixed;
	top: 10px;
	right: 2.4%;
	width: 52px;
	height: 40px;
	z-index: 101;
	font-size: 1.6em;
}
[id=menu] span {
	position: absolute;
	top: -14px;
	right: 3px;
}
[class=show] {
	display: block;
	background: url(../img/layout/menu-big.png) no-repeat 0 0;
	width: 54px;
	height: 50px;
}
[class=close] {
	background: url(../img/layout/menu-big.png) no-repeat -52px 0;
	width: 52px;
	height: 50px;
	display: block;
}
#navTop ul {
	position: fixed;
	background: #fff;
	height: 100%;
	right: -300px;
	top: 0px;
	width: 300px;
	text-align: center;
	padding-top: 150px;
	z-index: 10;
}
#navTop ul li {
	text-transform: uppercase;
	line-height: 2.3em;
}
#navTop ul li.contact {
	color: #868484;
	font-weight: 300;
	font-size: 1.2em;
	letter-spacing: 1px;
}
#navTop ul li.infos {
	padding-top: 20px;
	font-size: .9em;
}
#navTop ul li.actus {
	padding-top: 30px;
	padding-bottom: 15px;
}
#navTop ul li.actus a {
	padding-bottom: 3px;
	border-bottom: 1px solid #CBB486;
}
#navTop ul li a {
	color: #868484;
	font-weight: 300;
	font-size: 1.2em;
	text-decoration: none;
	letter-spacing: 1px;
}
#navTop ul li a.current {
	color: #0A0A0A;
	font-weight: 400;
}
#navTop ul li a:hover {
	color: #686F8E;
}
.wrapper-home {
	padding-top: 115px;
}
.photo img {
	display: block;
	margin: auto;
}
.media {
	max-width: 100%;
	height: auto;
}
.legende {
	text-align: center;
	padding: 30px 0;
	color: #fff;
}
.legende span {
	padding: 0 10px;
}
.legende span:nth-child(1) {
	text-transform: uppercase;
	color: #CBB486;
	position: relative;
}
.legende span:nth-child(1):before {
	content: "";
	position: absolute;
	left: -50px;
	top: 5px;
	height: 1px;
	width: 50px;
	border-top: 1px solid #CBB486;
}
.titre {
	text-transform: uppercase;
	color: #CBB486;
}
footer {
	text-align: center;
	padding: 30px 0;
	border-top: 1px dotted #CBB486;
}
footer p a {
	color: #FFF8ED;
}
footer p a:hover {
	text-decoration: underline;
}
footer p.lien-footer a {
	padding-right: 10px;
}
footer p.lien-footer a:after {
	content: "||";
	padding-left: 10px;
	color: #CBB486;
}
footer p.lien-footer a:last-child:after {
	content: "";
	padding-left: 0px;
}
/*-------------------ACCUEIL GALERIE ___________________________*/
.wrapper-galerie {
	margin-top: 29px;
	font-size: 1.3em;
	color: #fff;
	max-width: 1500px;
	text-align: center;
	margin: 20px auto;
}
.accGalerie {
	width: 32%;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
}
.accAlbum {
	margin-top: 10px;
	width: 25%;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
	font-size: .7em;
}
.accGalerie:hover img, .accAlbum:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.accGalerie figcaption, .accAlbum figcaption {
	padding-top: 15px;
	background: #565052;
}
.accAlbum figcaption {
	background: #876F66;
}
.accGalerie img, .accAlbum img {
	transition: all 0.5s ease;
}
.accGalerie figcaption, .accAlbum figcaption {
	padding-top: 20px;
	transition: all 1.5s;
}
.accGalerie:hover, .accAlbum:hover {
	color: #0F0D0D;
}
.accGalerie a, .accAlbum a {
	color: #fff;
}
.accGalerie a:hover figcaption, .accAlbum a:hover figcaption {
	background: #000;
	color: #333131;
}
.accGalerie a:hover .titre-categorie, .accAlbum a:hover .titre-categorie {
	color: #B59B67;
}
.accGalerie a:hover .nbre-images, .accAlbum a:hover .nbre-images {
	color: #1D1D1D;
	background: #fff;
}
.nbre-images {
	text-transform: none;
	font-size: .7em;
	background: #7B7B7B;
	padding: 10px 0;
	transition: all 1.5s;
}
/*-----------------INTERIEUR GALERIE-----------------------*/
.wrapper-full {
	text-align: center;
}
.item-galerie {
	display: inline-block;
	background: #060606;
	width: 170px;
	height: 170px;
	vertical-align: top;
	text-align: center;
	color: #fff;
	position: relative;
	margin: 10px 10px 60px 10px;
	line-height: 1.5;
}
.item-galerie img {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	margin: auto;
	border: 1px solid #D6CFBA;
}
/*.wrapper.modeles {
	background: #514B49;
}*/
.item-galerie figcaption {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 10px;
	letter-spacing: 2px;
	color: #D6CFBA;
}
.item-galerie figcaption p:last-child {
	font-size: .7em;
	letter-spacing: normal;
	margin-bottom: 0;
}
/*---------------------PAGES AFFICHAGE MODE GALERIE---------------------------*/
.wrapper {
	padding-top: 129px;
	font-size: 1.2em;
}
#les-infos {
	position: absolute;
	top: 300px;
	left: 0;
	right: 0;
}
#les-infos p {
	margin: 0;
}
.container {
	text-align: center;
}
#section-prev {
	float: left;
	width: 70px;
	text-align: center;
	font-size: .8em;
	padding: 24px 0;
	background: #000;
}
#section-next {
	float: right;
	width: 70px;
	text-align: center;
	font-size: .8em;
	padding: 24px 0;
	background: #000;
}
#section-prev a, #section-next a {
	color: #A1988E;
}
/*-------------------le choix mode vignette ou galerie -----------------------*/
.choix {
	padding-right: 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.choix a {
	text-decoration: none;
	color: #A1988E;
	border-bottom: 1px solid #D6CFBA;
	padding-bottom: 3px;
	transition: all .5s;
}
.choix a:hover {
	border-bottom: 1px solid #A1988E;
	color: #D6CFBA;
}
/*-------------------les infos qui affichent le nombre de photos et de galeries -----------------------*/
.infos-nbre-photos, .nbre-photos-page {
	color: #A1988E;
	letter-spacing: 2px;
}
.nbre-photos-page span {
	padding-top: 3px;
}
.nbre-photos a {
	color: #A1988E;
	margin: 6px;
	text-align: center;
	display: inline-block;
	padding: 1px 2px;
}
.nbre-photos a.activee {
	color: #111;
	background: #D5BD9A;
}
.nbre-photos-page {
	margin-top: 10px;
}
/*-------------------  FIN les infos qui affichent le nombre de photos et de galeries -----------------------*/

/*-------------------  les pages galeries en mode vignettes -----------------------*/

.vignettes {
	width: 85%;
	margin: 20px auto;
	padding-top: 20px;
}
/*-------------------  page infos site -----------------------*/

.main {
	width: 80%;
	max-width: 1200px;
	margin: auto;
	color: #D6CFBA;
	line-height: 2;
	padding-bottom: 30px;
	position: relative;
}
.main a {
	color: #CBB486;
	text-decoration: underline;
}
.listePuce li {
	margin-left: 10px;
}
.listePuce li:before {
	content: ">";
	padding-right: 5px;
}
.half {
	width: 50%;
	padding: 20px 10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 30px;
}
.halfNouv {
	background: #554B42;
}
.halfIntemp {
	background: #393939;
}
.w50pc {
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
}
.padR {
	padding-right: 5%;
}
.padL {
	padding-left: 5%;
}
/*------------- page news--------------*/

.w30pc {
	display: inline-block;
	width: 27%;
	vertical-align: top;
}
.w70pc {
	display: inline-block;
	width: 70%;
	vertical-align: top;
	margin-left: 10px;
	margin-top: 25px;
}
.news {
	text-align: center;
	width: 80%;
	margin: auto;
}
.news li {
	display: inline-block;
	margin: 0 10px;
	text-align: center;
}
/*-------------------  page recherche -----------------------*/

#recherche {
	padding-top: 30px;
}
input[type="text"] {
	width: 200px;
	border: 1px solid #D0C5A9;
	background: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 20px;
	color: #D6CFBA;
	margin-bottom: 10px;
}
select {
	width: 200px;
	border: 1px solid #D0C5A9;
	background: transparent url(../img/recherche/ng-select.png) no-repeat 180px center;
	height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #D6CFBA;
	margin-bottom: 10px;
}
#rech_text {
	width: 300px;
	height: 150px;
	border: 1px solid #D0C5A9;
	background: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
	color: #CBB486;
	margin-bottom: 10px;
}
label {
	display: inline-block;
	width: 300px;
	text-align: right;
	margin: 0 10px 0 10px;
}
.valignTop {
	vertical-align: top;
}
#button {
	margin: 10px 0 0 328px;
	background: none;
	color: #D6CFBA;
	border-radius: 8px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: 0;
	border-bottom : 1px solid #D6CFBA;
	font-size: .9em;
	font-family: 'latolight', serif;
}
option {
	background-color: #111
}
option:active {
	background-color: #abd5cd;
}
.resultat {
	color: #fff;
	padding-left: 20%;
	padding-top: 120px;
}
.resultat a {
	color: #cbb486;
}
#ds_conclass {
	position: absolute !important;
	top: 200px !important;
	left: 30% !important;
	background: #252627;
	border: 1px solid #D0C5A9;
}
#ds_conclass td {
	padding: 5px !important;
}
/*------------page photos à vendre -------------*/
.main_avendre {
	max-width: 1070px;
	margin: auto;
	color: #D6CFBA;
	line-height: 1.6;
	padding-bottom: 30px;
}
.col_petite_img {/* width: calc(24.2990654206% - 10px)260px / 1070px */;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	padding: 10px;
	background: rgba(231,228,221,0.3);
	width: 23%;
	min-height: 800px;
	position: relative;
}
.col_grande_img {
	width: 50%/*50.7476635514%; 543px / 1070px*/;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.first div:nth-child(3), .last div:nth-child(2) {
	min-height: 500px;
}
.titre_photos_vendre {
	padding: 6px;
	background: #181B22;
	text-align: center;
	margin-bottom: 10px;
}
.formats {
	font-size: .8em;
	margin-top: 20px;
}
.mail {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
/*----------------  page liens --------------------*/
.mainLiens {
	max-width: 1062px;
	margin: auto;
	color: #D6CFBA;
	line-height: 2;
	padding-bottom: 30px;
}
.carre-lien {
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	background: #393939;
	margin-bottom: 2px;
	min-width: 210px;
	text-align: center;
}
.mainLiens a {
	color: #CBB486;
	font-size: .9em;
}
.separateurLiens {
	margin: 30px 0;
	position: relative;
	text-transform: uppercase;
}
.separateurLiens:before {
	content: "";
	position: absolute;
	height: 1px;
	background: #d6cfba;
	width: 30%;
	top: 16px;
	left: 13%;
}
.separateurLiens:after {
	content: "";
	position: absolute;
	height: 1px;
	background: #d6cfba;
	width: 30%;
	top: 16px;
	right: 13%;
}
#acheter {
	padding-top: 4px;
	position: fixed;
	width: 310px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #A2957E;
	background: rgba(162,149,126, .8);
	text-align: center;
	font: 15px Verdana, sans-serif;
	z-index: 100;
}
#acheter div {
	display: none;
	text-align: center
}
#acheter a {
	color: #fff;
}

@media screen and (max-width:769px) {
header {
}
header.smaller {
	height: 45px;
}
header nav ul li a {
	color: #0A0A0A;
}
h1 {
	padding-bottom: 10px;
}
	/* petit burger sur peits ecrans */
[id=menu] {
	right: 1.1%;
	width: 40px;
	height: 40px;
	font-size: .9em;
	
}
[id=menu] span {
	position: absolute;
	top: -9px;
	right: 8px;
}
[class=show] {
	background: url(../img/layout/menu.png) no-repeat 0 0;
	width: 40px;
	height: 40px;
}
[class=close] {
	background: url(../img/layout/menu.png) no-repeat -40px 0;
	width: 40px;
	height: 40px;
}
	
	/* fin petit burger sur peits ecrans */
.h1Home {
	padding-top: 25px;
}
#a-la-une {
	padding: 2px;
	width: 55%;
}
.wrapper, .wrapper-home {
	margin-left: 0px;
}
footer {
	display: none;
}
.titreGalerie {
	width: 75%;
	min-height: 250px;
}
/*-----------------------*/
.accGalerie {
	width: 43%;
}
.accAlbum {
	width: 35%;
	margin: auto;
}
.item-galerie {
	margin-bottom: 50px;
}
#les-infos {
	position: static;
}
.rg-image-wrapper {
	padding: 10px 30px!important;
}
/*------------- page news--------------*/
.w30pc {
	display: block;
	width: 80%;
	text-align: center;
	margin: auto;
}
.w70pc {
	display: block;
	width: 90%;
	margin: auto;
}
.tiers, .w50pc {
	width: 80%;
	display: block;
	margin: auto;
}
/*------------- page recherche--------------*/

#recherche {
	width: 300px;
	margin: auto;
}
label {
	display: block;
	text-align: left;
	margin: 10px 0;
}
#button {
	margin-left: 0;
}
/*---------a vendre-----------*/
.main_avendre {
	display: flex;
}
.col_petite_img {
	width: 48%;
	display: flex;
	flex-direction: column;
	padding: 4px;
}
.first div:nth-child(2) {
	order: 3;
}
.col_petite_img .visuel {
	display: block;
	margin: auto auto 2px auto;
}
.col_grande_img {
	display: none;
}
/*-----------page liens------------*/
.mainLiens {
	max-width: 636px;
}
.separateurLiens:before {
	left: 10%;
}
.separateurLiens:after {
	right: 10%;
}
}

@media only screen and (max-width : 480px) {
/* Smartphones (portrait and landscape) ----------- */

.wrapper {
	padding-top: 80px;
}
.wrapper-home {
	padding-top: 70px;
}
h1 {
	font-size: 1.4em;
	padding-bottom: 0px;
	padding-top: 2px;
	letter-spacing: normal;
}
h2 {
	letter-spacing: normal;
}
header, .headerHome {
	height: 55px;
}
header.smaller {
	height: 45px;
}
.h1scroll /* pour le scroll */ {
	text-align: left;
	display: inline-block;
	font-size: 1.1em;
}
.h2scroll /* pour le scroll */ {
	font-size: .9em;
	margin-top: -25px;
	display: inline-block;
	margin-left: 10px;
}
.smallinterli {
	line-height: 1.1;
	font-size: 1em;
	color: #75510D;
}
.titre-left, .titre-left-album, .titre-right, .titre-right-album {
	float: none;
	width: 100%;
}
.titre-left p, .titre-right p, .titre-right-album p, .titre-left-album p {
	padding-top: 5%;
}
.image-categorie-left, .image-categorie-left-album, .image-categorie-right-album, .image-categorie-right {
	width: 100%;
}
.titre-categorie {
	padding-bottom: 0;
}
.text-transf-none-small {
	padding: 0
}
.item-galerie {
	margin: 10px auto 40px auto;
}
.accGalerie {
	width: 90%;
	display: inline-block;
}
.accAlbum {
	width: 45%;
	margin: auto;
}
#lightcase-case .lightcase-info {
	padding-bottom: 0px;
	left: 0;/*ajout mc*/
	width: 100%;
}
/*page album*/
#les-infos {
	width: 90%;
	margin: auto;
}
.nbre-photos a {
	margin: 6px 0;
}
.rg-caption span:nth-child(1):before {
	left: -30px;
	width: 35px;
}
/*page liens*/
.mainLiens {
	max-width: 210px;
}
.separateurLiens {
	margin: 10px 0;
}
.separateurLiens:before {
	width: 20%;
	top: 14px;
	left: 0%;
}
.separateurLiens:after {
	width: 20%;
	top: 14px;
	right: 0%;
}
/*page résultat recherche*/
.vignettes {
	padding-top: 68px;
}
#ds_conclass {
	left: 20% !important;
}
#acheter {
	position:static;
	margin-top: 30px;
	width: 200px;
	top:auto;
	left:auto;
	right:auto;
}

#acheter img {
	max-width: 100%;
	height:auto;
}

[id=nouveaute] {
	
	padding:1px 2px;
	line-height:1.1;
	font-size: .9em;
	
	
}

[id=nouveaute] a{ color:#B3A996;}
}

@media (orientation: landscape) and (max-device-width : 321px) {
/* Smartphones ( landscape) ----------- */

header, .rg-thumbs {
	display: none;
}
.wrapper {
	padding-top: 0;
}
.es-carousel-wrapper {
	margin-top: -150px;
}
.h2scroll /* pour le scroll */ {
	font-size: .8em;
}
}
