/*
Theme Name: KEEO
Theme URI: http://www.keeo.com/
Description: Le thème KEEO a été développer pour "KEEO".
Author: SADY Romain
Version: 1.0
License: Licences BY-NC-ND
License URI: http://creativecommons.org/licenses/by-nc-nd/3.0/fr/


	######  IMPORTANT NOTE ON CUSTOMIZATION  ######

	  Don't add customizations to this file!
		- Customization CSS in PageLines
		- Customize PageLines by adding CSS in the settings, child themes, or plugins
		- Don't add it here; as it will either get overwritten by updates, and will prevent you from updating at all!
*/


/* Reset CSS.
-------------------------------------------------------------- */
a, abbr, address, article, aside, audio, blockquote, body, button, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, img, ins, kbd, label, legend, li, mark, menu, main, meter, nav, ol, p, pre, progress, q, samp, section, span, strong, sub, summary, sup, time, tr, ul, var, video {
		margin:0;
		padding:0;
		outline:0;
		background:transparent;
		border:none;
		font-size:100%;
		vertical-align:baseline;
}

/* HTML5 display-role
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, div {
	display:block;
	clear:both;
	overflow:visible;
}

/* Alert IE
-------------------------------------------------------------- */
.alert-ie {
	position:absolute;
	top:10px;
	right:10px;
	background:#fff;
	border:4px double red;
	width:500px;
	padding:10px;
	font-size:12px;
	z-index:99999;
}

.alert-ie strong {
	font-size:14px;
	color:red;
}

/* Selection html
-------------------------------------------------------------- */
::-moz-selection { background:#2173FF; color:white; }
::selection { background:#483d8b; color:white; }

/* =Global Elements
-------------------------------------------------------------- */
* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	word-wrap:break-word;
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	-o-hyphens:none;
	hyphens:none;
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	background:#fff;
	height:100%;
	overflow:auto;
	line-height:normal;
	font-size:14px;
	text-align:left;
	color:#404040;
	font-family:Arial, Helvetica, sans-serif;
}

em, cite { font-style:italic; }

ul, ol {
	padding-left:20px;
}

ul { list-style-type:disc; }
ul ul { list-style-type:square; }
ul ul ul { list-style-type:circle; }
ol { list-style-position:outside; list-style-type:decimal; }
dt { font-weight:400; }

nav ul, ul.nav, ul.nav ul {
	list-style:none;
	padding:0;
}

blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
blockquote {
	background:#eaeaea;
	border:none;
	border-left:4px solid #a62828;
	margin:20px;
	padding:5px 5px 5px 10px;
}
blockquote p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.1em;
	line-height:1.3;
}

pre, code {
	font-family:Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-style:normal;
	white-space:pre-wrap;
}

strong { font-weight:bold; }

pre {
	background:#fff;
	margin-top:20px;
	max-width:98%;
	padding-left:1em;
	height:auto;
}

del {
	color:#555;
	text-decoration:line-through;
}

ins{ border-bottom:1px solid #ccc; }

sup, sub, small { font-size:70%; }

abbr { font-size:85%; text-transform:uppercase; }
a abbr { border:none; }

sup { vertical-align:super; }
sub { vertical-align:sub; }

address { font-style:normal; }

hr {
	background:#ddd;
	border:none;
	clear:both;
	float:none;
	height:1px;
	width:100%;
}

table, tbody, td, tfoot, th, thead  { font-size:100%; vertical-align:middle; }

button, input, select, textarea {
	width:auto;
	overflow:visible;
	margin:0;
	font-size:100%;
	vertical-align:baseline;
}

textarea {
	overflow:auto;
	vertical-align:text-top;
}

.clear { clear:both; }

h1, h2, h3, h4 { clear:both; font-weight:bold; line-height:1; }
h1 { font-size:24px; }
h2 { font-size:21px; }
h3 { font-size:17px; }
h4 { font-size:14px; }

img { height:auto; max-width:100%; }
a img { border:none; }
a:link, a:visited, a:focus, a:active { color:#2173FF; text-decoration:none; }
a:hover { text-decoration:underline; }

.legende { display:block; }
.legende img { display:block; }
.legende span { display:block; padding:5px; background-color:#efefef; font-size:12px; }
