@font-face{
	font-family: "Lora";
	src: url('/fonts/Lora-Regular.ttf');
}

@font-face{
	font-family: "Lora Bold";
	src: url('/fonts/Lora-Bold.ttf');
}

@font-face{
	font-family: "Lora Bold Italic";
	src: url('/fonts/Lora-BoldItalic.ttf');
}

@font-face{
	font-family: "Lora Italic";
	src: url('/fonts/Lora-Italic.ttf');
}

#menu strong,#menu b{
	font-family:"Lora Bold";
}

mapmenu_elementsbody {
	/*	background-color:#efefef;*/
	font-family: 'Avenir','Calibri','lucida grande',verdana,helvetica,arial,sans-serif;
}

body{
	background-color:#fee8d0;
}

p {
	margin:5px 0;
	font-size:0.9em;
}

table tr th, table tr td {
	font-size:0.7em;
	vertical-align:middle;
	/*    text-align: center;*/
}

.paginator ul {
	text-align:left;
}

.paginator li {
	display:inline;
	padding:2px 0.5%;
	margin:0 0.2%;
	background-color:#fff;
}

.paginator p {
	text-align:left;
}

.top-bar-section ul li.current_controller a,
.top-bar-section ul li.current_controller a:link,
.top-bar-section ul li.current_controller a:visited {
	background-color:#efefef;
	color:#2F2F2F;
}

.top-bar-section ul li.current_controller a:hover {
	background-color:#cfcfcf;
}

.red {
	color:#e31e2d!important;
}

.content h3 {
	padding-bottom:10px;
	margin:0;
}

.container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
	/*	padding-left:1%;
	padding-right:1%;*/
}

.container {
}

div.mymessage {
	/*	margin-left:1%;*/
	text-align: left;
	cursor: pointer;
	display: block;
	font-weight: normal;
	padding: 0 1.5rem 0 1.5rem;
	transition: height 300ms ease-out 0s;
	background-color: #a0d3e8;
	color: #626262;
	/*    top: 15px;
	right: 15px;*/
	z-index: 999;
	overflow: hidden;
	line-height: 2.5em;
	box-radius: 5px;
}

div.mymessage a, div.mymessage a:link, div.mymessage a:visited {
	color:#fff;
}

div.mymessage a:hover {
	color:#2F2F2F;
}

.mycontent {
	margin:10px 1%;
}

div.users.login.form {
	width:50%;
	margin:0 auto;
	margin-top:100px;
}

button {
	background-color:#5EB6DD;
	background-color:#c0f2d1;
	color:#686868;
}

table tr td.grp {
	font-size:0.6em;
}

.th_small {
	width:5%;
}

.th_medium {
	width:15%;
}


/************/
/* ELEMENTS */
/************/

#myelements #elements {
	padding: 0.5em 0.2em;
	width: 90%;
}

#myelements ul li {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	list-style: none;
	margin: 0.2em 0;
	padding: 0.2em;
}

#myelements ul li.droppable-hover {
	background-color: #FFF000;
}

#myelements #element {
	border: 1px solid #000000;
	margin-top: 0.2em;
	padding: 0.2em;
	width: 97%;
}

#myelements #ui-draggable {
	background: #686868;
	color:#fff;
	padding: 0.5em;
	position: relative;
	width: 300px;
	cursor:crosshair;
}

.jstree-contextmenu li {
	font-size:0.8em;
}

.jstree-default .jstree-anchor {
	font-size:0.8em;
}


.blue {
	color:#5EB6DD;
}

#jstree_div {
	width:40%;
	display:inline-block;
	background-color:#efefef;
	margin-top:25px;
}

#detail_element button[type=submit] {
	margin-left:3.5%;
}

#jstree_detail {
	width:50%;
	display:inline-block;
	margin-left:2%;
	vertical-align:top;
	font-size:0.8em;
}

#top_tree {
	margin-bottom:50px;
}



.loading {
	background-color:#be140b;
	color:#fff;
	padding:5px 2%;
	margin-top:25px;
}

.p_40 {
	width:40%;
	display:inline-block;
	font-size:0.8em;
}

.p_40 button {
	padding:5px 5%;
	margin:0;
	font-size:0.8em;

}


.icons {
	width:20px;
	height:auto;
	margin-right:5%;
}

.eau {
	background-color:#276fbc;
	padding:5px 5%;
	color:#fff;
}

.electricite {
	background-color:#97bf25;
	padding:5px 5%;
	color:#fff;
}

.chauffage {
	background-color:#fe5815;
	padding:5px 5%;
	color:#fff;
}

.eau_text {
	color:#276fbc;
}

.electricite_text {
	color:#97bf25;
}

.chauffage_text {
	color:#fe5815;
}


/*********/
/* ARBRE */
/*********/


.niveau_1 {
	color:#5EB6DD;
}

.niveau_2 {
	color:#2F2F2F;
}

.niveau_3 {
	color:#2F2F2F;
}


#map {
	height:200px;
	width:100%;
	background-color:#efefef;
}

#getAdresse {
	padding:5px 2%;
	text-align:right;
	background-color:#5EB6DD;
	font-size:0.8em;
}

#getAdresseFromLatLng {
	margin-left:1%;
	padding:5px 2%;
	text-align:right;
	background-color:#1Ea6DD;
	font-size:0.8em;
}

/**********/
/* PICTOS */
/**********/

.icone {
	width:30px;
}

.mini {
	width:70px;
}

#liste_fichiers {
	list-style-type:none;
	margin:0;
	padding:0;
}
#liste_fichiers li {
	cursor:pointer;
	padding:2px 1%;
	margin:0;
}

.odd {
	background-color:#efefef;
}

.odd_blue {
	background-color:#24b0d6;
}

.odd_white {
	background-color:#ffffff;
}

.border {
	border:1px dashed #686868;
	padding:5px 1%;
	margin-top:10px;
	background-color:#efefef;
}


#pas_de_logo {
	color:#f00;
	cursor:pointer;
}

div.message {
	background-color:#bad366;
	color:#2F2F2F;
}

div.message.error {
	background-color:#f6a583;
}

#colorshow {
	padding:5px 2%;
	color:#fff;
	margin-bottom:10px;
}


.colorshow {
	padding:2px 5% 2px 0;
	color:#fff;
}

.colorshow a, .colorshow a:link, .colorshow a:visited {
	color:#fff;
}

.colorshow a:hover {
	color:#2F2F2F;
}

.colorpicker input[type="text"] {
	margin: 0;
	padding: 0;
	background: transparent;
	height: auto;
	width: auto;
	font-size: 11px;
	color: #fff;
	border:0;
}

.pictoDoc{
	width:25px;
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align:middle;
	margin-right:2%;
	/*padding:3px 1%;*/

}

.picto {
	width:20px;
	vertical-align:text-bottom;
}


.pictoAverage {
	width:30px;
	vertical-align:text-bottom;

}

.pictoLarge {
	width:50px;
	vertical-align:text-bottom;
}

.pictoBig{
	width:80px;
	vertical-align:text-bottom;
}



#rechercher_image_results {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:1.0em;
	height:300px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-bottom:10px;
}

#rechercher_image_results li {
	padding:5px 0 5px 1%;
	cursor:pointer;
}

#rechercher_image_results li.select {
	border:1px solid #2F2F2F;
}

#rechercher_image_results_gpx {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:1.0em;
	height:300px;
	overflow-y:auto;
	overflow-x:hidden;
	background: #fff;
	border:1px solid #efefef;
}

#rechercher_image_results_gpx li {
	padding:5px 0 5px 1%;
	cursor:pointer;
}

#rechercher_image_results_gpx li.select {
	border:1px solid #2F2F2F;
}

.recherche_icone {
	font-size:1em;
	background-color:#efefef;
}

#imageshow {
	margin-bottom:10px;
}

