/*
* Zoos dans le Monde tylesheet based on :
* www.KNACSS.com V2.6i @author: Raphael Goetter, Alsacreations
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/ 
*/

/* ----------------------------- */
/* ==reset */
/* ----------------------------- */

html {
	font-size: 62.5%;
	width: 100%;
}
body {
	background: #FFFFE0; /* url(img/bd-bg3.png); */
	color: #000;
	font-family: "Century Gothic", helvetica, arial, sans-serif;
	font-size: 1.4em; /* equiv 14px */
	line-height: 1.5;
	overflow-x: hidden;
	width: 100%;
}

a {
	text-decoration: none;
	color: #075310;
	border-bottom: #075310 dotted 1px;
}

a:hover {
	color: #3a3305;
}

img a {
	border: none;
}

/* ----------------------------- */
/* ==header */
/* ----------------------------- */

#header {
	position: relative; /* to have absolute positionning in the header */
}

img#banner, #footer img, #long-banner {
	max-width: 100%;
}

img#banner {
	margin-top: 5px;
}

#header h1 {
	display: none;
}

#google_translate_element {
	position: absolute;
	top: 1.5%;
	left: 1%;
	margin: 0;
	padding: 0;
	
}

#google_translate_element .goog-te-gadget-simple {
	height: 32px;
	line-height: 32px;
	padding: 0 4px;
	border: #609130 1px solid;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#header form {
	position: absolute;
	top: 1.5%;
	right: 1%;
	margin: 0;
	padding: 0;
}

#header form fieldset {
	font-size: 1.1429em; /* equiv 16px */
}

#news, #partenaires, #sites {
	display: table;
	table-layout: fixed;
	width: 100%;
	
}

#navigation {
	font-family: "Century Gothic", helvetica, arial, sans-serif;
	margin: 20px 5px 10px 5px;
	font-size: 1.2857em; /* equiv 18px */
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation a {
	text-decoration: none;
	display: inline-block;
	margin: 2px;
	padding: 3px 5px;
	color: #FFF;
	background: #609130;
	text-shadow: 1px 1px 1px #3a3305;
	border: #609130 2px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
}

#navigation .active a {
	border-color: #075310;
	background: #075310;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 0 0 4px #000;
	
}

#navigation a:hover {
	border-bottom-color: #3a3305;
}

#navigation .active a:hover {
	color: #FFF;
}

/* ----------------------------- */
/* ==main */
/* ----------------------------- */

#main {
	margin: 20px auto 0 auto;
	max-width: 900px;
	height: 100%;
	position: relative;
}

#main img a {
	border: none;
}

#ads {
	margin-top: 5px;
	padding: auto;
	width: 100%;
	text-align: center;
}

#ads img {
	vertical-align: top;
}

#ads a {
	border: none;
}

#intro {
	position: relative;
	background-color: transparent;
	text-align: center;
}

#intro img {
	z-index: 0;
	box-shadow: 0 0 4px #000;
}

#intro .cat_links {
	position: absolute;
	bottom: 2%;
	left: 0;
	opacity: 0.8;
	text-align: right;
	width: 40%;
	font-size: 1.1em;
	box-shadow: 0 0 4px #000;
	background-color: #075310;
}

#intro .cat_links:hover {
	opacity: 1;
}

.ie678 #intro .cat_links {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.ie678 #intro .cat_links:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

#intro .cat_links a {
	padding-right: 5px;
	z-index: 10;
	height: 60px;
	width: 47%;
	background-color: #075310;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}

a#btn-us, a#btn-association, a#btn-newsletter, a#btn-map {
	background-position: -5px 0;
	background-repeat: no-repeat;
}

a#btn-us:hover, a#btn-association:hover, a#btn-newsletter:hover, a#btn-map:hover {
	background-color: #3a3305;
}

a#btn-us {
	background-image: url(img/btn-us.png);
	border-right: #609130 1px solid;
	border-bottom: #609130 1px solid;
}

a#btn-association {
	background-image: url(img/btn-association.png);
	border-left: #609130 1px solid;
	border-bottom: #609130 1px solid;
}

a#btn-newsletter {
	background-image: url(img/btn-newsletter.png);
	border-right: #609130 1px solid;
	border-top: #609130 1px solid;
}

a#btn-map {
	background-image: url(img/btn-map.png);
	border-left: #609130 1px solid;
	border-top: #609130 1px solid;
}

#latest {
	background: #ffffe0;
	margin-top: 5px;
}

/*#latest div {
	display: table-cell;
	vertical-align: top;
	margin: 0;
	padding: 0;
}*/
/*.ie67 #latest div {
	display: inline;
	zoom: 1;
}*/

