@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600";
@font-face {
	font-family: 'AGaramondPro-Regular';
	src: url('../fonts/AGaramondPro-Regular.eot');
	src: local('☺'), url('../fonts/AGaramondPro-Regular.woff') format('woff'), url('../fonts/AGaramondPro-Regular.ttf') format('truetype'), url('../fonts/AGaramondPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AGaramondPro-Semibold';
	src: url('../fonts/AGaramondPro-Semibold.eot');
	src: local('☺'), url('../fonts/AGaramondPro-Semibold.woff') format('woff'), url('../fonts/AGaramondPro-Semibold.ttf') format('truetype'), url('../fonts/AGaramondPro-Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
a:hover { text-decoration:none;}

/* Fonds */
#background_entrelacs {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: no-repeat;
	background-image:url(../img/entrelac1.png),url(../img/bg-top.png));
	background-position:10px 12px,0 0;
}
@media (min-width: 768px) {
	#background_entrelacs {
		background: no-repeat;
		background-image:url(../img/md-entrelac1.png),url(../img/bg-top.png),url(../img/sm-entrelac2.png);
		background-position:50% 12px,0 0, 50% 12px;
	}
}
@media (min-width: 992px) {
	#background_entrelacs {
		background: no-repeat;
		background-image:url(../img/md-entrelac1.png),url(../img/bg-top.png),url(../img/md-entrelac2.png);
		background-position:50% 12px,0 0, 50% 12px;
	}
}
#background_degrade {
	z-index: -2;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #84002a; /* Old browsers */
		background: -moz-linear-gradient(top,  #84002a 8%, #000000 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(8%,#84002a), color-stop(100%,#000000)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #84002a 8%,#000000 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #84002a 8%,#000000 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #84002a 8%,#000000 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #84002a 8%,#000000 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84002a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
		background-repeat: no-repeat;
		background-color: #000;
		background-size: 100% 350px;
}
/* GAUCHE */
.affix{ position:static;}
@media (min-width: 768px) {
	.affix{ position:fixed;}
	#col-gauche-affix {	width:188px;}
}
@media (min-width: 992px) {
	.affix{ position:fixed;}
	#col-gauche-affix {	width:243px;}
}
.affix-bottom,.affix-top {  position: relative; }

/* logo */
header {
	height:109px;
}
@media (min-width: 768px) {
	header { height:150px; }
}
@media (min-width: 992px) {
	header { height:150px; }
}
h1 a {
	background: url(../img/logo.png) no-repeat scroll 10px 40px rgba(0, 0, 0, 0);
	background-size: 200px;
    display: block;
    font-size: 18px;
    height: 0 !important;
    overflow: hidden;
    padding: 130px 0 0;
    margin:0; 
}
@media (min-width: 768px) {
	h1 a {
		background: url(../img/logo.png) no-repeat scroll -2px 62px rgba(0, 0, 0, 0);
		background-size: 100%;
		padding: 145px 0 0;
	}
}
@media (min-width: 992px) {
	h1 a {
		background: url(../img/logo.png) no-repeat scroll -2px 38px rgba(0, 0, 0, 0);
		background-size: 100%;
		padding: 150px 0 0;
	}
}
/* menu */
nav.row {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 40%, #3b2124 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#ffffff), color-stop(100%,#3b2124)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 40%,#3b2124 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 40%,#3b2124 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 40%,#3b2124 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 40%,#3b2124 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3b2124',GradientType=0 ); /* IE6-9 */
	background-size: 100% 900px;
	background-color: #3b2124;
	margin: 0 2px 0 0 !important;
}
#col_menu {
	background-image:url(../img/entrelac4.png);
	background-position:0 270px;
	background-repeat: no-repeat;
}
ul.menu {
	padding:0;
	margin:20px 10px 40px 10px;
	list-style-type: none;
}
@media (min-width: 768px) {
	ul.menu {
		padding:0;
		margin:25px 8px 40px 5px;
		list-style-type: none;
	}
}
@media (min-width: 992px) {
	ul.menu {
		padding:0;
		margin:40px 10px 70px 10px;
		list-style-type: none;
	}
}
ul.menu li {
	padding:0;
	border-bottom: solid 1px #d4bbb9;
}
ul.menu li a {
	display:block;
	padding:10px 2px;
	min-height:43px;
}
ul.menu li a:hover {
	text-decoration:none;
}
ul.menu li:hover {
	background: rgba(216,177,170,0.1);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* DROITE */
@media (min-width: 768px) {
	aside#langue {
		height:83px;
	}
	aside#boutons {
		height:41px;
		margin-right:-10px;
	}
	aside#langue > div {
		margin-top:58px; padding-right:10px;
	}
}
aside#boutons > div {
	height:31px; background:#fff; padding-top:2px; margin-top:5px;margin-bottom:5px;
}
aside#langue a {
	color:#ddd; text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