#imageshow_gpx {
	margin-bottom:10px;
	font-weight:bold;
}

#supprime_icone {
	font-style:italic;
	cursor:pointer;
}

#supprime_icone_gpx {
	font-style:italic;
	cursor:pointer;

}

#menu_site ul {
	list-style-type:none;
	margin-left:0;
	margin-bottom: 0;
}



#menu_site li {
	padding-left:2.5%;
	line-height:170%;
	line-height: 200%;
	/*    margin-top:3px;*/
}


#menu_site a:hover {
	color:#f00;
	border-bottom:1px dashed #cb2947;
}

#contenu_backoffice .actions_menu {
	display:block;
	background:#efefef;
}

#contenu_backoffice .index {
	margin:0 0.5%;
}

#contenu_backoffice .actions_menu .side-nav {
	margin:0;
	padding:0;
	font-family: 'Avenir','Calibri','lucida grande',verdana,helvetica,arial,sans-serif;
}

#contenu_backoffice .actions_menu ul.side-nav li {
	display:inline-block;
	margin:0;
}


.agrandir {
	height:300px!important;
}

.align_center {
	text-align:center;
}

#header {
	/*	background-color:#fff8e9;*/
	margin-right:0.5%;
}

#logo {
	/*width:90%;*/
	margin:0 auto;
	padding:10px 0;
	border: 3px solid #20925b;
	padding: 5px 1%;
	/*margin-top: 5px;*/
}

#logo img {
	width:auto;
	max-height:100%;
}


#auth {
	height:100%;
	text-align:right;

}

#auth ul {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:0.9em;
}

#auth a, #auth a:link, #auth a:visited {
	color:#2F2F2F;
	text-decoration:none;
}

#auth a:hover {
	color:#64c7d2;
}

#auth_link {
	display:inline-block;
	vertical-align:bottom;
}

#auth_avatar {
	display:inline-block;
	margin-left:5%;
	margin-right:3%;
}

#auth_avatar img {
	width:50px;
	height:auto;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

#auth_main {

}

.contenu {

}

.contenu a, .contenu a:link, .contenu a:visited {
	color:#64c7d2;
	text-decoration:none;
}

.contenu a:hover {
	color:#2F2F2F;
}

.blocs {
	margin-top:20px;
}

.half_bloc {
	width:23%;
	height:auto;
	display: inline-block;
	margin:0px 1% 20px 1%;
	padding:0;
	background-color:#fff;
	text-align:center;
	border:1px solid #efefef;
	vertical-align:top;
}

.half_bloc img.main {
	max-width:100%;
	margin:0 auto;
	max-height:auto;
	position:relative;
	top:-10px;

	height:auto;
	width:100%;
}

/*
.half_bloc img.main {
	margin:0 auto;
	height:auto;
	position:relative;
	top:-10px;
	max-width:100%;
	min-height: 180px;
}
*/


.half_bloc img.liseret {
	width:99%;
	margin:0 auto;
	max-height:auto;
	/*-webkit-filter: grayscale(100%); */ /* Safari 6.0 - 9.0 */
	/*filter: grayscale(100%);	*/
}


#footer {
	background-color:#efefef;
	height:60px;
	border-bottom:2px solid #dfdfdf;
	text-align:center;
	line-height:60px;
}

#footer a, #footer a:link, #footer a:visited {
	color:#2F2F2F;
	text-decoration:none;
}

#footer a:hover {
	color:#2F2F2F;
	text-decoration:none;
}

fieldset legend {
	font-weight:normal;
	color:#bad366;
	border-bottom: 1px solid #bad366;
}
/*
button {
background-color:#64c7d2;

}
*/

div.pas_de_compte a, div.pas_de_compte a:link, div.pas_de_compte a:visited {
	color:#2F2F2F;
}

div.pas_de_compte a:hover {

}

#menu {
	width:25%;
	float:left;
	background-color:#fff8e9;
	/*min-height:1000px;*/
	/*    font-family: "Century",*/
	font-family: "Lora", "Times New Roman", serif;
	background: #fff8ea; /* Old browsers */
	background: -moz-linear-gradient(top, #fff8ea 0%, #fee8d0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff8ea 0%,#fee8d0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff8ea 0%,#fee8d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8ea', endColorstr='#fee8d0',GradientType=0 ); /* IE6-9 */
	font-weight: bold;
}

#sous_menu {
	width:20%;
	float:left;
	background-color:#ffe4a9;
	background-color:#fff;
	min-height:1000px;
	/*    font-family: "Century",*/
	font-family: "Lora", "Times New Roman", serif;
	background: #fff8ea; /* Old browsers */
	background: -moz-linear-gradient(top, #fff8ea 0%, #fee8d0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff8ea 0%,#fee8d0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff8ea 0%,#fee8d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8ea', endColorstr='#fee8d0',GradientType=0 ); /* IE6-9 */

}

#main_contenu_public{
	width:100%;
	float:left;
}

#contenu_backoffice {
	float:left;
	width:80%;
	background-color:#fbf6ed;
	min-height:1000px;
}


#contenu_public {
	float:left;
	width:75%;
	background-color:#fffbf5;
	min-height:1000px;
}


#menu_site {
	/*	background:#fff8e9;*/
	font-family:  "Lora", "Times New Roman", serif;
	/*Georgia, "Times New Roman", Times, serif;*/
}

#menu_site ul {
	font-size:0.92em;
}



#fildariane {
	background-color:#fffbeb;
	color:#686868;
	font-size:0.8em;
	padding:3px 0 3px 2%;
	float:left;
	width:80%;
	border-bottom:1px solid #efefef;
	height:26px;
	height:122px;
	font-size: 2.4em;
	line-height: 250%;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fee8d0+0,fff8ea+100 */

	background: #fee8d0; /* Old browsers */
	background: -moz-linear-gradient(left, #fee8d0 0%, #fffbec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fee8d0 0%,#fffbec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fee8d0 0%,#fffbec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee8d0', endColorstr='#fffbec',GradientType=1 ); /* IE6-9 */
	font-family:  "Lora", "Times New Roman", serif;
	padding-left:3%;
}

#fildariane a, #fildariane a:link, #fildariane a:visited {
	color:#2F2F2F;
}

#fildariane a:hover {
	color:#1F1F1F;
}

#contact_right {
	/*float:right;*/
	font-size:0.8em;
	/*padding:15px 1% 2px 1%;*/
	padding:0 0 0 1%;
	background-color:#fffbeb;
	color:#2F2F2F;
	width:19%;
	/*padding-right:1%;*/
	text-align:right;
	/*border-left:1px solid #20925b;*/
	border-bottom:1px solid #efefef;
	/*height:26px;
	height:122px;*/
	/*margin-top:15px;*/
	/*height:107px;*/
	height:122px;
	display: inline-block;
	padding-top:25px;
}

a, a:link, a:visited {
	color:#2F2F2F;
}

a:hover {
	color:#1F1F1F;
}

#contenu_backoffice .form button[type="submit"] {
	float:right;
	margin-left:1.7%;
}


#contenu_public .form button[type="submit"] {
	float:right;
	margin-left:1.7%;
}

#auth {
	float:none;
	display:block;
	width:100%;
	background-color:#fff;
}

#auth_avatar {
	float:left;
}

#auth_link {
	float:left;
	text-align:left;
	margin-top:4px;
}

#rechercher_menu {
	height:25px;
	margin:0;
	background-color: #fff7e0;
	display: none;
}

#menu_site .picto {
	vertical-align: top;
}

.search_form div {
	width:auto;
	float:left;
	margin-right:1%;
}

#header_top {
	background-color:#fff7e1;
}

#header_left {
	display:inline-block;
}

