.table-home-article {
	height: 100%;
	margin-bottom: 40px;
}

::selection {
  background: #000000;
  color: #FFFFFF;
}
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}




.show-height-mini {
	display: none;
	visibility: hidden;
}

@media 
screen and (max-height: 768px) {

	.hide-height-mini {
		display: none;
		visibility: hidden;
	}
	
	.show-height-mini {
		display: inherit;
		visibility: visible;
	}
	
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	
	table.table-home-article {
		height: auto !important;
	}
	
	.small-hiden {
		visibility: hidden;
		display: none;
	}
	
	.table-home-article td {
		max-height: auto !important;
	}
	
	.sub-content {
		height: auto;
		margin: 0 !important;
	}
	
	table, thead, tbody, th, td, tr { 
		float: left !important;
		width: 100% !important;
		clear: both !important;
		
		padding: 20px 0 !important;
	}
	
	thead tr { 
		visibility: hidden;
		display: none;
	}
	
	table {
		width: 100% !important;
		height: auto !important !important;
		
		margin: 0;
	}
	
	tr { 
		margin: 40px 0;
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 0;
		
		width: 100% !important;
		height: auto !important;
	}
	
	td img {
		margin: 0 auto !important;
	}
	
	td p {
		padding: 0 10px !important;
		
	}
	
	td h1,
	td h2 {
		padding: 0 15% 10px !important;
		margin: 0 !important;
		text-align: center !important;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 100%; 
		padding-right: 10px; 
		white-space: nowrap;
		outline: 2px solid green;
	}
	
	span.lbr-hande {
		display: none;
		visibility: hidden;
	}
	
	
	.content-map-carte {
		width: 100% !important;
		left: 0% !important;
		top: 0% !important;
		height: 50% !important;
	}
	
	
	
	.content-map-menu {
		width: 100% !important;
		left: 0% !important;
		top: 50% !important;
		height: 50% !important;
		
		z-index: 9;
	}
	
	.content-map-menu-type {
		top: 50% !important;
		left: 0px !important;
		width: 90px !important;
		padding-top: 10px;
	}
	
	.content-map-menu {
		border-right: 0px solid transparent !important;
		border-left: 80px solid transparent !important;
	}
	
	.lbr-mini-menu-agenda {
		max-width: 30% !important;
	}
	
	
}

/* ------------------------------- */


/*
.content i.fa {
	outline: 1px solid black;
}
*/


* {
	font-weight: normal !important;
}


h1 {
	max-width: 500px;
	margin-left: 0;
}

.content,
.content-page,
.content-map-carte,
.content-map-menu {
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
	
	overflow-scrolling: touch;
	transform: translate3d(0, 0, 0);
}

.content-map-menu {
	border-right: 100px solid transparent;
}

.content-map-menu-type {
	position: fixed;
	top: 25%;
	right: 10px;
	
	display: inline-block;
	
	z-index: 99;
	
	text-align: center;
	
	width: 90px;
}

.content-map-menu-type a {
	margin: 0 0 10px 0;
	clear: both;
	display: inline-block;
}


a.active,
.content a:hover,
.content a:hover p,
.content-page a:hover,
.lbr-menu a:hover,
.lbr-menu a.active,
.lbr-mini-menu a:hover,
.lbr-mini-menu a.active {
	color: black !important;
	border-bottom: 1px solid black !important;
}

.lbr-search {
	position: fixed;
	top: 50%;
	left: 20%;
}

.expo-bloc-place {
	margin: 0 0 10px 0;
	padding: 0;
	
	display: block;
	
	text-align: left;
	
	background-color: transparent;
	
/*
	color: white;
	background-color: black;
*/
}

.expo-bloc-place a,
.expo-bloc-place a:hover {
	
	background-color: transparent !important;
	
/*
	color: white !important;
	border-color: white !important;
*/
}

.expo-bloc-place-title {
	padding: 10px;
	margin: 0 30px -1px 0;
	
	display: inline-block;
	width: auto;
	
	text-align: left;
}



.expo-bloc-place-title-accueil {
	background-color: black
}

.expo-bloc-place-title-accueil,
.expo-bloc-place-title-accueil a,
.expo-bloc-place-title-accueil a:hover
 {
	color: white !important;
	border-color: white !important;
}

.expo-bloc-place-title-accueil-region {
	background-color: transparent !important;
	color: black !important;
	text-align: center !important;
	display: block !important;
	width: 100% !important;
}

