/* @override
	http://catalogue-lumiere.com/wp-content/themes/luma/css/dev/30-custom.css */

html,
.with_frm_style div.frm_description,
.with_frm_style label.frm_primary_label, .with_frm_style.frm_login_form label 
{
	font-family: GTCinetype, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif
}	

body {
	background-color: #fff;
}

#page {
	background: #fff;
}

body #page {
/*     max-width: 951px;  */
}

.clear {
	clear: both;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clear:before,
.clear:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clear:after {
clear: both;
}

/* @group LIENS */

#page a {
		color: #333;
/*		border-bottom: 0px solid #ffe735;*/
}
#page .entry-content a,
.entry-summary a,
.page-content a {
	color: #333;
	border-bottom: 1px solid rgba(68, 68, 68, 0.4);
}
#page a:hover {
  color: #333;
  background: #ffe735;
/*  border-bottom: 1px solid #ffe735;*/
}

#page .entry-content a:hover,
#page .entry-summary a:hover,
#page .page-content a:hover {
  color: #000000;
  border-bottom-color: #ffe735;
  }
  
#page .sequence-li a {
	border-bottom: 0;
}

/* @end */

body.home .hentry,
body.archive .hentry,
body.search .hentry {
	margin-bottom: 0px;
	margin-top: 15px;
	margin-top: 1.5rem;
	padding-bottom: 0px;
	padding-top: 20px;
	padding-top: 2rem;
	border-bottom: 0px solid #ececec;
	border-top: 1px solid #ececec;
}

body.single .entry-header,
.archive-title, 
.page-title,
body.home .hentry, 
body.archive .hentry, 
body.search .hentry {
	border-top-color: #888;
	border-bottom-color: #888;
}

body.archive .hentry:last-of-type {
	border-bottom-width: 1px;
	padding-bottom: 15px;
}

.archive-title {
	border-bottom: 0px;
}

.load-more {
	background-color: #fff;
}


body.single .entry-meta a {
	color: #444;
	border-bottom: 1px solid rgba(68, 68, 68, 0.4);
}
	
ul,
li,
.zero {
/*	margin: 0;
	padding: 0;
	border: 0;*/
}


.home-link h2 {
	font-size: 24px;
	font-weight: 400;
/*	background: #fff;*/
/*	max-width: 18em;*/
	margin-top: 0.5em;
/*	margin-left: auto;
	margin-right: auto;*/
	margin-bottom: 0em;
	line-height: 1.5;
	word-wrap: normal;
	white-space: wrap;
	hyphens: none;
	-webkit-hyphens: none;
	width: auto;
}

.home-link img {
	/* original: 140 x 154 */ 
	width: 100px;
	height: 110px;
}

ul.tag-cloud {
	padding-left: 0;
	line-height: 1.2;
}

.text {
	font-size: 18px;
	list-style: none;
}

body.single .entry-content, 
body.page .entry-content {
	line-height: 1.4;	
}

body.archive .entry-meta, 
body.search .entry-meta,
body.archive .entry-content, 
body.search .entry-content, 
.entry-summary, 
.entry-media {
	color: #666;
	
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 16px;
	line-height: 1.6rem;
}

.entry-summary {
	
}

.navbar {
/*	background: #999;*/
}

.site-title {
	margin-bottom: 0px;
	margin-bottom: 0rem;
	display: none;
}

#primary {
	padding-top: 10px;
	padding-top: 1rem;
}

#content {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

/* @group SINGLE */

body.single .hentry,
body.page .hentry {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

body.single #content .widget-area {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

body.single .main-image .wp-post-image {
	width: 100% !important;
	height: auto !important;
}

body.single-post .entry-header,
.single-post .main-description {
	/*text-align: right;*/
}

.main-descr-content {
	font-size: 2.2rem;
}

body.single .entry-title {
	margin-top: 0;
	margin-bottom: 0.4em;
}

.single .numero-vue {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}

body.single .entry-meta {
	clear: both;
}

.meta-box {
	position: relative;
}
.meta-term {
	font-weight: normal;
/*	font-family: GTCinetypeBold;*/
	float: left;
	width: 12em;
	border-bottom: 2px solid #ffe735;
}

.meta-desc {
	padding-left: 13em;
}

.area-formulaire {
	clear: both;
	margin-bottom: 1em;
}

/* @end */

#comments {
	margin-top: 0px;
	margin-top: 0rem;
	outline: none;
}