#header_right {
	display:inline-block;
}
.gallery {
	/*	margin:10px 1%;*/
	margin: 0 1%;
	margin:10px 0;
	background:#fff;
	border:1px solid #efefef;
	margin-top:10px;
	display:block;
	clear:both;

}

.gallery img {
	width: 100%;
	height: auto;
	max-width:100%;

}

.gallery_title {
	font-family:  "Lora", serif;
	color:#20925b;
	position:relative!important;
	text-align:center;
	top:-20px!important;
}

.gallery_images {
	position:relative!important;
	top:-10px!important;
}


.gallery_images_div {
	position:relative!important;
	top:-10px!important;
}

.gallery img.liseret_bottom {

}


.hidden {
	display:none!important;
}

.bloc_title {
	font-family:  "Lora", serif;
	color:#20925b;
	position:relative;
	top:-20px;
	font-size: 0.9em;
}

#slogan {
	text-align:center;
	margin:2% auto;
	font-size:0.8em;
}

.slogan_main{
	font-family:  "Lora", serif;
	font-style:italic;
	margin:0;
	color:#cb2947;
	font-size:1em;
	text-align:center;
	/*	background:#cb2947;*/
	padding:3px 0;
	clear:both;
	opacity:0.8;

	position:relative!important;
	top:-20px!important;
}

/* GENERAL */

#contenu_public h1 {
	padding:5px 1%;
	color:#20925b;
	font-size:1.2em;
	text-transform:uppercase;
	clear:both;
	margin:0;
}

/* PARCOURS */

#mapdiv {
	margin:0 auto;
	padding: 0 2%;
}

#mapmenu {
	/*width:20%;*/
	width:29%;
	min-height:500px;
	display:inline-block;
	vertical-align:top;
}

#mapid {
	height: 500px;
	/*width:78%;*/
	width: 70%;
	display:inline-block;
	vertical-align:top;
}



#mappoint {
	height:400px;
	width:100%;
	margin:0 auto;
}

#center_map {
	cursor:pointer;
	text-align:center;
	border:1px dashed #e88b5d;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:5px 5%;
	color:#686868;
	font-size: 0.8em;
}

#mapmenu_icons_center{
	text-align: center;
}

#mapmenu_elements h1 {
	padding:0;
	margin:0;
	font-size:0.9em;
	padding:5px 1%;
	background-color:#fff;
	border-bottom:1px dashed #efefef;
	margin-top:10px;
}

#mapmenu_elements h1 img {
	margin-right:2%;
	vertical-align:middle;
}

#mapmenu_elements ul {
	font-size:0.8em;
	list-style-type:none;
	margin:0;
	padding:0;
}

#mapmenu_elements li {
	margin-left:1%;
}

.titre {
	color: #20925b!important;
}

#position_button {
	display:inline-block;
	background:#64c7d2;
	padding:5px 2%;
	margin-bottom:10px;
	color:#fff;
	cursor:pointer;
}

#position_gps {
	display:inline-block;
	background:#64c7d2;
	padding:5px 2%;
	margin-bottom:10px;
	color:#fff;
	cursor:pointer;
}

#recentrer {
	display:inline-block;
	background:#efefef;
	padding:5px 2%;
	margin-bottom:10px;
	color:#686868;
	cursor:pointer;
}

#contenu_backoffice form,  #contenu_backoffice .index{
	width:98%;
	margin:0 auto;
}

#contenu_backoffice select {
	width:auto;
	margin-bottom:10px;
}


#mapmenu_elements img.picto {
	margin-right:2%;
	margin-top:5px;
}

.clickMePoint {
	cursor:pointer;
}

#datas {
	display:none;
}

.clickMeCategory {
	cursor:pointer;
}

#mapmenu_icons{
	text-align:center;
	margin-top:10px;
}

.leaflet-close-div {
	text-align:right;
}

.leaflet-close {
	width: 30px;
	height: 30px;
	color: #333;
	font-size: 20px;
	cursor: pointer;
	z-index: 8;
}

#contenu_public .leaflet-sidebar h1, #contenu_public  .leaflet-sidebar h2 {
	margin:0;
	padding:0;
}


.clickMeParcours {
	cursor:pointer;
}


#mapmenu_elements input[type=checkbox] {
	margin-top:0;
	margin-bottom:0;
	padding:0;
}

.moreInfo{
	cursor: pointer;
	background: #20925b;
	background: #686868;
	font-weight: normal;
	color: #fff!important;
	padding: 5px 5%!important;
	text-align: center;
	margin-top: 10px!important;
	min-width:130px!important;
	_width:130px!important;
}


#element_detail{
	position:absolute;
	top:0;
	left:0;
	width:30%;
	min-height:1000px;
	_height:1000px;
	background-color:#fff;
	padding:0;
	display:none;
	border-right:3px solid #efefef;
	padding:0;
	z-index:3000000;
}

#element_detail ul, #element_detail ol{
	font-size:1em;
}

#element_detail_titre{
	background-color:#20925b;
	color:#fff!important;
	padding:5px 2% 5px 3%!important;
	font-size:1em!important;
}

#element_detail_photos{
	padding:20px 5% 5px 5%!important;
	font-size:0.8em;
	text-align:center;
	/*	height:450px;
	overflow-y:scroll;*/
}


#element_detail_description{
	padding:20px 5% 5px 5%!important;
	font-size:0.8em;
	text-align:justify;
	/*	height:450px;
	overflow-y:scroll;*/
}

.element_detail_close{
	text-align:right;
	color:#fff;
	background-color:#efefef;
	padding-right:2%;
	cursor:pointer;
	font-size:0.9em;
}


.menu_selected{
	font-weight:bold;
}


#element_detail_description a, #element_detail_description a:link, #element_detail_description a:visited{
	color:#20925b;
}

#element_detail_description a:hover{
	color:#686868;
}

.half_bloc_pages {
	width:23%;
	height:auto;
	display: inline-block;
	margin:10px 1%;
	padding:0;
	background-color:#fff;
	text-align:center;
	border:1px solid #efefef;
	vertical-align:top;
}

.half_bloc_pages:hover{
	border:1px dashed #cb2947;
}

.half_bloc_pages img.main {
	width:100%;
	margin:0 auto;
	max-height:auto;
	/*-webkit-filter: grayscale(100%); */ /* Safari 6.0 - 9.0 */
	/*filter: grayscale(100%);	*/
	position:relative;
	top:-10px;
}

.half_bloc_pages img.liseret {
	width:99%;
	margin:0 auto;
	max-height:auto;
	/*-webkit-filter: grayscale(100%); */ /* Safari 6.0 - 9.0 */
	/*filter: grayscale(100%);	*/
}

.bloc_title_pages{
	font-family:  "Lora", serif;
	color:#20925b;
	position:relative;
	top:-16px;
	font-size:0.9em;
}

#contenu_public_elements{
	color:#686868;
	padding:10px 1%;
	clear:both;
	font-size:0.9em;
	text-align:justify;
	line-height:150%;
}

#element_texte{
	margin:10px 0;
}

#contenu_public_elements h1 {
	margin:10px 0;
	padding:0;
	color:#cb2947;
	font-size:1.2em;
	font-weight:bold;
}

#contenu_public_elements h2 {
	margin:0;
	padding:0;
	color:#20925b;
	font-size:1.1em;
	margin:7px 0;
	font-weight:bold;
}

#contenu_public_elements h3 {
	margin:0;
	padding:0;
	color:#ce6a1c;
	font-size:1em;
	margin:5px 0;
	font-weight:bold;
}

#contenu_public_elements h4 {
	margin:0;
	padding:0;
	color:#686868;
	font-size:0.8em;
	margin:3px 0;
	font-weight:bold;
}

.element_galerie{
	margin:20px 0;
}


.element_galerie li {
	list-style-type:none;
	display:inline-block;
	width:20%;
	width:30%;
	/*background:#fff;*/
	margin:0 1%;
	vertical-align:top;
}