.expo-bloc {
	margin: 1px 0 0 10px;
	padding: 10px;
	
	color: black;
	background-color: white;
}

.expo-bloc a,
.expo-bloc a:hover {
/*
	color: black !important;
	border-color: black !important;
*/
}

input {
	
	margin: 0;
	  
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: black;
  background-color: #fff;
  background-image: none;
  
  border: none;
  outline: none;
  border-spacing: 2;
  
  -webkit-box-shadow: none;
  box-shadow: none;
  
  -webkit-transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
  transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  cursor: auto;
  
  -webkit-writing-mode: horizontal-tb;
  
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start;
}

.content a img,
.content-page a img {
	
	-webkit-transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
    		transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
    
    -webkit-transform: scale(1);
    		transform: scale(1);
	
	display: block;
	
    max-width: 100%;
    max-height: 100%;
    
    width: auto;
    height: auto;
    
    margin: 0 auto;
    padding: 0;
}

.content a:hover img,
.content-page a:hover img {
	-webkit-transform: scale(1.02);
    		transform: scale(1.02);
    
/*
-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
*/
}

small {
	font-size: 12px !important;
}

.legende {
	max-width: 250px;
	margin: 0 0 0 50px;
	
	text-align: left;
}

.legende {
	line-height: 10px;
}

.legende small p {
	padding: 0;
	margin: 0;
}

.legende .lbr-hande {
	font-size: 16px;
	
	transform: rotate(-45deg) translate(4px);
	-webkit-transform: rotate(-45deg) translate(4px);
	-moz-transform: rotate(-45deg) translate(4px);
	-o-transform: rotate(-45deg) translate(4px);
	-ms-transform: rotate(-45deg) translate(4px);
	
	display: inline-block;
	
}

body.pushable > .pusher {
	background-color: #5f94ff;
}

.pushable > .pusher:after {
	background-color: rgba(0, 0, 0, 0);
}

body, html,
.ui.vertical.menu,
.ui.button.mini-menu {
	background-color: #5f94ff;
	
}
.ui.button.mini-menu {
	background-color:transparent;
}

.ui.left.visible.sidebar, .ui.right.visible.sidebar {
	box-shadow: none;
}

.mini-menu {
	position: absolute;
	top: 10px;
	right: 10px;
	
	z-index: 1;
	
	margin: 0 !important;
}

.big-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	
	z-index: 1;
}

.ui.menu {
	box-shadow: none;
	border-radius: 0;
	margin: 0;
}