#latest dl {
	margin: 0;
	padding: 0;
	border: #075310 solid 1px;
	box-shadow: 0 0 4px #000;
}

#latest dt {
	margin: 0;
	padding: 2px;
	background: #075310;
	color: #FFF;
	font-size: 1.1em;
	text-align: center;
}

#latest dd {
	margin: 3px;
	padding: 2px;
	font-size: 0.9em;
	height: 100%;
	overflow: auto;
}

#sub-nav {
	margin: 0;
	padding: 2px 4px;
	background: #609130;
	color: #FFF;
}

#sub-nav a {
	border: none;
	color: #FFFFE0;
}

#sub-nav a:before {
	content: " > ";
}

#sub-nav a:hover {
	color: #FFF;
}

#content p {
	margin: 5px 8px;
	padding: 5px 0;
}

#main .notification {
	margin: 2px;
	padding: 5px;
	background: #FFF;
	color: #075310;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#main .warning {
	margin: 2px;
	padding: 5px;
	background: #FFF;
	color: #3a3305;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}



#content {
	padding: 10px 0;
}

#content dl {
	margin: 15px;
	padding: 6px;
	border-left: #075310 solid 1px;
	text-align: left;
	clear: both;
}


#content dl.highlight {
	background: #FFFFE0 url(img/page-bg.png);
	border: #075310 solid 1px;
}

#content dt {
	font-family: comfortaa, "Century Gothic", helvetica, arial, sans-serif ;
	margin: 3px;
	padding: 0;
	font-size: 1.2857em; /* equiv 18px */
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

#content dd {
	margin: 2px 5px;
}

#content ul, #latest ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#content li, #latest li {
	margin: 3px;
	padding: 1px 2px;
	list-style-image : url(img/li.png);
}

.date {
	font-style: italic;
}

.num, .icon, .button {
	padding: 0 3px;
	background: #609130;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.button {
	 background: steelblue;
}

.num, .icon {
	background: #609130;
}

a.num, a.icon, a.button {
	color: #FFF;
}

a.num:hover, a.icon:hover {
	color: #FFF;
	background: #3a3305;
}

a.button:hover {
	color: #FFF;
	background: #075310;
}

.ybg {
	background: #FFFFE0 url(img/page-bg.png);
}

/* The zoo map */
#mapw {
	width: 900px;
	height: 675px;
	max-width: 100%;
	max-height: auto;
}

#map-canvas {
	width: 100%;
	height: 100%;
}

#map-canvas img, .gmnoprint img {
	max-width: none;
}

#nav-tab {
	padding-left: 5px;
	border-bottom: #075310 solid 3px;
}

#nav-tab a {
	padding: 3px 10px;
	font-size: 1.4286em;
	background: #3a3305;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color: #FFF;
}

#nav-tab a.active {
	background: #075310;
}


/* The zoo page */

#map-zoo {
	width: 250px;
	height: 150px;
	margin: 0;
}

a.nav-button {
	padding: 0 6px;
	font-size: 1.4286em;
	background: #075310;
	color: #FFF;
}

a.nav-button:hover {
	background: #3a3305;
	color: #FFF;
}

#footer {
	background: #075310;
	padding: 5px;
	color: #FFF;
}

#footer a {
	color: #609130;
	border: none;
}

#footer a.nice {
	padding-left: 16px;
	background: transparent;
}

#footer a.nice:hover {
	background: transparent url(img/f-link.png) no-repeat left center;
}

#footer a:hover {
	color: #FFFFE0;
	border-bottom: #FFFFE0 dotted 1px;
}

#tigre {
	text-align: right;
}


#main h1 {
	font-family: "Century Gothic", helvetica, arial, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 5px;
	color: #FFF;
	background: #075310;
	border-top: #075310 2px solid;
	border-bottom: #075310 2px solid;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	clear: both;
}

#main h2 {
	font-size: 1.5714em; /* equiv 22px */
	font-weight: normal;
	margin: 20px 0 5px 0;
	color: #075310;
	clear: both;
}
#main h3 {
	font-size: 1.2857em; /* equiv 18px */
	font-weight: normal;
	margin:  8px 0 5px 5px;
	color: #3a3305;
	clear: both;
}
#main h4 {
	font-size: 1.1em;
	font-weight: normal;
	margin:  5px 0 5px 0;
	color: #609130;
	clear: both;
}