.element_galerie img{
	margin:10px 0;
}

.element_galerie .gallerie{
	margin:0 1%;
	padding:0;
	text-align:center;
}

.element_galerie .image{
	font-size:0.8em;
	font-style:italic;
}

.element_video{
	margin:20px 0;
	text-align:center;
}

#contenu_public_elements a,#contenu_public_elements a:link, #contenu_public_elements a:visited{
	color:#ce6a1c;
}


#resource_content{
/*	margin-top:20px;*/
	clear:both;
}

#content{
	background-color: #fffbf5;
	min-height: 1000px;
}

#top_tree_selection{
	margin:0 auto;
	text-align:center;
}

#top_tree_selection #jstree_div{
	width:50%;
	text-align:left;
}

.blocs_global {
	margin-bottom:10px;
	display:block;
}

#agenda_acc h3 {
	color:#fff;
	font-size:0.9em;
	text-transform:uppercase;
	padding:0 1%;
	background:#fde8d2;
	background:#20925b;
	margin-top:5px;
	width:20%;
	opacity:0.7;
}

#agenda {

}

#categories_agenda_select{
	margin:0;
	width:auto;
}

.bloc_title_agenda {
	font-family:  "Lora", serif;
	color:#20925b;
	position:relative;
	top:0;
	font-size:0.75em;
	margin-bottom:10px;
	height:50px;
}

.bloc_title_agenda img {
	width:100%;
	height:auto;
}

.half_bloc_agenda {
	/*    width:23%;*/
	width:250px;
	height:auto;
	display: inline-block;
	margin:0 0.5% 10px 0.5%;
	padding:0;
	background-color:#fff;
	text-align:center;
	border:1px solid #efefef;
	vertical-align:top;
}

.half_bloc_agenda img.main {
	width:100%;
	margin:0 auto;
	/*	max-height:auto;*/
	height:auto;
	/*-webkit-filter: grayscale(100%); */ /* Safari 6.0 - 9.0 */
	/*filter: grayscale(100%);	*/
	/*position:relative;*/
	top:0;

	min-width:200px;
}

.half_bloc_agenda img.liseret {
	width:99%;
	margin:0 auto;
	max-height:auto;
	/*-webkit-filter: grayscale(100%); */ /* Safari 6.0 - 9.0 */
	/*filter: grayscale(100%);	*/
}


.agenda_categorie{
	font-size:0.9em;
	color:#686868;
}

.agenda_dates{
	font-family:  "Lora", serif;
	color:#2F2F2F;
	font-size:0.7em;
	margin-top:10px;
}

.main_image{
	height:150px;
	vertical-align:center;
	overflow-y:hidden;
}


.agenda_titre{
	margin:0 1%;
}

#agenda_categories{
	margin:10px 1% 10px 2%;
}

.agenda_categories_element{
	display:inline-block;
	margin-right:1%;
	vertical-align:top;
	padding:5px 1%;
	text-align:center;
	font-size:0.8em;
	border:1px solid #efefef;
	background:#fff;
}

.agenda_categories_element_selected {
	border:1px dashed #cb2947;
}

#agenda_content{
	/*	margin-top:35px;*/
	clear:both;
}

.picto_agenda{
	width:20px;
	vertical-align:middle;
}

.agenda_categories_title{
	margin-top:5px;
	color:#686868;
}

.green{
	color:#20925b!important;
}

.grey{
	color:#686868!important;
}

#element_localisation{
	font-size:0.85em;
	margin-bottom:10px;
}

#element_fichier_joint{
	text-align:center;
}

.main_bloc{
	/*height:180px;*/
	vertical-align:center;
	overflow-y:hidden;
}


.half_bloc_menu{
	width:23%;
	/*width:280px;*/
	height:auto;
	display: inline-block;
	margin:0px 1% 20px 1%;
	padding:0;
	background-color:#fff;
	text-align:center;
	border:1px solid #efefef;
	vertical-align:top;
}

.half_bloc_menu img.main {
	margin:0 auto;
	/*	max-height:auto;*/
	height:auto;
	/*-webkit-filter: grayscale(100%); */ /* Safari 6.0 - 9.0 */
	/*filter: grayscale(100%);	*/
	/*position:relative;*/
	top:0;
	/*height:200px;*/
	max-width:100%;
	/*min-height: 225px;*/
	width:100%;
}

.half_bloc_menu img.liseret {
	width:99%;
	margin:0 auto;
	max-height:auto;
	/*-webkit-filter: grayscale(100%); */ /* Safari 6.0 - 9.0 */
	/*filter: grayscale(100%);	*/
}


.elements_children{
	margin-top:10px;
}

#element_detail{

}

.colorParcour{
	display: inline-block;
	vertical-align:middle;
	width:20px;
	height: 3px;
	border: 0;
	margin: 1em 0;
	padding: 0;
	margin-left:2%;
	margin-right:2%;

}

.mappointImageMap{
	text-align:center;
	margin-bottom: 10px;
}

.popup{
	text-align:center;
}

.popup h1{
	font-size:1em;
	color:#686868;
}

.mappointImageMapDoc{
	display:inline-block;
	vertical-align:middle;
	margin:0 2%;
	border:2px solid #efefef;
}

.mapLocalisationDoc{
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

.mapAdresse{
	text-align:center;
	color:#686868;
}

.mapLocalisationButtonDocStart{
	text-align:center;
	padding:5px 3%;
	background-color:#20925b;
	color:#fff;
	margin-right:2%;
	cursor:pointer;
}




.mapLocalisationButtonDocEnd{
	text-align:center;
	padding:5px 3%;
	background-color:#c92c49;
	color:#fff;
	margin-left:2%;
	cursor:pointer;
}

.mapLocalisationButtonsDoc{
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}

#element_detail_description .mapLocalisationButtonsDoc a,
#element_detail_description .mapLocalisationButtonsDoc a:link,
#element_detail_description .mapLocalisationButtonsDoc a:visited{
	color:#fff;
}

#element_detail_description .mapLocalisationButtonsDoc a:hover{
	color:#efefef;
}

#displayVisitor{
	cursor:pointer;
}


#horaires_et_tarifs table {
	margin-bottom: 0!important;
	width:99%;
}

#horaires_et_tarifs_form {
	/*    width:23%;*/
	/*	width:80%; */
	height:auto;
	display: inline-block;
	margin: 0 auto;
	padding:0;
	background-color:#fff;
	text-align:center;
	border:1px solid #efefef;
	vertical-align:top;
	margin-left:1%;
	margin-right:1%;
	margin-top:0;
	margin-bottom:0!important;
}

#horaires_et_tarifs_form img.main {
	width:100%;
	margin:0 auto;
	/*	max-height:auto;*/
	height:auto;
	/*-webkit-filter: grayscale(100%); */ /* Safari 6.0 - 9.0 */
	/*filter: grayscale(100%);	*/
	/*position:relative;*/
	top:0;

	min-width:200px;
}

#horaires_et_tarifs_form img.liseret {
	width:100%;
	margin:0 auto;
	max-height:auto;
	/*-webkit-filter: grayscale(100%); */ /* Safari 6.0 - 9.0 */
	/*filter: grayscale(100%);	*/
}

#horaires_et_tarifs_form_content {
	position:relative;
	top:-15px;
}

#horaires_et_tarifs h1 {
	font-family: "Lora", "Times New Roman", serif;
	text-transform: capitalize;
	position: relative;
	top:-20px;
}

#horaires_et_tarifs h1.popuptitre{
	font-family: "Lora", "Times New Roman", serif;
	text-transform: capitalize;
	margin-top:30px;
	position:relative;
	top:0;
	color:#2F2F2F;
}

#horaires_et_tarifs_form tr {
	border:0;
	margin-bottom:20px;
}