.logo {
	
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

.photo {
	
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	width: 50%;
	height: 50%;
	
	-webkit-background-size: 50%;
    -moz-background-size: 50%;
    -o-background-size: 50%;
    background-size: 50%;
    
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top; 
}

.lbr-menu {
	display: block;
	position: fixed;
	
	top: 0;
	left: 0;
	
	padding: 10px;
	
	max-width: 250px;
	max-height: 35%;
	
	overflow-x: hidden;
	overflow-y: hidden;
	
	font-size: 16px;
	line-height: 21px;
	
	z-index: 99;
}

.lbr-mini-menu {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	
	padding: 10px;
	
	width: auto;
	height: auto;
	
	max-width: 250px;
	max-height: 100%;
	
	overflow-x: hidden;
	overflow-y: hidden;
	
	font-size: 16px;
	line-height: 21px;
	
	z-index: 99;
}
.lbr-mini-menu p {
	display: none;
}

.lbr-mini-menu-agenda {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	
	padding: 0;
	
	width: auto;
	height: auto;
	
	max-width: 250px;
	max-height: 100%;
	
	overflow-x: hidden;
	overflow-y: hidden;
	
	font-size: 12px;
	line-height: 17px;
	
	z-index: 99;
}

.lbr-menu:hover,
.lbr-mini-menu:hover {
	overflow-y: auto;
	z-index: 999999999;
}

.lang-menu {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 30px;
	
	font-size: 12px;
	line-height: 17px;
	
	text-align: center;
	
	z-index: 99;
	
	text-transform: uppercase;
}

.lang-menu a:after {
	content: '\A/\A';
	white-space:pre;
}

.lang-menu a.active {
	border-bottom: none !important;
}

.lang-menu a:last-child:after {
	content: '';
}

.social-menu {
	display: block;
	position: fixed;
	bottom: 15px;
	right: 60px;
	
	font-size: 12px;
	line-height: 17px;
	
	text-align: center;
	
	z-index: 99;
}

.social-menu a {
	clear: both;
	
	width: 20px !important;
	height: 20px !important;
	
	padding-top: 5px;
	
	display: inline-block;
}

.lbr-tag:after {
	content: ', ';
}
.lbr-tag:nth-last-of-type(1):after {
	content: '.';
}

.content {
	
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	overflow-y: auto;
	overflow-x: hidden;
	
	margin: 0;
	padding: 0;
	
	margin-left: calc(100vw - 100%);
}

.content p {
	max-width: 350px;
	display: inline;
	
	font-size: 16px;
	line-height: 21.5px !important;
}

.sub-content {
	
	width: 100%;
	max-width: 300px;
	
	margin: 10% 0 0 0;
	padding: 0 0 0 20px;
}

.resultat {
	display: block;
	position: fixed;
	width: 100%;
	top: 20px;
	
	text-align: center;
	
	z-index: -1000;
}

.sub-content i {
	
	border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}

/* PAGE */

.logo-page {
	
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 30%;
	z-index: -10;
/*
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	
	transform: translate3d(-20%, 0, 0);
	transform-origin: bottom left;
*/
}

/*
.logo-page:hover {
	transform: translate3d(0, 0, 0);
}
*/

.content-page,
.content-map {
	
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	overflow-y: auto;
	overflow-x: hidden;
	
	margin: 0;
	padding: 0 10px 10px 0 ;
}

.content-map {
	
	width: 100%;
	
	margin: 0;
	padding: 0px;
	overflow: hidden;
}

.leaflet-control-attribution,
.leaflet-bottom,
.leaflet-popup-close-button {
	display: none !important;
	visibility: hidden !important;
}

.leaflet-popup-content-wrapper {
	
	color: black !important;
	background: white !important;
	
	padding: 0 !important;
	margin: 0 !important;
	text-align: center !important;
	border-radius: 0 !important;
	
	border: 10px solid white;
}

.leaflet-popup,
.leaflet-popup-content {
	padding: 0 !important;
	margin: 0 !important;
	
	font-family: 'velizy_serif_monobook', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

hr,
.leaflet-popup hr {
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 1px solid black !important;
	
	margin-left: 0;
	margin-right: 0;
	max-width: 500px;
}

.leaflet-popup-content-wrapper {
	max-width: 150px;
	min-width: 150px;
}

.leaflet-popup a,
.leaflet-popup a:hover {
	color: black !important;
}

.leaflet-popup a:hover {
	border-bottom: 1px solid black !important;
}

.leaflet-popup-tip {
	color: white !important;
	background: white !important;
}


.content-page p {
	
	max-width: 530px;
	margin: 14px 0;
	padding: 0 30px 0 10px;
}

.page-title {
	
	margin: 0;
	padding: 10px 0 0 150px;
}

.article-content-solo a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}

.article-header p {
	text-decoration: underline;
}

.article-header {
	margin-bottom: 70px;
}

.page-sub-title {
	
	padding: 20px 0 0 150px !important;
}

.vs-footnotes {
	margin-top: -20px !important;
}

sup a {
	color: black !important;
	background-color: transparent;
	
	
	padding: 1px 4px;
	border-radius: 100%;
	margin: 0 3px;
}

sup a:hover {
	color: white !important;
	background-color: white;
	
}


.lbr-footnotes {
	
	padding: 20px 0 0 150px !important;
	margin-left: -40px;
	font-size: 11px !important;
	line-height: 14px !important;
	max-width: 530px;
}

.sub-content-page {
	
	width: 100%;
	max-width: 300px;
	
	margin: 70% 0 0 0;
	padding: 0 0 0 20px;
}

/* PHOTO */

figure {
	margin: 0 40px 0 0;
}

.ui-gallery figcaption {
  display: none;
}


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	
	.article-content-solo,.article-content-solo p
	{
	max-width:100%;	
	}
	.lbr-footnotes {
		 padding: 20px 0 0 0px !important; 
		 margin-left: 0;
		max-width: 100%;
	}
	.lbr-footnotes ol, .lbr-footnotes li {
		max-width: 100%;
		position: relative;
		/*word-break: break-all;*/
	}
	.logo {
		background-position: center top;
	}
	.content-page
	{
		padding:0 0 10px 0;
	}
	.ui-gallery figure
	{
		margin:0;
	}
	.legende {
		margin:0;
	}
	.lbr-mini-menu {
		position:relative
	}
	body, html {
    	background-color: transparent;
}
.table-home-article {
    margin-top: 115px;
}
}
