
/* Texte de la barre en haut */
.main-navigation a:hover {
		color: #e5ca16;
}
.main-navigation a:active {
		color: #e5ca16;
}
.main-navigation a:after {
		color: #e5ca16;
}
.main-navigation a:focus {
		color: #e5ca16;
}
.main-navigation a {
		color: #350908;
}

/* Sous-menu de la barre en haut */
.menu-item > ul > li > a {
	font-size: 13px;
}
.menu-item > ul > li > a:hover {
	font-size: 13px;
}
.menu-item > ul > li > a:active {
	font-size: 13px;
}
.menu-item > ul > li > a:hoafterver {
	font-size: 13px;
}
.menu-item > ul > li > a:hofocusver {
	font-size: 13px;
}

/* Cacher le texte "theme maker..." */
.site-info {
		display: none;
}
.entry-title {
		display: none;
}

/* Cacher le texte de la visionneuse */
#slb_viewer_slb_default > div.slb_viewer_layout > div > div.slb_details > div > div.slb_data > div > span.slb_data_title > span {
	display: none;
}

#slb_viewer_slb_default > div.slb_viewer_layout > div > div.slb_details > div > div.slb_data > div > span.slb_group_status > span {
	display: none;
}

#slb_viewer_slb_default > div.slb_viewer_layout > div > div.slb_details {
	display: none;
}

/* Nouveaux paragraphes */
p.tr-paragraph {
	font-size: 13px;
	color: #222;
	text-align: justify;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

/* Lettrine */
/*p.tr-paragraph:first-letter {
	font-size: 32px;
	float: left;
	line-height: 1;
	font-weight: bold;
	color: black;
	margin-top: 5px;
	margin-right: 4px;
}*/

.back-to-top-container {
		width: 100%;
		text-align: right;
}

.back-to-top {
		font-size: 28px;
		color: #e5ca16;
}

.contact-container {
		text-align: center;
		margin: 32px;
		margin-top: 64px;
		font-size: 13px;
}

.social-container {
		background-color: #fff;
		width: 100%;
		max-height: 32px;
		display: flex;
		justify-content: space-around;
}

.gallery-link {
		color: #e5ca16;
}

.bottom-logos {
		height: 32px;
		filter: grayscale(100%);
}

.emdash {
		margin-left: 12px;
		margin-right: 12px;
}

.email-addr {
		color: #e5ca16;
}
@media only screen and (max-width: 600px) {
		.emdash {
				display: none;
		}
		.email-addr {
				display: block;
		}
}