#horaires_et_tarifs_form td {
	font-size: 0.9em;
	margin:0;
	padding:0;
	text-align: center;
	vertical-align: top;
	margin:0 auto;
	padding:0 2%;
}


#horaires_et_tarifs_form select {
	height:auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	margin:0!important;

}

#horaires_et_tarifs {
	/*text-align: center;*/
	margin-top:20px;
}


#horaires_et_tarifs_form .intitule {
	margin-bottom:10px;
	margin-top:20px;
	font-weight: bold;
	font-family: "Lora", "Times New Roman", serif;
	color:#20925b;
}

#horaires_et_tarifs_form .intitule_thin {
	margin-bottom:5px;
	margin-top:10px;
}


#horaires_et_tarifs_form input[type=text]{
	text-align: center;
	color:#686868;
	margin:0!important;
}


#horaires_et_tarifs_rechercher{
	background-color:transparent;
	background-image: url('/img/icons/rechercher-135x83.png');
	background-repeat: no-repeat;
	width:135px;
	height:83px;
	font-size: 0.9em;
	font-family: "Lora", "Times New Roman", serif;
	color:#daa053;
}

#horaires_et_tarifs_form td.horaires_et_tarifs_type_trajet{
	background-color:#bef3d0;
	color:#9fdaba;
	vertical-align: middle;
	cursor: pointer;
}


#horaires_et_tarifs_form td.horaires_et_tarifs_selected{
	text-align: center;
	background-color:#2ba75f;
	color:#fff;
	padding:10px 0;
}



#horaires_et_tarifs_form .horaires_et_tarifs_type_trajet{
	background-color:#bef3d0;
	color:#9fdaba;
	vertical-align: middle;
	cursor: pointer;
	padding:10px 4%;
	display:inline-block;
}


#horaires_et_tarifs_form .horaires_et_tarifs_selected{
	text-align: center;
	background-color:#2ba75f;
	color:#fff;
	padding:10px 2%;
}

#mapidhoraires {
	height: 370px;
	height:350px;
	/*width:98%;
	margin:10px auto;*/
	/*	display:inline-block;
	vertical-align:top;*/
	width:48%;
	display: inline-block;
	vertical-align: top;
	margin-top:50px;
	border:1px solid #efefef;
}

#resultats_horaires{
	/*background-color: #fff;*/
	/*width:98%;
	margin:0 auto;*/
	width:50%;
	display: inline-block;
	vertical-align: top;
	/*border:1px solid #efefef;*/
	margin-top:10px;
	min-height:20px;
	margin-left: 0.5%;
}

#ui-datepicker-div{
	z-index:10000!important;
}

#date_voyage{
	color:#cb2947;
}


.td_calendar{

}

.chooseDepart{
	cursor: pointer;
	background: #20925b;
	font-weight: normal;
	color: #fff;
	padding: 5px 2%;
	text-align: center;
	margin-top: 10px;
	min-width:130px;
	_width:130px;
	font-size:0.9em;
}

.chooseArrivee{
	cursor: pointer;
	background: #e31e2d;
	font-weight: normal;
	color: #fff;
	padding: 5px 2%;
	text-align: center;
	margin-top: 10px;
	min-width:130px;
	_width:130px;
	font-size:0.9em;
}

#ville_depart{
	color:#20925b!important;
}

#ville_arrivee{
	color:#e31e2d!important;
}


#horaires_et_tarifs .gare_de_depart{
	color: #20925b!important;
	font-size:1em;
	text-transform: uppercase;
	font-weight: bold;
	position:relative;
	top:5px;
	padding:0;
	margin:0;
	margin-bottom:10px;
}

#horaires_et_tarifs .gare_d_arrivee{
	color: #e31e2d!important;
	font-size:1em;
	text-transform: uppercase;
	font-weight: bold;
	position:relative;
	top:5px;
	padding:0;
	margin:0;
	margin-bottom:10px;
}

#horaires_et_tarifs p.titre_gare{
	color:#2F2F2F;
	font-size:1.1em;
	margin-top:10px;
}


#calendar{
	margin-bottom:10px;
}

.calendar_months{
	font-size:0.9em;
}

.calendar_month{
	border:1px solid #efefef;
	width:25%;
	display:inline-block;
	vertical-align: top;
	margin:0 1%;
}

#horaires_et_tarifs .calendar_month_titre {
	background-color:#0d7437;
	color:#fff!important;
	font-family: 'Avenir','Calibri','lucida grande',verdana,helvetica,arial,sans-serif;
	margin:0;
	padding:0;
}

.calendar_days{
	background-color:#efefef;
}

.calendar_days_entete{
	background-color: #efefef;
}

.calendar_days_entete div{
	display:inline-block;
	width:12%;
	margin:0 1%;
	background-color:#efefef;
	padding:2px 1%;
	text-align: center;
	font-size:0.8em;
}

.calendar_days div.day_element{
	display:inline-block;
	width:12%;
	margin:0 1%;
	background-color:#efefef;
	padding:2px 1%;
	text-align: center;
	font-size:0.8em;

	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:5px;
}

.calendar_days div.active {
	/*cursor: pointer;*/
}


.calendar_days div.calendar_empty{
	background-color:#efefef;
}

.calendar_days div.calendar_today{
	background-color:#fff;
	color:#cb2947;
}

.calendar_days div.calendar_available{
	background-color: #fecb71;
	color:#2F2F2F;
	cursor: pointer;
}

.calendar_days div.calendar_past{
	background-color:#efefef;
	color:#fff;
}

.calendar_days div.calendar_selected{
	background-color:#33a661;
	background-color: #cb2947!important;
	color:#fff;
}



.calendar_arrows{
	margin-bottom:5px;
}

#calendar_arrow_prev_div{
	display: inline-block;
	vertical-align: top;
	margin-right:3%;
	margin-top:20px;
}

#calendar_arrow_next_div{
	display: inline-block;
	vertical-align: top;
	margin-left:3%;
	margin-top:20px;
}


#calendar_arrow_prev, #calendar_arrow_next{
	cursor:pointer;
	background-color: #dfdfdf;
	border-radius: 10px;
	padding:2px;
}

#horaires_et_tarifs_form td#td_date_de_voyage{
	vertical-align: middle;
}


.calendar_box {
	/*border:1px dashed #dfdfdf;*/
	/*margin-right:1%;*/
}


.opaque {
	opacity:0;
}


#horaires_et_tarifs_form h1 {
	font-size:1em;
}


#aujourdhui{
	margin-top:5px;
	cursor:pointer;
}



#resultats_horaires h3{
	font-family: "Lora", "Times New Roman", serif;
	color:#686868;
	margin-left:1%;
	font-size:1.3em;
}

#resultats_horaires h2{
	color:#f9984d;
	font-family: "Lora", "Times New Roman", serif;
	margin-left:1%;
	font-size:1.3em;
}

.blocJAT{
	width:98%;
	border:1px solid #efefef;
	margin:10px auto;
	background-color:#fff;
}

.imageJAT{
	width:150px;
}


.blocJAT_div{
	display:inline-block;
	vertical-align: middle;
	margin-left:1%;
}

.blocJAT h2{
	text-align: center;
	position:relative;
	top:-20px;
}

.blocJAT .central {
	width:70%;
	font-size:0.8em;
}

.blocJAT .aboutJAT{
	cursor:pointer;
}

.blocJAT .divAbout{
	width:10%;
	text-align:center;
}


.blocJAT .more_JAT{
	display:none;
}


.texte_jat{
	font-size:0.9em;
	padding:5px 1%;
	background-color:#fffbed;
	border:1px dashed #efefef;
}

.alertify_h2{
	color:#f9984d;
	font-family: "Lora", "Times New Roman", serif;
	font-size:1.2em;
}

/************/
/* HORAIRES */
/************/

