@charset "UTF-8";
html {
	margin:0;
	background:linear-gradient(95deg, #f0f0f0, #b0b0b0);
	font-family:SourceSansPro;
	font-weight:200;
	color:#000;
	width:100%;
	height:100%;
	position:relative;
	font-size:1vw;
	overflow-x:hidden;
	overflow-y:auto;
}
body {
	margin:0;
	background:linear-gradient(95deg, #f0f0f0, #b0b0b0);
	font-family:SourceSansPro;
	color:#000;
	width:100%;
	height:auto;
	min-height:101.5vh;
	position:relative;
	font-size:1vw;
	cursor:auto;
}
table {
	border:none;
}
a:link, a:visited {
	color:rgb(224, 112, 0)!important;
}
a:focus, span:focus, div:focus, button:focus, input:focus, textarea:focus {
	outline:none;
}
a {
	text-decoration:none;
}
a:hover {
	cursor:pointer;
}
h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading {
	display:inline;
	margin:0;
	font-size:1em;
	font-weight:normal;
	letter-spacing:normal;
}
h1:not(.heading), h2:not(.heading), h3:not(.heading), h4:not(.heading), h5:not(.heading), h6:not(.heading) {
	font-size:1em;
	margin-block-start: 0.25em;
    margin-block-end: 0.25em;
}
ul {
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	padding:0;
	margin:0;
}
.leaflet-popup-content>a {
	word-break:break-all;
}
button {
	box-sizing:border-box;
	border:none;
	background-color:transparent;
	padding:0;
	font-size:1em;
	cursor:pointer;
}
#background {
	width:100%;
	height:100%;
	background:linear-gradient(95deg, #f0f0f0, #b0b0b0);
	position:fixed;
	z-index:0;
}
#wrapper {
	opacity:0;
	display:none;
	width:100%;
	max-width:100%;
	height:auto;
	min-height:100vh;
	position:relative;
	font-family:SourceSansPro;
	z-index:2;
}
#subwrapper {
	width:100%;
	height:auto;
	min-height:100%;
	position:relative;
	z-index:2;
}
.content {
	display:block;
	width:100%;
	height:auto;
	min-height:100vh;
	font-size:1em;
	position:relative;
	overflow:hidden;
	z-index:2;
}
#blank_top {
	width:100%;
	height:12.4em;
	position:relative;
	background-color:rgb(255,255,255);
}
#blank_bottom {
	width:100%;
	height:0vw;
	position:relative;
}
#headerAndMenu {
	width:100%;
	max-width:100%;
	height:auto;
	position:fixed;
	z-index:3;
	border-bottom:1px solid black;
}
#header {
	display:block;
	position:relative;
	top:0;
	width:100%;
	height:10em;
	line-height:5em;
	overflow:hidden;
	background:linear-gradient(95deg, #f0f0f0, #b0b0b0);
}
#footer_back {
	display:block;
	position:absolute;
	bottom:-0.5vh;
	width:100%;
	height:100vh;
	overflow:hidden;
	z-index:1;
}
#footer_content {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	margin-top:2em;
	padding-bottom:2em;
	overflow:hidden;
	z-index:1;
	letter-spacing:-0.31em;
}
#footer_content>div {
	vertical-align:top;
	letter-spacing:normal;
	padding-left:2.5%;
	padding-right:2.5%;
	padding-top:1%;
	padding-bottom:1%;
	width:45%;
	display:inline-block;
	font-size:10pt;
}
#footer_content>div img {
	width:auto;
	height:4em;
	vertical-align:middle;
}
#header .back {
	display:block;
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background-size:cover;
	background-position:top center; 
	background-repeat:no-repeat;
	background-color:transparent;
}
#header #tpa {
	z-index:3;
	display:inline-block;
	position:relative;
	width:auto;
	height:100%;
	left:0;
	top:0;
}
#header #mention {
	z-index:3;
	display:block;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-25%;
	width:50%;
	height:100%;
	line-height:2em;
	font-size:1em;
	vertical-align:top;
	font-style:italic;
	font-weight:200;
	text-align:center;
}
#header #mention>span {
	font-size:1.25em;
}
#header #header_right_items {
	display:block;
	height:3em;
	width:100%;
	line-height:2em;
	position:absolute;
	right:0;
	top:0;
	z-index:4;
	vertical-align:top;
}
#header #header_right_items ul {
	display:inline-block;
	list-style-type:none;
	position:relative;
	height:3em;
	width:95%;
	padding-left:2.5%;
	padding-right:2.5%;
	vertical-align:top;
}
#header #header_right_items ul li {
	display:block;
	list-style-type:none;
	position:relative;
	width:auto;
	height:3em;
	float:right;
	text-align:center;
	vertical-align:top;
}
#header #header_right_items ul li a {
	display:inline-block;
	list-style-type:none;
	position:relative;
	height:3em;
	width:auto;
	min-width:3em;
	text-align:center;
	vertical-align:top;
}
#header #header_right_items ul li a img {
	display:inline-block;
	position:relative;
	height:2.2em;
	padding:0.4em;
	text-align:center;
	vertical-align:top;
}
#tpa_searchEngine {
	position:relative;
	display:inline-block;
	text-align:right;
	right:0em;
	white-space:nowrap;
	vertical-align:middle;
	z-index:10001;
	width:auto;
	height:3em;
	padding-right:0.5%;
	line-height:3em;
}
#tpa_searchEngine #tpa_magnifying_glass {
	height:100%;
	width:3em;
	position:relative;
	display:inline-block;
	right:0em;
	margin-right:0.5em;
}
#tpa_searchEngine #tpa_search_cont {
	width:0em;
	height:0.64em;
	line-height:0.64em;
	position:relative;
	padding-left:0em;
	padding-right:0em;
	padding-top:0em;
	padding-bottom:0em;
	margin-top:0.16em;
	border:1px solid black;
	border-radius:1em;
	display:inline-block;
	vertical-align:top;
	font-size:3em;
	color:#ffffff;
	text-align:left;
	opacity:0;
	z-index:2;
}
#tpa_searchEngine #tpa_search_cont #tpa_search {
	height:1em;
	line-height:1em;
	width:calc(100% - 2em);
	position:relative;
	padding-top:0.2em;
	padding-bottom:0.2em;
	margin-left:1em;
	margin-right:1em;
	border:none;
	border-radius:0;
	display:inline-block;
	vertical-align:top;
	background-color:transparent;
	font-size:0.48em;
	color:#ffffff;
	text-align:left;
	overflow:hidden;
}
#tpa_searchEngine #tpa_search:focus {
	outline:none;
}
.tpa_link_result_line {
	display:block;
	position:relative;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	height:auto;
	min-height:2em;
	text-decoration:none;
	color:#000;
}
.tpa_result_line {
	white-space:normal;
	display:block;
	position:relative;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	height:auto;
	min-height:2em;
	color:#000;
	word-break:break-word;
}
.tpa_result_title {
	white-space:normal;
	font-size:1em;
	text-align:left;
	display:block;
	position:relative;
	width:100%;
	color:#000;
}
#menuContainer {
	display:block;
	padding:0;
	margin:0;
	position:fixed;
	width:100%;
	height:auto;
}
#menuContainer #menu {
	position:relative;
	width:calc(100% - 1em);
	height:3em;
	min-height:1em;
	text-align:center;
	background-color:rgb(255,255,255);
	border-bottom:1px solid rgba(0,0,0,0.5);
	border-right:1px solid rgba(0,0,0,0.5);
}
#menuContainer ul#menuList {
	display:block;
	position:relative;
	padding:0;
	margin:0;
	width:100%;
	height:3em;
	font-size:1em;
	font-family:SourceSansPro;
	font-weight:200;
}
#menuContainer ul#menuList>li:not(.tpa_clearboth):not(.tpa_subMenu) {
	display:block;
	position:relative;
	float:left;
	width:auto;
	margin-left:1em;
	margin-right:1em;
	height:auto;
	min-height:3em;
	line-height:2.25em;
}
#menuContainer ul#menuList li span.underline {
	display:block;
	opacity:0;
	position:absolute;
	width:100%;
	height:0.333em;
	bottom:0.5em;
}
#menuContainer ul#menuList li a {
	text-transform:uppercase;
	font-size:1em;
	color:#000!important;
}
#menuContainer ul#menuList li a:hover {
	color:#f96!important;
}
#menuContainer ul#menuList li .catTitle {
	font-size:1em;
	cursor:default;
}
#menuContainer ul#menuList li .subMenuContainer {
	display:block;
	position:absolute;
	width:100%;
	overflow:hidden;
}
#menuContainer ul#menuList li .subMenuList {
	position:relative;
	width:100%;
	height:auto;
}
#menuContainer ul#menuList>li .subMenuList>li:not(.tpa_clearboth) {
	display:block;
	position:relative;
	float:left;
	width:auto;
	margin-left:1em;
	margin-right:1em;
	height:3em;
	line-height:3em;
}
#menuContainer ul#menuList>li.tpa_subMenu {
	display:block;
	position:relative;
	float:left;
	width:100%;
	height:auto;
	line-height:3em;
	overflow:hidden;
}
#menuContainer ul#menuList li .subMenuList li a {
	font-size:1.2em;
}
#menuContainer ul#menuList li span {
	text-shadow:0.1em 0.1em 0.5em rgba(0,0,0,0.25);
}
#menuContainer ul#menuList li#tpa_toggleMenu {
	display:inline-block;
	list-style-type:none;
	position:relative;
	height:3.5em;
	width:3.5em;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:1em;
	padding-right:1em;
	text-align:center;
	vertical-align:top;
}
#handle {
	display:block;
	position:absolute;
	width:0.5in;
	height:0.5in;
	right:-0.5in;
	top:0em;
	background-color:rgba(255,255,255,0.85);
	border-top-right-radius:1em;
	border-bottom-right-radius:1em;
	overflow:hidden;
	opacity:0;
	border-bottom:1px solid rgba(0,0,0,0.5);
	border-right:1px solid rgba(0,0,0,0.5);
}
#handle>button {
	width:0.3in;
	height:0.3in;
	margin:0.1in;
	position:relative;
}
#handle>button * {
	pointer-events:none;
}
#tpa_container {
	height:auto;
	background-color:rgb(255,255,255);
}
#logo {
	position:absolute;
	display:block;
	top:0;
	padding-top:0.5em;
	padding-left:0.5em;
	width:auto;
	height:calc(100% - 1em);
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	color:black;
}
#logo_text {
	position:relative;
	display:block;
	top:0;
	left:6em;
	padding-top:0.5em;
	padding-left:0.5em;
	width:auto;
	height:calc(100% - 1em);
}
#accueil img {
	width:100%;
	height:calc(100% - 1em);
}
.tpa_handwriting {
	font-family: DancingScript;
	font-size:2em;
}
.tpa_gravitas {
	font-family: GravitasOne;
	font-size:2em;
}
.tpa_line {
	display:block;
	position:relative;
	top:50%;
	left:0%;
	width:100%;
	height:1px;
	background-color:black;
}
.tablecontainer {
	display:flex;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:1em;
	flex-direction:row;
	justify-content:space-around;
	flex-wrap:nowrap;
}
.arrow_container {
	display:block;
	position:relative;
	float:left;
	min-width:5em;
	width:5%;
	height:20em;
	max-height:20em;
	top:0;
	overflow:hidden;
	font-size:1em;
}
.arrow_left {
	display:block;
	position:relative;
	padding:0;
	margin:auto;
	height:100%;
	width:100%;
	background-image:url(/media/arrow_left.png);
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
}
.arrow_right {
	display:block;
	position:relative;
	padding:0;
	margin:auto;
	height:100%;
	width:100%;
	background-image:url(/media/arrow_right.png);
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
}
.gradient_left {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:5em;
	height:20em;
	max-height:20em;
	background-image:url(/media/gradient_transparent_right.png);
	background-size:100% 100%;
	background-position:top left;
	background-repeat:repeat-y;
	z-index:2;
	pointer-events:none;
	font-size:1em;
}
.gradient_right {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:5em;
	height:20em;
	max-height:20em;
	background-image:url(/media/gradient_transparent_left.png);
	background-size:100% 100%;
	background-position:top right;
	background-repeat:repeat-y;
	z-index:2;
	pointer-events:none;
	font-size:1em;
}
#tpa_subcontainer {
	position:relative;
	min-height:19em;
}
.tpa_align_center {
	text-align:center;
}
.tpa_font_color_white {
	color:white;
}
.tpa_buttons {
	display:inline-block;
	position:relative;
	box-sizing:border-box;
	width:18em;
	padding-left:1em;
	padding-right:1em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	margin-top:0.5em;
	min-height:1.5em;
	height:auto;
	background-color:lightgrey;
	border-radius:1em;
	border:2px solid white;
	overflow:hidden;
	font-size:1.5em;
}
.tpa_user_fields {
	display:inline-block;
	position:relative;
	box-sizing:border-box;
	width:18em;
	padding-left:1em;
	padding-right:1em;
	margin-top:0.5em;
	height:2em;
	background-color:white;
	border-radius:1em;
	border:2px solid lightgrey;
	overflow:hidden;
	font-size:1.5em;
}
#tpa_overlay_content {
	position:relative;
	width:100%;
	height:auto;
}
.tpa_block {
	display:block;
	position:relative;
}
.tpa_text_left {
	text-align:left;
}
#form input {
	box-sizing:border-box;
	width:100%;
	height:auto;
	margin-bottom:0.5em;
	padding:0.5em;
	font-size:12pt;
	font-family:SourceSansPro;
	border:1px solid black;
	background-color:#fdf0e0;
}
#form textarea {
	box-sizing:border-box;
	width:100%;
	height:20em;
	margin-bottom:0.5em;
	padding:0.5em;
	font-size:12pt;
	font-family:SourceSansPro;
	border:1px solid black;
	background-color:#fdf0e0;
	resize:none;
}
.bold {
	font-weight:700;
}
.margin2em {
	margin:2em;
	width:calc(100% - 2em);
	height:auto;
	position:relative;
}
._30pct {
	width:30%;
}
._70pct {
	width:70%;
}
.inlineBlock {
	display:inline-block;
	vertical-align:top;
}
.pageTitle>h1 {
	font-size:2em;
	font-weight:bold;
}
.subTitle>h2 {
	font-size:1.5em;
	font-weight:normal;
}
.siteColor {
	color:rgb(129,201,195);
	font-weight:bold;
}
.letterSpacingFix {
	letter-spacing:-0.31em;
}
.letterSpacingFix>* {
	display:inline-block;
	vertical-align:top;
}
.letterSpacingNormal {
	letter-spacing:normal;
}
.greenRect {
	display:inline-block;
	padding:0.5em;
	font-weight:bold;
	background-color:rgb(129,201,195);
	font-size:2em;
}
.greyRect {
	display:inline-block;
	padding:0.5em;
	font-weight:bold;
	background-color:#a5a5a5;
	font-size:1.25em;
	color:white;
}
.green {
	color:rgb(129,201,195);
}
#tpa_bubble_content {
	overflow:hidden;
}
.potiers-container {
	position:relative;
}
.potier-container{
	display:block;
	width:80rem;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.liste-potiers {
	display:block;
	box-sizing:border-box;
	width:100%;
	height:auto;
	background-image:linear-gradient(95deg, #f0f0f0, #b0b0b0);
	border:solid 1px #84281f;
	margin-bottom:1em;
	padding:1em;
	border-bottom-right-radius:1em;
	text-align:left;
	font-size:12pt;
}
.leaflet-routing-collapse-btn {
	right:0.5em!important;
}
.leaflet-container {
	font-size:0.9em!important;
	font-family:SourceSansPro;
}
.leaflet-popup-content {
	max-width:20em;
	min-width:20em;
}
.leaflet-routing-alt-minimized {
	min-height:64px;
}
.leaflet-control-attribution {
	font-size:14px!important;
}
.tpa_diaporama_container {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
.tpa_diaporama>.tpa_radios button {
	display:inline-block;
	vertical-align:top;
	width:1.5em;
	height:1.5em;
	position:relative;
	background-image:url(/media/radio_unchecked.png);
	background-size:100% 100%;
}
.tpa_diaporama_container {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
.tpa_diaporama>.tpa_radios button {
	display:inline-block;
	vertical-align:top;
	width:1.5em;
	height:1.5em;
	position:relative;
	background-image:url(/media/radio_unchecked.png);
	background-size:100% 100%;
}
.tpa_diaporama ul {
	white-space:nowrap;
}
#textes {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	text-align:center;
	letter-spacing:-0.31em;
}
#textes h1 {
	display:inline-block;
	position:relative;
	font-size:3em;
	width:80rem;
	text-align:left;
}
#textes .text {
	display:inline-block;
	position:relative;
	width:80rem;
	height:auto;
	font-size:12pt;
	text-align:left;
	letter-spacing:normal;
	margin-top:3rem;
}
#textes .text_with_image {
	display:inline-block;
	position:relative;
	width:59rem;
	height:auto;
	font-size:12pt;
	text-align:left;
	letter-spacing:normal;
	margin-top:3rem;
	margin-right:1rem;
	vertical-align:top;
}
#textes .image {
	display:inline-block;
	position:relative;
	width:20rem;
	height:auto;
	margin-top:3rem;
	vertical-align:top;
}
#textes .image>img {
	display:inline-block;
	position:relative;
	width:100%;
	height:auto;
}
.fakestickystub {
	position:relative;
	height:auto;
	width:100%;
}
@media screen and (min-width: 14.0000001in) {
	#header_right_items {
		font-size:1.0em;
	}
	.menu {
		font-size:1.2em;
	}
	.tpa_resizable {
		font-size:1em;
	}.
	.tpa_more_resizable {
		font-size:1em;
	}
	#tpa_container {
		position:relative;
		width:98%;
		height:auto;
		padding:1%;
	}
	#tpa_searchResults #tpa_searchResultsCont {
		font-size:1.5em;
	}
	.only_on_responsive {
		display:none;
	}
	.only_on_desktop {
		display:block;
	}
	.potiers-container {
		display:flex;
		width:100%;
	}	
	#left, #right {
		position:relative;
		width:50%;
	}
	.all-potiers {
		font-size:1em;
	}
	:not(li).potier {
		font-size:12pt;
		float:left;
		width:49%;
		margin-left:1%;
	}
	.potier-container #map-potiers {
		float:left;
		width:49%;
		margin-right:1%;
	}
	.liste-potiers {
		margin-left:1em;
		width:calc(100% - 1em)!important;
	}
	.tpa_diaporama {
		font-size:1.5em;
		width:80rem;
		height:30rem;
		position:relative;
		margin:0 auto;
		padding:0;
		overflow:hidden;
	}
	.tpa_diaporama ul {
		height:30rem;
		position:relative;
		margin:0;
		padding:0;
		z-index:0;
		white-space:nowrap;
	}
	.tpa_diaporama ul li {
		display:block;
		position:relative;
		float:left;
		width:40rem;
		height:30rem;
		position:relative;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		letter-spacing:normal;
	}
	.tpa_diaporama ul li button {
		display:block;
		width:100%;
		height:30rem;
		line-height:1.5em;
		position:absolute;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		color:#fff;
		font-size:1em;
	}
	.tpa_slide {
		width:6.5rem;
		height:10rem;
		position:absolute;
		top:10rem;
		margin-left:0;
		margin-bottom:0;
		margin-right:0;
		padding:0;
		overflow:hidden;
		z-index:5;
		background-size:auto 100%;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.tpa_diaporama>.tpa_radios {
		display:block;
		width:100%;
		height:1.5em;
		position:absolute;
		bottom:1rem;
		padding:0;
		overflow:hidden;
		z-index:5;
		text-align:center;
		font-size:1em;
	}
}
@media screen and (min-width: 10.0000001in) and (max-width: 14in) {
	#header_right_items {
		font-size:1.125em;
	}
	.menu {
		font-size:1.2em;
	}
	.tpa_resizable {
		font-size:1.25em;
	}
	.tpa_more_resizable {
		font-size:1.5em;
	}
	#tpa_container {
		position:relative;
		width:98%;
		height:auto;
		padding:1%;
	}
	#tpa_searchResults #tpa_searchResultsCont {
		font-size:2em;
	}
	.only_on_responsive {
		display:none;
	}
	.only_on_desktop {
		display:block;
	}
	.potiers-container {
		display:flex;
		width:100%;
	}	
	#left, #right {
		position:relative;
		width: 50%;
	}
	.all-potiers {
		font-size:1em;
	}
	:not(li).potier {
		font-size:12pt;
		float:left;
		width:49%;
		margin-left:1%;
	}
	.potier-container #map-potiers {
		float:left;
		width:49%;
		margin-right:1%;
	}
	.liste-potiers {
		margin-left:1em;
		width:calc(100% - 1em)!important;
	}
	.tpa_diaporama {
		font-size:1.25em;
		width:80rem;
		height:30rem;
		position:relative;
		margin:0 auto;
		padding:0;
		overflow:hidden;
	}
	.tpa_diaporama ul {
		height:30rem;
		position:relative;
		margin:0;
		padding:0;
		z-index:0;
		white-space:nowrap;
	}
	.tpa_diaporama ul li {
		display:block;
		position:relative;
		float:left;
		width:40rem;
		height:30rem;
		position:relative;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		letter-spacing:normal;
	}
	.tpa_diaporama ul li button {
		display:block;
		width:100%;
		height:30rem;
		line-height:1.5em;
		position:absolute;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		color:#fff;
		font-size:1em;
	}
	.tpa_slide {
		width:6.5rem;
		height:10rem;
		position:absolute;
		top:10rem;
		margin-left:0;
		margin-bottom:0;
		margin-right:0;
		padding:0;
		overflow:hidden;
		z-index:5;
		background-size:auto 100%;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.tpa_diaporama>.tpa_radios {
		display:block;
		width:100%;
		height:1.5em;
		position:absolute;
		bottom:1rem;
		padding:0;
		overflow:hidden;
		z-index:5;
		text-align:center;
		font-size:1em;
	}
}
@media screen and (min-width: 7.0000001in) and (max-width: 10in)  {
	#header_right_items {
		font-size:1.25em;
	}
	.menu {
		font-size:1.8em;
	}
	#tpa_container {
		position:relative;
		width:98%;
		height:auto;
		padding:1%;
	}
	.tpa_resizable {
		font-size:1.5em;
	}
	.tpa_more_resizable {
		font-size:2em;
	}
	#tpa_searchResults #tpa_searchResultsCont {
		font-size:2.4em;
	}
	.only_on_responsive {
		display:block;
	}
	.only_on_desktop {
		display:none;
	}
	.fakestickystub #map-potiers {
		width: 100%;
	}
	.all-potiers {
		font-size:1.25em;
		margin-top:1em;
		width: 100%;
	}
	:not(li).potier {
		font-size:12pt;
		margin-top:1em;
		width: 100%;
	}
	.potier-container #map-potiers {
		width:100%;
		margin-top:1%;
	}
	.tpa_diaporama {
		font-size:1em;
		width:80rem;
		height:60rem;
		position:relative;
		margin:0 auto;
		padding:0;
		overflow:hidden;
	}
	.tpa_diaporama ul {
		height:60rem;
		position:relative;
		margin:0;
		padding:0;
		z-index:0;
		white-space:nowrap;
	}
	.tpa_diaporama ul li {
		display:block;
		position:relative;
		float:left;
		width:80rem;
		height:60rem;
		position:relative;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		letter-spacing:normal;
	}
	.tpa_diaporama ul li button {
		display:block;
		width:100%;
		height:60rem;
		line-height:1.5em;
		position:absolute;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		color:#fff;
		font-size:1em;
	}
	.tpa_slide {
		width:6.5rem;
		height:10rem;
		position:absolute;
		top:25rem;
		margin-left:0;
		margin-bottom:0;
		margin-right:0;
		padding:0;
		overflow:hidden;
		z-index:5;
		background-size:auto 100%;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.tpa_diaporama>.tpa_radios {
		display:block;
		width:100%;
		height:1.5em;
		position:absolute;
		bottom:1rem;
		padding:0;
		overflow:hidden;
		z-index:5;
		text-align:center;
		font-size:1em;
	}
}
@media screen and (min-width: 5.0000001in)  and (max-width: 7in)  {
	#header_right_items {
		font-size:1.5em;
	}
	.menu {
		font-size:1.9em;
	}
	#tpa_container {
		position:relative;
		width:98%;
		height:auto;
		padding:1%;
	}
	.tpa_resizable {
		font-size:1.75em;
	}
	.tpa_more_resizable {
		font-size:2.25em;
	}
	#tpa_searchResults #tpa_searchResultsCont {
		font-size:2.8em;
	}
	.only_on_responsive {
		display:block;
	}
	.only_on_desktop {
		display:none;
	}
	.fakestickystub #map-potiers {
		width: 100%;
	}
	.all-potiers {
		font-size:1.3333em;
		margin-top:1em;
		width: 100%;
	}
	:not(li).potier {
		font-size:12pt;
		margin-top:1em;
		width: 100%;
	}
	.potier-container #map-potiers {
		width:100%;
		margin-top:1%;
	}
	.tpa_diaporama {
		font-size:1em;
		width:80rem;
		height:60rem;
		position:relative;
		margin:0 auto;
		padding:0;
		overflow:hidden;
	}
	.tpa_diaporama ul {
		height:60rem;
		position:relative;
		margin:0;
		padding:0;
		z-index:0;
		white-space:nowrap;
	}
	.tpa_diaporama ul li {
		display:block;
		position:relative;
		float:left;
		width:80rem;
		height:60rem;
		position:relative;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		letter-spacing:normal;
	}
	.tpa_diaporama ul li button {
		display:block;
		width:100%;
		height:60rem;
		line-height:1.5em;
		position:absolute;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		color:#fff;
		font-size:1em;
	}
	.tpa_slide {
		width:6.5rem;
		height:10rem;
		position:absolute;
		top:25rem;
		margin-left:0;
		margin-bottom:0;
		margin-right:0;
		padding:0;
		overflow:hidden;
		z-index:5;
		background-size:auto 100%;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.tpa_diaporama>.tpa_radios {
		display:block;
		width:100%;
		height:1.5em;
		position:absolute;
		bottom:1rem;
		padding:0;
		overflow:hidden;
		z-index:5;
		text-align:center;
		font-size:0.75em;
	}
}
@media screen and (min-width: 3.500001in) and (max-width: 5in)  {
	#header_right_items {
		font-size:1.5em;
	}
	.menu {
		font-size:2em;
	}
	#tpa_container {
		position:relative;
		width:98%;
		height:auto;
		padding:1%;
	}
	.tpa_resizable {
		font-size:1.75em;
	}
	.tpa_more_resizable {
		font-size:2.5em;
	}
	#tpa_searchResults #tpa_searchResultsCont {
		font-size:3em;
	}
	.only_on_responsive {
		display:block;
	}
	.only_on_desktop {
		display:none;
	}
	.mobile100 {
		width:100%;
	}
	.desktop30 {
		display:none;
	}
	.fakestickystub #map-potiers {
		width: 100%;
	}
	.all-potiers {
		font-size:1.5em;
		margin-top:1em;
		width: 100%;
	}
	:not(li).potier {
		font-size:12pt;
		margin-top:1em;
		width: 100%;
	}
	.potier-container #map-potiers {
		width:100%;
		margin-top:1%;
	}
	.tpa_diaporama {
		font-size:1em;
		width:80rem;
		height:60rem;
		position:relative;
		margin:0 auto;
		padding:0;
		overflow:hidden;
	}
	.tpa_diaporama ul {
		height:60rem;
		position:relative;
		margin:0;
		padding:0;
		z-index:0;
		white-space:nowrap;
	}
	.tpa_diaporama ul li {
		display:block;
		position:relative;
		float:left;
		width:80rem;
		height:60rem;
		position:relative;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		letter-spacing:normal;
	}
	.tpa_diaporama ul li button {
		display:block;
		width:100%;
		height:60rem;
		line-height:1.5em;
		position:absolute;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		color:#fff;
		font-size:1em;
	}
	.tpa_slide {
		width:6.5rem;
		height:10rem;
		position:absolute;
		top:25rem;
		margin-left:0;
		margin-bottom:0;
		margin-right:0;
		padding:0;
		overflow:hidden;
		z-index:5;
		background-size:auto 100%;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.tpa_diaporama>.tpa_radios {
		display:block;
		width:100%;
		height:1.5em;
		position:absolute;
		bottom:1rem;
		padding:0;
		overflow:hidden;
		z-index:5;
		text-align:center;
		font-size:0.75em;
	}
}
@media screen and (max-width: 3.5in)  {
	.menu {
		font-size:2.25em;
	}
	#tpa_container {
		position:relative;
		width:98%;
		height:auto;
		padding:1%;
	}
	.tpa_resizable {
		font-size:2.25em;
	}
	.tpa_more_resizable {
		font-size:3em;
	}
	#tpa_searchResults #tpa_searchResultsCont {
		font-size:3em;
	}
	.only_on_responsive {
		display:block;
	}
	.only_on_desktop {
		display:none;
	}
	.mobile100 {
		width:100%;
	}
	.desktop30 {
		display:none;
	}
	.fakestickystub #map-potiers {
		width: 100%;
	}
	.all-potiers {
		margin-top:1em;
		width: 100%;
	}
	:not(li).potier {
		font-size:12pt;
		margin-top:1em;
		width: 100%;
	}
	.potier-container #map-potiers {
		width:100%;
		margin-top:1%;
	}
	.tpa_diaporama {
		font-size:1em;
		width:80rem;
		height:60rem;
		position:relative;
		margin:0 auto;
		padding:0;
		overflow:hidden;
	}
	.tpa_diaporama ul {
		height:60rem;
		position:relative;
		margin:0;
		padding:0;
		z-index:0;
		white-space:nowrap;
	}
	.tpa_diaporama ul li {
		display:block;
		position:relative;
		float:left;
		width:80rem;
		height:60rem;
		position:relative;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		letter-spacing:normal;
	}
	.tpa_diaporama ul li button {
		display:block;
		width:100%;
		height:60rem;
		line-height:1.5em;
		position:absolute;
		margin:0;
		padding:0;
		background-size:cover;
		background-position:center center;
		color:#fff;
		font-size:1em;
	}
	.tpa_slide {
		width:6.5rem;
		height:10rem;
		position:absolute;
		top:25rem;
		margin-left:0;
		margin-bottom:0;
		margin-right:0;
		padding:0;
		overflow:hidden;
		z-index:5;
		background-size:auto 100%;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.tpa_diaporama>.tpa_radios {
		display:block;
		width:100%;
		height:1.5em;
		position:absolute;
		bottom:1rem;
		padding:0;
		overflow:hidden;
		z-index:5;
		text-align:center;
		font-size:0.75em;
	}
}
#tpa_footer {
	position:relative;
	width:100%;
	height:5em;
	background-color:rgba(0,0,0,0.5);
}
#tpa_csl {
	right:1em;
	top:0em;
	position:fixed;
	height:auto;
	width:30em;
	z-index:100001;
	font-family:SourceSansPro;
}
.tpa_csl {
	width:26em;
	height:auto;
	position:absolute;
	border-radius:1em;
	background-color:#fff;
	margin-top:1.5em;
	margin-left:1.5em;
	opacity:0;
}
.tpa_csl span.tpa_cslText {
	display:block;
	width:17em;
	left:0.5em;
	float:left;
	padding-top:1em;
	padding-bottom:1em;
	height:auto;
	position:relative;
	font-size:1.2em;
	color:#000;
}
.tpa_csl span.tpa_cslTextDialog {
	display:block;
	width:20.6em;
	left:0.5em;
	padding-top:1em;
	padding-bottom:1em;
	height:auto;
	position:relative;
	font-size:1.2em;
	color:#000;
	text-align:left;
}
.tpa_csl span.tpa_ok_cancel {
	display:block;
	width:20.6em;
	left:0.25em;
	padding-top:1em;
	height:auto;
	text-align:center;
	font-size:1em;
}
.tpa_csl .tpa_ok {
	background-color:#bbb;
	border:none;
	width:auto;
	padding-top:0.25em;
	padding-bottom:0.25em;
	padding-left:0.5em;
	padding-right:0.5em;
	border-radius:0.5em;
	font-size:1em;
	font-family:SourceSansPro;
}
.tpa_csl .tpa_cancel {
	background-color:#bbb;
	border:none;
	width:auto;
	padding-top:0.25em;
	padding-bottom:0.25em;
	padding-left:0.5em;
	padding-right:0.5em;
	border-radius:0.5em;
	font-size:1em;
	font-family:SourceSansPro;
}
.tpa_csl button.tpa_cross {
	display:block;
	width:1.5em;
	height:1.5em;
	right:0.25em;
	margin-left:0;
	margin-right:0;
	margin-top:0.125em;
	margin-bottom:0.125em;
	padding:0;
	position:relative;
	float:right;
	background-color:transparent;
	font-size:2em;
	vertical-align:middle;
	border-radius:0;
}
.tpa_csl button.tpa_cross svg {
	top:0.05em;
}
.tpa_csl button.tpa_cross img {
	width:1.5em;
	height:1.5em;
	position:absolute;
}
.tpa_clearboth {
	width:100%;
	display:block;
	max-height:0;
	position:relative;
	clear:both;
}
.tpa_fulljustify {
	text-align: justify;
}
.tpa_fulljustify:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.tpa_block_set {
	min-width:1em;
	min-height:1em;
}
.tpa_block_sub div {
	font-size:1em;
}
.tpa_text .tpa_block_sub span {
	line-height:1.2em;
	min-height:1.2em;
	height:auto;
	display:inline;
}
.tpa_alt {
	font-family:SourceSansPro;
}
