.category .post {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}

.main-navigation .nav-menu >.menu-item-language > a {
	display: none;
}

.main-navigation .nav-menu .menu-item-language a {
	width: auto !important;
}

.main-navigation .menu-item-language > ul.sub-menu {
	clip: auto !important;
	width: auto !important;
	height: auto !important;
	border: none !important;
	position: static !important;
	display: inline-block !important;
	overflow: visible !important;
	box-shadow: none !important;
}

.main-navigation .menu-item-language > ul.sub-menu a {
	padding: 0 !important;
}

.main-navigation li:nth-last-child(2) {
	border-right: 0;
}

html[lang="fr-FR"] #image-3,
html[lang="fr-FR"] #image-2 {
	display: none;
}

html[lang="en-US"] #image-4,
html[lang="en-US"] #image-5 {
	display: none;
}

html[lang="fr-FR"] .site-title {
	font-size: 44px;
}

.hfeed.site {
	overflow: auto;
}

form#searchform {
	width: auto;
	margin-right: 120px;
}

li.menu-item-language.menu-item-language-current {
	position: static;
}

.sub-menu li.menu-item.menu-item-language {
	position: absolute;
	top: -180px;
	right: 50px;
}

.sub-menu li.menu-item.menu-item-language a {
	color: #fff;
}

#headerImageLink {
	pointer-events: none;
}

article header .attachment-post-thumbnail {
	display: none;
}

.home .flexslider .slides img {
	height: 500px;
	min-height: 500px;
	max-height: 500px;
}

#masthead {
	border: 10px solid #fff;
	border-radius: 5px;
}

.flexslider {
	margin-bottom: 30px;
}

.flex-control-nav {
/* margin: auto; */
	width: auto !important;
	position: absolute !important;
	bottom: 30px !important;
	text-align: center !important;
	right: 30px !important;
	background: #fff !important;
	background: rgba(255,255,255,0.5) !important;
	line-height: 11px !important;
	height: 11px !important;
	padding: 5px 10px 5px 5px !important;
	border-radius: 9px !important;
	z-index: 999 !important;
}

.secondary.flexslider {
	display: none !important;
}

.main-metaslider-container {
	display: block !important;
}

.metaslider .caption-wrap {
	padding: 5px 10px !important;
	word-wrap: break-word !important;
	position: absolute !important;
	bottom: 30px !important;
	left: 30px !important;
	font-size: 30px !important;
	max-width: 360px !important;
	padding: 10px !important;
	text-transform: uppercase !important;
	line-height: 35px !important;
	color: red !important;
	font-weight: bold !important;
	background-color: rgba(255,255,255,0.7) !important;
	opacity: 1 !important;
}

h1.entry-title a, h1.entry-title,
.popover-wrapper:hover .popover,
table td {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.main-navigation li {
	padding: 0 18px;
}

:lang(fr-FR) .main-navigation li {
	padding: 0 16px;
}

.entry-content td {
	border-right: 1px solid #ededed;
	padding: 10px;
}

.comment-content td {
	border-right: 0;
}

.entry-content table {
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-top: 1px solid #ededed;
}

.comment-content table {
	border-left: 0 solid #ededed;
	border-right: 0 solid #ededed;
	border-top: 0 solid #ededed;
}

.popover {
	opacity: 0;
	position: absolute;
	top: 0;
	width: 300px;
	max-height: 300px;
	background: #fafafa;
	border: 1px solid transparent;
	border-radius: 6px;
	height: 0;
	padding: 0 12px;
	overflow: scroll;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.popover-wrapper {
	position: relative;
}

.popover-wrapper:hover .popover {
	padding: 12px;
	height: auto;
	opacity: 1;
	border: 1px solid #eeeeee;
	z-index: 10;
}

body, p,  h1, h2, h3, h4, h5, h6, caption {
 -moz-hyphens: none !important;
-ms-hyphens: none !important;
-webkit-hyphens: none !important;
 hyphens: none !important;}