.bloc_trajet {
	/*width: 50%;*/
	width:98%;
	float: none;
	margin: 0 auto;
	/*margin-bottom:100px;*/
}


.bloc_trajet .bloc_trajet_aller.via{
	height:220px;
	background: #fff;
	border:1px solid #efefef;
}

.bloc_trajet .bloc_trajet_retour.via{
	margin-top:30px;
	height:220px;
	background: #fff;
	border:1px solid #efefef;

}

.bloc_trajet .bloc_trajet_aller{
	height:90px;
	height:100%;
	background: #fff;
	border:1px solid #efefef;

}

.bloc_trajet .bloc_trajet_retour{
	height:90px;
	height:100%;
	margin-top:30px;
	background: #fff;
	border:1px solid #efefef;

}

.bloc_trajet .bloc_trajet_aller{
	width: 598px;
	/*float: left;*/
	display: inline-block;
	margin-top: 2px;
	border: 1px solid #e5e5e5;
	position: relative;
	background: #fff;
	border:1px solid #efefef;
	width:100%;

}

.bloc_trajet .bloc_trajet_retour{
	width: 598px;
	/*float: left;*/
	display: inline-block;

	margin-top: 2px;
	border: 1px solid #e5e5e5;
	position: relative;
	margin-top:30px;
	background: #fff;
	border:1px solid #efefef;
	width:100%;


}

.bloc_trajet .bloc_trajet_aller{
	/*background-image: url(http://www.cfbs.eu/images/site/center/horaires/bck-trajet-aller.jpg)*/
}

.bloc_trajet .colonne_ville {
	width: 178px;
	width:30%;
	margin:0;
	vertical-align: top;
	display:inline-block;
}

.bloc_trajet ul {
	/*float: left;*/
	display: inline-block;

	list-style: none;
	font-size: 0.9em;
}

.bloc_trajet .via ul li {
	/*  height: 24px;
	line-height: 24px;*/
}

.bloc_trajet ul li {
	/*height: 22px;
	line-height: 22px;*/
	text-align: center;
	color: #777;
	line-height: 175%;
}

.bloc_trajet ul .small {
	font-size: 12px;
	font-size:0.85em;
	color: #999;
}


.container_large {
	left: 0px;
	/*position: absolute;
	width: 5000px;*/
	height: auto;
}

.bloc_trajet .container .bloc {
	width: 60px;
	width:15%;
	/*height: 140px;*/
	margin:0;
	vertical-align: top;
	display: inline-block;
}

.pictoTrain.D{
	background-image: url('/img/icons/site/bck-type-diesel.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.pictoTrain.V{
	background-image: url('/img/icons/site/bck-type-vapeur.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.pictoTrain.A{
	background-image: url('/img/icons/site/bck-type-autorail.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.bloc_trajet .via .container {
	/*    height: 200px;*/
}

.bloc_trajet .container {
	/*width: 420px;*/
	/*height: 90px;*/
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
	display:inline-block;
	width:70%;
	vertical-align: top;
	/*    position: absolute;*/
	/*left: 180px;*/
}

.center{
	text-align: center;
}

.bloc_trajet ul .changement_de_gare{
	color:#f55a76;
	font-size: 0.7em;
}


.lienReservation{
	display:block;
	clear:both;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	font-size: 1.2em;
}

.lienReservation a, .lienReservation a:link, .lienReservation a:visited{
	padding:10px 2%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#fda429;
}

.lienReservation a:hover{
	color:#efefef;
}

.bloc_trajet_retour.trois_gares,
.bloc_trajet_aller.trois_gares { height: 110px }
.trois_gares .container { height: 110px }


.bloc_trajet img.liseretTrajetTop {
	width:100%;
	margin:0 auto;
	max-height:auto;
	position: relative;
	top:-8px;
}


.bloc_trajet img.liseretTrajetBottom {
	width:100%;
	margin:0 auto;
	max-height:auto;
	position: relative;
	top:-13px;
	top:4px;
}


.liseretTitreAller{
	text-align: center;
	position: relative;
	top:-20px;
	color:#ceb49d;
	font-family: "Lora", "Times New Roman", serif;
	font-size: 1.1em;
}

.liseretTitreRetour{
	text-align: center;
	position: relative;
	top:-20px;
	color:#b0aca8;
	font-family: "Lora", "Times New Roman", serif;
	font-size: 1.1em;
}


.liseretTrajetBottomNormal{
	width:100%;
	margin:0 auto;
	max-height:auto;
	position: relative;
	top:5px;
}


.prochain_depart{
	text-align:center;
}

.prochain_depart select {
	width:25%;
	margin:0 auto;
}

/*********************/
/* PROCHAINS DEPARTS */
/*********************/

#prochains_departs table {
	margin-bottom: 0!important;
	width:99%;
}

#prochains_departs_form {
	/*    width:23%;*/
	/*	width:80%; */
	height:auto;
	display: inline-block;
	margin: 0 auto;
	padding:0;
	background-color:#fff;
	text-align:center;
	border:1px solid #efefef;
	vertical-align:top;
	margin-left:2%;
	margin-right:2%;
	margin-top:20px;
	margin-bottom:0!important;
	font-size:0.9em;
}

#prochains_departs_form img.main {
	width:100%;
	margin:0 auto;
	/*	max-height:auto;*/
	height:auto;
	/*-webkit-filter: grayscale(100%); */ /* Safari 6.0 - 9.0 */
	/*filter: grayscale(100%);	*/
	/*position:relative;*/
	top:0;

	min-width:200px;
}

#prochains_departs_form img.liseret {
	width:100%;
	margin:0 auto;
	max-height:auto;
	/*-webkit-filter: grayscale(100%); */ /* Safari 6.0 - 9.0 */
	/*filter: grayscale(100%);	*/
}

#prochains_departs_form_content {
	/*position:relative;
	top:-15px;*/
}

#prochains_departs h1 {
	font-family: "Lora", "Times New Roman", serif;
	text-transform: capitalize;
	position: relative;
	top:-20px;
}

#prochains_departs h1.popuptitre{
	font-family: "Lora", "Times New Roman", serif;
	text-transform: capitalize;
	margin-top:30px;
	position:relative;
	top:0;
	color:#2F2F2F;
}

#prochains_departs_form tr {
	border:0;
	margin-bottom:20px;
}

#prochains_departs_form td {
	font-size: 0.9em;
	margin:0;
	padding:0;
	text-align: center;
	vertical-align: top;
	margin:0 auto;
	padding:0 2%;
}


#prochains_departs_form select {
	height:auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	margin:0!important;

}

#prochains_departs {
	/*text-align: center;*/
}


#prochains_departs_form .intitule {
	margin-bottom:10px;
	margin-top:20px;
	font-weight: bold;
	font-family: "Lora", "Times New Roman", serif;
	color:#20925b;
}

#prochains_departs_form .intitule_thin {
	margin-bottom:5px;
	margin-top:10px;
}


#prochains_departs_form input[type=text]{
	text-align: center;
	color:#686868;
	margin:0!important;
}


#prochains_departs_rechercher{
	background-color:transparent;
	background-image: url('/img/icons/rechercher-135x83.png');
	background-repeat: no-repeat;
	width:135px;
	height:83px;
	font-size: 0.9em;
	font-family: "Lora", "Times New Roman", serif;
	color:#daa053;
}

#prochains_departs_form td.prochains_departs_type_trajet{
	background-color:#bef3d0;
	color:#9fdaba;
	vertical-align: middle;
	cursor: pointer;
}


#prochains_departs_form td.prochains_departs_selected{
	text-align: center;
	background-color:#2ba75f;
	color:#fff;
	padding:10px 0;
}



#prochains_departs_form .prochains_departs_type_trajet{
	background-color:#bef3d0;
	color:#9fdaba;
	vertical-align: middle;
	cursor: pointer;
	padding:10px 4%;
	display:inline-block;
}