body.single .entry-meta {
	color: #444;
}

.entry-meta p,
.metadata p,
.taxonomies-box p {
	margin: 0.2em 0 ;
}

.taxonomies-box,
.infobox {
/*	border-left: 4px solid #eee;
	padding: 0 1em;
	margin: 1em 0 1em 0;
	max-width: 33em;
	line-height: 1.4;*/
}

.taxonomies-box p.meta-box,
.taxonomies-box .meta-term,
.taxonomies-box .meta-desc {
	margin-bottom: 0;
	line-height: 1.2;
}

.taxonomies-box .meta-term {
	border-bottom: 0px;
}

.wp-video,
.has-video .main-image .wp-post-image,
.has-video iframe {
	width: 100%;
	display: block;
	margin-bottom: 1em;
}

.has-video .main-image .wp-post-image {
	float: left;
}

.main-image .wp-post-image {
	max-width: 100%;
	height: auto;
	margin-top: 0em;
	margin-bottom: 2em;
}

.widget .searchform [type="text"] {
	background: #fff;
}

/* @group Archive */

.search .wp-post-image,
.archive .wp-post-image {
	float: left;
	margin: 0 1em 0.4em 0;
	width: 200px;
	height: auto;
}

.archive .infobox {
	font-size: 16px;
	font-size: 1.6rem;
}

.infobox a {
	background: #ffe735;
}

/* @end */


h3.sub-content {
	margin-bottom: 17px;
	margin-bottom: 1.7rem;
}

/* @group Sequence */

.sequence ul {
	list-style: none;
	margin: 0px 0 2em 0;
	padding: 0;
	border: 0px solid #333;
	display: block;
	float: left;
}
.sequence .sequence-li {
	display: block;
	float: left;
	margin: 0 0.3em 0.3em 0;
	border: 3px solid #fff;
	position: relative;
}

.sequence .current {
/*	border: 1px solid #ff5436;
	padding: 2px;*/
	background: #ffe735;
}

.sequence .current a {
/*	border: 1px solid #ff5436;
	padding: 2px;*/
	opacity: 0.7;
}

.sequence a {
	display: block;
}

.sequence .wp-post-image {
	width: 120px;
	height: 90px;
	margin-bottom: 0;
}

/* @end */

.boxed-title {
	display: none;
	position: absolute;
	left: 0px;
	top: 110%;
	width: auto;
	min-width: 400px;
	;
	background: #f0f0f0;
	z-index: 10;
}

.sequence-li:hover .boxed-title {
	display: block;
}

/* @group Footer */

.site-info {
	width: 100%;
	hyphens: none;
}

/* @end */

/* @group Formulaire */

.area-formulaire {
	margin-top: 2em;
	margin-bottom: 2em;
}



.button {
	display: inline;
	padding: 0.5em;
	background: #ffe735;
	background: #fff;
	color: #000;
	font-weight: bold;
	font-size: 2.3rem;
	cursor: pointer;
	opacity: 0.82;
}

.button,
.load-more {
	border: 2px solid #ffe735;
	border-radius: 0px;
}

.load-more:hover,
.button:hover {
	background: #ffe735;
	color: #000;
	border: 2px solid #ffe735;
}

.call-to-action {
	text-align: right;
	float: right;
	display: none;
}

.with_frm_style div.frm_description {
	font-size: 2rem;
	padding: 0;
	margin: 2em 0;
}
.with_frm_style div.frm_description p {
	margin: 0;
}

#frm-map-canvas {
	max-width: 600px;
	width: 100%;
}

/* @end */