aside#langue a:hover {
	color:#fff; text-decoration:none;
}
aside#langue > div {
	color:#fff;
}

/* la page */
.page {
	background:url(../img/bg-page.png) repeat-y 0 0;
}
@media (min-width: 768px) {
	.page {
		margin-left:-7px;
		background-size: 549px 100%;
	}
}
@media (min-width: 992px) {
	.page {
		margin-left:-7px;
		background-size: 715px 100%;
	}
}
.contenu {
	background:url(../img/entrelac3-titre.png) no-repeat 0px 0px;
}
@media (min-width: 768px) {
	.contenu {
		min-height: 500px;
	}
}

h2 {
	padding: 70px 15px 0;
	margin:0;
	font-size:30px;
	font-family: 'AGaramondPro-Semibold', times, serif;
	color:#600000;
}
.pagination-hte {
	margin:12px 5px 0 50px;
	min-height:22px;
	background:#000;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(60, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 20px 0px rgba(60, 0, 0, 0.2);
	box-shadow:         0px 2px 20px 0px rgba(60, 0, 0, 0.2);
	color:#ddd;
	text-align:right;
	padding: 1px 10px 0 0;
	font-size:13px;
}
.pagination-hte strong, .pagination-bse strong {
	font-weight: normal;
	text-decoration: underline;
}
.pagination-hte a, .pagination-bse a {
	color:#ddd;
	text-decoration: none;
}
article {
	margin:0 -15px 12px 0;
	background:#fff;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(60, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 20px 0px rgba(60, 0, 0, 0.2);
	box-shadow:         0px 2px 20px 0px rgba(60, 0, 0, 0.2);
    padding: 20px 10px 15px 45px;
	/*background-image:  url(../img/filet.png),url(../img/filet.png);*/
	background-repeat:	repeat-x,repeat-x ;
	background-position: 0px 6px, 0 bottom;
	border-bottom: 6px transparent solid;
	box-sizing: border-box;
	min-height:100px;
}
article.exergue {
	background:#fff;
	margin:0 -15px 12px 0;
	min-height:100px;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(60, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 20px 0px rgba(60, 0, 0, 0.2);
	box-shadow:         0px 2px 20px 0px rgba(60, 0, 0, 0.2);
    padding: 35px 10px 35px 45px;
	background-color: #fff;
	background-image:  url(../img/filet.png),url(../img/filet.png),url(../img/entrelac5.png);
	background-repeat:	repeat-x,repeat-x, no-repeat ;
	background-position: 0px 6px, 0 bottom, 0 0;
	border-bottom: 6px transparent solid;
	box-sizing: border-box;
}
article.last {
	margin:0 -15px 0 0;
}
.pagination-bse {
	margin:0 5px 35px 50px;
	min-height:22px;
	background:#000;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(60, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 20px 0px rgba(60, 0, 0, 0.2);
	box-shadow:         0px 2px 20px 0px rgba(60, 0, 0, 0.2);
	color:#ddd;
	text-align:right;
	padding: 1px 10px 0 0;
	font-size:13px;
}
article h3 {
	padding: 0;
	margin:0 0 12px;
	font-size:22px;
	font-family: 'AGaramondPro-Semibold', times, serif;
	color:#600000;
}
article h3 a:hover {
	color:#600000;
}
.illustration, .img-illustration {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.illustration {
    background-color: #FFFFFF;
    border: 1px solid #f1d7d6;
    border-radius: 4px;
    line-height: 1.42857;
    margin: 0 20px 0 0;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
	float:left;
}
.itemContent {
	margin: 0 0 0 170px;
}
article.seul {
	background:#fff;
	margin:34px -15px 35px 0;
	min-height:100px;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(60, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 20px 0px rgba(60, 0, 0, 0.2);
	box-shadow:         0px 2px 20px 0px rgba(60, 0, 0, 0.2);
    padding: 35px 35px 35px 45px;
	background-color: #fff;
	background-image:  url(../img/filet.png),url(../img/filet.png);
	background-repeat:	repeat-x,repeat-x;
	background-position: 0px 6px, 0 bottom;
	border-bottom: 6px transparent solid;
	box-sizing: border-box;
}
article.seuls {
	margin:34px -15px 12px 0;
}
article.accueilLast {
	margin:0 -15px 35px 0;
	padding-right:35px;
}
ul.mes-objets {
	padding:0;
	margin:0;
	list-style-type: none;
}
ul.mes-objets li {
	padding:5px;
	border-bottom: solid 1px #d4bbb9;
	min-height:80px;
}
ul.mes-objets li:last-child {
	border-bottom: 0px;
}
ul.mes-objets li .illustration img {
	max-height:60px;
	width:auto;
}
ul.mes-objets .titre {
	margin-left: 110px;
	padding:10px 0 0;
}


/* detail */
@media (min-width: 992px) {
	.detail .seul {
		padding: 35px 95px 35px 45px;
	}
}
#illust-details {
	min-height:500px;
}
.illus-detail {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    background-color: #FFFFFF;
    border: 1px solid #f1d7d6;
    border-radius: 4px;
    line-height: 1.42857;
    margin: 0 0 0 0;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
#owl-detail {
	padding: 10px 0 0;
}
.owl-carousel .item{
	margin: 0 7px 0 0;
	cursor: pointer;
}
#zoneFavoris {
	min-height: 30px;
}
.suppression {
	float:right;
	padding: 10px 0 0;
	cursor:pointer;
	height: 60px;
}
.detailHaut > .suppression {
	float:right;
	padding: 10px 0 0;
	cursor:pointer;
	height: 40px;
}
.favorisDetails {
	float:right;
	padding: 10px 30px 0;
	height: 60px;
}
.favorisDetailsButton {
	float:right;
	padding: 10px 30px 0;
	height: 60px;
	display:none;
}
ul.mes-objets li.detailHaut {
	min-height:45px;
}
.detailHaut > .favorisDetailsButton {
	height: 20px;
	padding: 0 30px 0;
}


/* CONTACT */
/* surcharge bootstrap */
.form-horizontal .has-feedback .form-control-feedback {
    top: -4px;
}
.form-horizontal .has-feedback textarea +  .form-control-feedback {
    top: 22px;
}
.fb_suiveznousbleu {
	color:#333333;
	padding-left:35px;
	padding-top:5px;
	background: url('../img/FB-f-Logo__blue_29.png') no-repeat 0 2px;
	height:32px;
	display:block;
	width:300px;
}
.fb_suiveznousbleu:hover {
	color:#333333;
	text-decoration:underline;
}

ul.contact-infos {
	padding:0;
	margin: 30px 80px 0 0;
	list-style-type: none;
}
ul.contact-infos li {
	float:left;
	padding: 0 0 10px;
}
ul.contact-infos li .illustration img {
	max-height:60px;
	width:auto;
}

/* FOOTER */ 
footer {
	height:50px;
	color:#ddd;
	padding:6px 0;
	text-align:center;
}
.fb_suiveznous {
	color:#ddd;
	padding-left:20px;
	background: url('../img/FB-f-Logo__white_15.png') no-repeat 0 2px;
}
.fb_suiveznous:hover {
	color:#ddd;
	text-decoration:underline;
}
footer a {
	color:#ddd;
}
footer a:hover {
	color:#ddd;
	text-decoration:underline;
}

/* RESULTATS */
article.seulavecpagination {
	background:#fff;
	margin:0px -15px 0 0;
	min-height:250px;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(60, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 20px 0px rgba(60, 0, 0, 0.2);
	box-shadow:         0px 2px 20px 0px rgba(60, 0, 0, 0.2);
    padding: 25px 35px 35px 45px;
	background-color: #fff;
	background-image:  url(../img/filet.png),url(../img/filet.png);
	background-repeat:	repeat-x,repeat-x;
	background-position: 0px 6px, 0 bottom;
	border-bottom: 6px transparent solid;
	box-sizing: border-box;
}
p.result {
	margin: 5px 0 22px;
}

/* owl */

.owl-dots {
	text-align:center;
	margin-top:10px;
}
.owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 5px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #600000;
}
.owl-dots .owl-dot.active span {
	opacity: 1;
}

article h4 {
	padding: 0;
	margin:0 0 12px;
	font-size:16px;
	font-family: 'AGaramondPro-Semibold', times, serif;
	color:#600000;
}

.fax {
	display:none;
}