#prochains_departs_form .prochains_departs_selected{
	text-align: center;
	background-color:#2ba75f;
	color:#fff;
	padding:10px 2%;
}


#prochains_departs .gare_de_depart{
	color: #20925b!important;
	font-size:1em;
	text-transform: uppercase;
	font-weight: bold;
	position:relative;
	top:5px;
	padding:0;
	margin:0;
	margin-bottom:10px;
}

#prochains_departs .gare_d_arrivee{
	color: #e31e2d!important;
	font-size:1em;
	text-transform: uppercase;
	font-weight: bold;
	position:relative;
	top:5px;
	padding:0;
	margin:0;
	margin-bottom:10px;
}

#prochains_departs p.titre_gare{
	color:#2F2F2F;
	font-size:1.1em;
	margin-top:10px;
}


#prochains_departs .aujourd_hui_prochains_departs{
	margin-bottom:10px;
}


#prochains_departs .prochain_depart{
	margin-bottom:10px;
}


#resultats_prochains_departs {
	/*background-color: #fff;*/
	width:95%;
	margin:0 auto;
	/*border:1px solid #efefef;*/
	margin-top:10px;
	min-height:20px;
}

#resultats_prochains_departs h3{
	font-family: "Lora", "Times New Roman", serif;
	color:#686868;
	margin-left:1%;
	font-size:1.3em;
}

#resultats_prochains_departs h2{
	color:#f9984d;
	font-family: "Lora", "Times New Roman", serif;
	margin-left:1%;
	font-size:1.3em;
}

#resultats_prochains_departs thead tr{
	background-color:#20925b;
	color:#fff;
	text-transform: uppercase;
}

#resultats_prochains_departs thead tr td {
	text-align: center;
	color:#fff;
}

.horaires_lieu{
	text-align:center;
}




#resultats_prochains_departs table tbody td {
	text-align: center;
	text-transform: uppercase;
	/*font-size: 200%;*/
	padding: 1%;
	border-right: 1px solid #0C8446;
}


#resultats_prochains_departs table span.train_V { display: block; background-image: url('/img/icons/site/train_V.png'); background-repeat: no-repeat; background-position: center; background-size: contain; min-width: 25px; min-height: 25px; }
#resultats_prochains_departs table span.train_V.train_V :before { content: "\00a0"; }
#resultats_prochains_departs table span.train_D { display: block; background-image: url('/img/icons/site/train_D.png'); background-repeat: no-repeat; background-position: center; background-size: contain; min-width: 25px; min-height: 25px; }
#resultats_prochains_departs table span.train_D.train_D :before { content: "\00a0"; }
#resultats_prochains_departs table span.train_A { display: block; background-image: url('/img/icons/site/train_A.png'); background-repeat: no-repeat; background-position: center; background-size: contain; min-width: 25px; min-height: 25px; }
#resultats_prochains_departs table span.train_A.train_A :before { content: "\00a0"; }
#resultats_prochains_departs table span.picto_port { display: block; background-image: url('/img/icons/site/picto_port.png'); background-repeat: no-repeat; background-position: center; background-size: contain; min-width: 25px; min-height: 25px; }
#resultats_prochains_departs table span.picto_port.picto_port :before { content: "\00a0"; }
#resultats_prochains_departs table span.picto_ville { display: block; background-image: url('/img/icons/site/picto_ville.png'); background-repeat: no-repeat; background-position: center; background-size: contain; min-width: 25px; min-height: 25px; }
#resultats_prochains_departs table span.picto_ville.picto_ville :before { content: "\00a0"; }


#resultats_prochains_departs .via {
	border:0;
}


#resultats_prochains_departs .odd{
	background-color: #fef5e6;
}

#resultats_prochains_departs .lieu_colonne1{
		border-right:0;
}

.resultats_prochains_departs {
	/*background-color: #fff;*/
	width:95%;
	margin:0 auto;
	/*border:1px solid #efefef;*/
	margin-top:10px;
	min-height:20px;
}

.resultats_prochains_departs h3{
	font-family: "Lora", "Times New Roman", serif;
	color:#686868;
	margin-left:1%;
	font-size:1.3em;
}

.resultats_prochains_departs h2{
	color:#f9984d;
	font-family: "Lora", "Times New Roman", serif;
	margin-left:1%;
	font-size:1.3em;
}

.resultats_prochains_departs thead tr{
	background-color:#20925b;
	color:#fff;
	text-transform: uppercase;
}

.resultats_prochains_departs thead tr td {
	text-align: center;
	color:#fff;
}

.horaires_lieu{
	text-align:center;
}




.resultats_prochains_departs table tbody td {
	text-align: center;
	text-transform: uppercase;
	/*font-size: 200%;*/
	padding: 1%;
	border-right: 1px solid #0C8446;
	border-right:1px solid #efefef;
}


.resultats_prochains_departs table span.train_V { display: block; background-image: url('/img/icons/site/train_V.png'); background-repeat: no-repeat; background-position: center; background-size: contain; min-width: 25px; min-height: 25px; }
.resultats_prochains_departs table span.train_V.train_V :before { content: "\00a0"; }
.resultats_prochains_departs table span.train_D { display: block; background-image: url('/img/icons/site/train_D.png'); background-repeat: no-repeat; background-position: center; background-size: contain; min-width: 25px; min-height: 25px; }
.resultats_prochains_departs table span.train_D.train_D :before { content: "\00a0"; }
.resultats_prochains_departs table span.train_A { display: block; background-image: url('/img/icons/site/train_A.png'); background-repeat: no-repeat; background-position: center; background-size: contain; min-width: 25px; min-height: 25px; }
.resultats_prochains_departs table span.train_A.train_A :before { content: "\00a0"; }
.resultats_prochains_departs table span.picto_port { display: block; background-image: url('/img/icons/site/picto_port.png'); background-repeat: no-repeat; background-position: center; background-size: contain; min-width: 25px; min-height: 25px; }
.resultats_prochains_departs table span.picto_port.picto_port :before { content: "\00a0"; }
.resultats_prochains_departs table span.picto_ville { display: block; background-image: url('/img/icons/site/picto_ville.png'); background-repeat: no-repeat; background-position: center; background-size: contain; min-width: 25px; min-height: 25px; }
.resultats_prochains_departs table span.picto_ville.picto_ville :before { content: "\00a0"; }


.resultats_prochains_departs .via {
	border:0;
}


.resultats_prochains_departs .odd{
	background-color: #fef5e6;
}

.resultats_prochains_departs .lieu_colonne1{
		border-right:0;
}


.h3_left{
	margin-left:2.5%;
}


.view_path{
	padding:0;
	margin:0;
	border-left:1px solid #efefef;
	font-size:0.6em;
}

.viewPathButton{
	padding:5px 2%;
	margin:0;
	font-size:1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: lowercase;
}

.viewPathButton:hover{
	background-color:#686868;
	color:#fff;
}



.lienTousLesTrajets{
	display:block;
	clear:both;
	text-align: center;
	padding-top:20px;
	padding-bottom:100px;
}

.lienTousLesTrajets a, .lienTousLesTrajets a:link, .lienTousLesTrajets a:visited{
	padding:10px 2%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#c0f2d1;
	color:#2F2F2F;
}

.lienTousLesTrajets a:hover{
	color:#686868;
}



.lienTousLesTrajetsEntete{
	text-align: center;
	padding-top:10px;
	padding-bottom:0;
	padding:10px 2%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#c0f2d1;
	color:#2F2F2F;
	cursor: pointer;
}




#weather_current{
	margin-right:2%;
}

#weather_temperature{
	margin-right:2%;
	font-weight:bold;
}

#weather_vent{
	margin-right:2%;
	color:#20925b;
}