/* soft reset */
html,
body,
textarea,
label {
	margin: 0;
	padding: 0;
}
ul,
ol {
	padding-left: 2em;
}
ul.unstyled {
	list-style: none;
	padding-left: 0.5em;
}
code, 
pre,
samp,
kbd {
	white-space: pre-wrap;
	font-family: "Century Gothic", helvetica, arial, sans-serif;
	line-height: 1em;
}
code, kbd, mark {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
kbd {
	padding: 0 2px;
	border: 1px solid #999;
}
code {
	padding: 2px 4px;
	background: rgba(0,0,0,.04);
	color: #b11; 
}
mark {
	padding:2px 4px;
	background: #ff0;
}
sup,
sub {
	vertical-align: 0;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

abbr {
	cursor: help;
}

table { margin-bottom: 1.5em; }

/* avoid top margins on first content element */
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

/* avoid margins on nested elements */
li p,
li ul,
li ol {
	margin-top: 0;
	margin-bottom: 0;
}

/* max values */
img, table, td, blockquote, code, pre, textarea, input, video {
	max-width: 100%;
}
/* pictures */
figure {
	text-align: center;
	margin: 1.5%;
	padding: 0;
}

img {
	height: auto;
	vertical-align: middle;
}

a img, form a { border: 0; }

/* scripts */
body > script {display: none !important;}


/* ----------------------------- */
/* ==layout and modules */
/* ----------------------------- */

/* table layout */
.row {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.row > *,
.col {
	display: table-cell;
	vertical-align: top;
}

/* inline-block */
.inbl {
	display: inline-block;
	vertical-align: top;
}

/* alternate font-sizing */
.smaller {
	font-size: .7143em; /* equiv 10px */
}
.small {
	font-size: .8571em; /* equiv 12px */
}
.big {
	font-size: 1.1429em; /* equiv 16px */
}
.bigger {
	font-size: 1.2857em; /* equiv 18px */
}
.biggest {
	font-size: 1.4286em; /* equiv 20px */
}

/* alignments (blocks and inline) */
/* ------------------------------ */

/* left elements */
.left {
	float: left;
}
img.left {
	margin-right: 1em;
}

/* right elements */
.right {
	float: right;
}
img.right {
	margin-left: 1em;
}

img.left, img.right {
	margin-bottom: 5px;
}

.center    { margin-left: auto; margin-right: auto; }
.txtleft   { text-align: left; }
.txtright  { text-align: right; }
.txtcenter { text-align: center; }


/* Block width */

.w15 { width: 15%; }
.w16 { width: 16%; }
.w24 { width: 24%; }
.w25 { width: 25%; }
.w28 { width: 28%; }
.w30 { width: 30%; }
.w32 { width: 32%; }
.w45 { width: 45%; }
.w49 { width: 49%; }
.w50 { width: 50%; }
.w80 { width: 80%; }
.w90 { width: 90%; }
.w75 { width: 75%; }
.w100 { width: 100%; }

/* ==forms */
/* ----------------------------- */
form,
fieldset {
	padding: 0;
	border: none;
}
input,
button,
select,
label,
.btn {
	vertical-align: middle; /* @bugfix alignment */
	font-family: inherit;
}
textarea {
	resize: vertical;
	font-family: inherit;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=button] {
	height: 32px;
	line-height: 32px;
	padding: 0 4px;
	border: #609130 1px solid;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
}

#nn {
	display: none;
}

select {
	width: 220px;
	margin: 0;
	border: #609130 1px solid;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.7);
}

optgroup {
	font-style: normal;
}

option.opttitle {
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: #075310 solid 1px;
}

input[type=submit], input[type=reset], input[type=button] {
	background-color: #609130;
	color: #FFF;
	height: 32px;
	line-height: 28px;
	margin: 3px;
	padding: 0 4px;
	border: #609130 1px solid;
	text-shadow: 1px 1px 1px #000;
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
	background-color: #3a3305;
	border-color: #3a3305;
}

#main form {
	margin: 0;
	padding: 5px;
	background: #FFFFE0 url(img/page-bg.png);
	color: #3a3305;
}

#main form img {
	border:0;
}

legend {
	margin: auto;
	padding: 5px;
	font-size: 1.2857em; /* equiv 18px */
	font-weight: bold;
}


label {
	margin: 0;
}


input.submit, input#submit {
	margin: 0 15px;
	padding: 0 30px;
}

textarea {
	width: 98%;
	padding: 4px;
	border: #609130 1px solid;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.7);
}

/* ----------------------------- */
/* ==main */
/* ----------------------------- */

blockquote {
	width: 80%;
	margin: 5px auto;
	padding: 5px;
	border-top: #3a3305 dotted 1px;
	border-bottom: #3a3305 dotted 1px;
	background: #ddd;
	text-decoration: italic;
}

/* ----------------------------- */
/* ==iefix */
/* ----------------------------- */

.ie67 .col,
.ie67 .inbl,
.ie67 #index-btn a {
	display: inline;
	zoom: 1;
}

.ie8 img {
	width: auto; /* @bugfix for IE8 */
}


/* orientation iOS font-size fix */
@media (orientation: landscape) and (max-device-width: 768px) {
	html,
	body {
		-webkit-text-size-adjust: 100%;
	}
}


/* ----------------------------- */
/* ==tables                      */
/* ----------------------------- */

table,
.table {
	max-width : 100%;
	table-layout: fixed;
	border-collapse: collapse;
	vertical-align: top;
	border: #075310 solid 1px;
}
table {
	width: 100%;
}

#main thead a {
	color: #609130;
	border: none;
}

#main thead a:hover {
	color: #FFF;
}
.table {
	display: table;
}
caption {
	padding: 10px;
	color: #555;
	font-style: italic;	
}

tr > * + * {

}

tr.link:hover {
	cursor: pointer;
	background: #609130;
}

tr:hover td {
	background: #609130;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}

tr:hover td a {
	color: #FFF;
}

td {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}


td.zoo_name a {
	font-size: 1.2em;
	border: none;
	font-weight: bold;
}

th,
td {
	padding: .1em;
	text-align: center;
	border-bottom: 1px dotted #075310;
}

th {
	background: #075310;
	color: #FFF;
}

/* alternate tables */
.alternate { border: 0; margin: 10px; }

.alternate thead tr > * + * {
	border-left: 0;
}

.alternate th {
	background: none;
	border: none;
	text-align: left;
	color: #000;
	font-weight: bold;
	border-bottom: 1px dotted #3a3305;
	width: 30%;
}

.alternate td {
	border: none;
	text-align: left;
	border-bottom: 1px dotted #3a3305;
}

.alternate tr:hover th {
	background: #609130;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}

/* alternate-vert tables */
.alternate-vert { 
	border: 0;
	border-right: 1px solid #ccc;
}
.alternate-vert tr > :first-child {
	border-bottom: 0;
}
.alternate-vert tr > * + * {
	border-top: 1px solid #ccc;
}

/* striped tables */
.striped tbody tr:nth-child(odd) {
	background: #eee;
	background: rgba(0, 0, 0, .05);
}

/* striped-vert tables */
.striped-vert tr > :first-child {
	background: #eee;
	background: rgba(0, 0, 0, .05);
}
/* ----------------------------- */
/* ==forms                       */
/* ----------------------------- */

/* thanks to HTML5boilerplate, github.com/nathansmith/formalize and www.sitepen.com */


/* buttons */
.btn { display: inline-block; }

.btn.alternate {}
.btn.highlight {}
.login {}
.logout {}
.primary {}
.warning {}
.error {}
.success {}

/* forms items */
label { 
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
}
legend {
	border: 0;
	white-space: normal;
}
button,
input,
select {
	font-family: "Century Gothic", helvetica, arial, sans-serif;
	font-size: 100%;
	margin: 0;
	vertical-align: middle;
	color: #075310;
	border-color: #075310;
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar on empty textarea in IE6/7/8/9 */
	min-height: 5em;
	vertical-align: top;
	resize: vertical;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button; /* clickable input types in iOS */
	*overflow: visible; /* Corrects inner spacing displayed oddly in IE7 */
}
input[type="checkbox"],
input[type="radio"] {
	margin: 0 2px 0 8px;
	padding: 0; /* Corrects excess space around these inputs in IE8/9 */
	*width: 13px; *height: 13px; /* Corrects excess space around these inputs in IE7 */
	vertical-align: middle;
	border-color: #075310;
}
input[type="search"] { -webkit-appearance: textfield; }

/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */

/* 'x' appears on right of search input when text is entered. This removes it */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
::-webkit-input-placeholder { color: #777; }
input:-moz-placeholder,
textarea:-moz-placeholder   { color: #777; }

/* Removes inner padding and border in FF3+ */
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/* ----------------------------- */
/* ==viewport fixing for RWD     */
/* ----------------------------- */
@-webkit-viewport {
	width: device-width;
	zoom: 1.0;
}
@-moz-viewport {
	width: device-width;
	zoom: 1.0;
}
@-ms-viewport {
	width: device-width;
	zoom: 1.0;
}
@-o-viewport {
	width: device-width;
	zoom: 1.0;
}
@viewport {
	width: device-width;
	zoom: 1.0;
}