#weather_humidite{
	margin-right:2%;
	margin-left:2%;
}


.meteoPicto{
	width:25px;
}


#meteo_here{
	/*float:left;
	width:40%;*/
	text-align:right;
	font-size:1.2em;
	/*border-right:1px solid #efefef;*/

}


#prochains_departs h3 {
	font-size:1.2em;
}


#sous_menu h1 {
	font-family: "Lora", "Times New Roman", serif;
	font-size:0.9em;
	text-transform: none;
	background-color:#20925b;
	color:#fff;
	padding:2px 0;
}

#sous_menu_full {
	background-color:#ffe4a9;
	margin-top:106px;
	line-height:170%;
}

.element_texte {
	/*padding:5px 0.5%;*/
	padding:0 0.5%;
	border:1px solid #efefef;
	background-color: #fff;
	/* -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;*/
	 margin-bottom:10px;
	 margin-top:10px;
}


.element_texte .liseret {
	width:100%;
}

.element_texte .inner_texte {
	padding:0 1%;
}

@-webkit-keyframes blinker {
	0%, 50%, 100% {
		 opacity: 1;
	}
	25%, 75% {
		 opacity: 0;
	}
}

.btn_blink {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 6s;
}

.btn_unavailable{
	background: linear-gradient(-45deg, white 25%, #efefef 25%, #efefef 50%, white 50%, white 75%, #efefef 75%);
	cursor:default;
}


.pictoTrain{
	cursor:pointer;
}


.webcam {
	width:50%;
	margin:0 auto;
}

.icons_social {
	width:30px;
	height:auto;
	margin-right:5%;
}

#social{
	/*line-height: 450%;*/
	line-height:150%;
}



#element_detail_titre_alertify{
	background-color:#20925b;
	color:#fff!important;
	padding:5px 2% 5px 3%!important;
	font-size:1em!important;
}

#element_detail_photos_alertify{
	padding:20px 5% 5px 5%!important;
	font-size:0.8em;
	text-align:center;
	/*	height:450px;
	overflow-y:scroll;*/
}


#element_detail_description_alertify{
	padding:20px 5% 5px 5%!important;
	font-size:0.8em;
	text-align:justify;
	/*	height:450px;
	overflow-y:scroll;*/
}


.myImage{
	height:350px;
	overflow: hidden;
  position: relative;
}

.myImage img{
	max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}


.diaporama_save{
	color:#f00;
	font-size:0.9em;
	display: none;
}

.gallery_home{
	margin:10px 1%!important;
}


.image_solo{
	border:1px solid #efefef;
	background: #fff;
}

.image_solo img {
	margin:0;
}


.file_solo{
	/*border:1px solid #efefef;
	background: #fff;*/
}

.file_solo img {
	margin:0;
	width:25%;
}


.image_titres{
	margin-bottom:10px;
	margin-top:10px;
}

.element_galerie li.file{
  width:auto!important;
}


.formelements_ul{
	margin:0;
	padding:0;
	margin-top:20px;

}


.formelements_ul li{
	list-style-type: none;
	margin:0;
	padding:0;

	margin:5px 0;
}


.formelement_title{
	font-weight: bold;
}


.required{
	color:#cb2947;
}


.inline_block{
	display: inline-block;
	vertical-align: top;
	/*padding: 0 1%!important;
  margin: 0 1%!important;*/
	margin-right:1%!important;
}

.inline_block select{
	/*width:auto;*/
}

.form_field{
	height:auto;
}


.form_progress{
	text-align: right;
	margin-bottom:10px;
	opacity: 0;
}


.form_public{
	/*width:70%!important;
	margin:0 auto;*/
	margin:0 1%;
	font-size:0.9em;
}


#contactez-nous{
	text-align: center;
	text-style: italic;
	/*background: #fff;*/
	padding:10px 0;
	font-size: 1.2em;
	font-style: normal!important;
}

#contactez-nous a, #contactez-nous a:link, #contactez-nous a:visited{
	color:#ce6a1c;
}

#contactez-nous a:hover{
	color:#686868;
}


.picto_contact{
	width:30px;
}


#contact_phone{
	font-size:0.9em;
	/*margin-top:5px;*/
	display: none;
}

#contact_phone a, #contact_phone a:link, #contact_phone a:visited{
		color:#2F2F2F;
}


#switch_menu{
	position:absolute;
	z-index:2000000;
	background: #fff;
	border:1px solid #efefef;
	text-align: center;
	cursor:pointer;
	display:none;
	margin-top:3px;
	margin-left:3px;
}


#switch_menu img{
	width:40px;
}

#rwd_logo img{
	width:75%;
	margin-bottom:10px;
}

.hide_menu{
	display:none!important;
}


#rwd_logo{
	display:none;
	padding: 10px 0;
	margin:0px auto;
	width:40%;
	text-align: center;
	margin:0 auto;
	padding:10px 0;
	border: 3px solid #20925b;
	padding: 5px 1%;
	width:100%;
}



#rwd_slogan{
	display:none;
	text-align:center;
	margin:5px auto;
	font-size:0.8em;

	font-family:  "Lora", serif;

}


.mapmenu_element_div{
	vertical-align: top;
}

.lightbox{
	z-index: 4000000!important;
}


.TA_socialButtonBubbles{
	float:right;
	line-height: 70%;
}



.form_titre1{
	color:#27915d;
}

.form_titre2{
	color:#cc6a28;
}

.form_titre3{
	color:#cb2947;
}


.form_inline_block{
	display: inline-block;
	padding: 0 1%;
  margin: 0 1%;
}
/*

.class_titre1 h1, .class_titre1 h2, .class_titre1 h3{
	display:block;
}

.class_titre2 h1, .class_titre2 h2, .class_titre2 h3{
	display:block;
}

.class_titre3 h1, .class_titre3 h2, .class_titre3 h3{
	display:block;
}
*/


.element_form{
	/*padding: 0 1%;*/
	border:1px solid #efefef;
	background-color: #fff;
	/* -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;*/
	 margin-bottom:10px;
	 margin-top:10px;

}



.show_form{
		cursor:pointer;
		padding:5px 1%;
		text-align: center;
		background: #cb2947;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color:#fff;
		margin:10px 0;
		width:200px;
}


.selection_parcours{
	/*color:#cb2947;*/
	color:#20925b;
	font-size:1em!important;
	font-family: "Lora", "Times New Roman", serif;
	text-align: center;
	padding-top:20px!important;
	text-transform: capitalize;
}

.ajs-content ul {
		margin-top:20px;
}

.ajs-content li {
	font-size: 0.9em;
}


.cc-banner.cc-bottom{
	border-top:2px solid #25915d;
}


.form_date{
	width:auto!important;
	text-align: center;
	background:#fff!important;
}

.form_hour{
	width:auto!important;
	text-align: center;
	background:#fff!important;
}



.ui-datepicker-div{
	z-index:5000000!important;
	font-size:0.9em!important;
	font-weight:normal!important;
}

.ui-datepicker{
	z-index:5000000!important;
	border:2px solid #15b4ca!important;

}

.ui-datepicker .ui-datepicker-title{
	font-weight:normal!important;
	color:#2F2F2F;
/*	background-color:#15b4ca!important;
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	border-radius: 5px!important;	*/

}

.ui-datepicker .ui-datepicker-buttonpane button{
	font-weight:normal!important;
}

#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content {
	font-size:0.8em!important;
}


/* 2021 offline map */
#rechercher_image_results_offline {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:1.0em;
	height:300px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-bottom:10px;
}

#rechercher_image_results_offline li {
	padding:5px 0 5px 1%;
	cursor:pointer;
}

#rechercher_image_results_offline li.select {
	border:1px solid #2F2F2F;
}

#rechercher_image_results_offline img{
	height:150px;
}

#supprime_icone_offline {
	cursor: pointer;
}
