/*
Theme Name: Homeka
Theme URI: http://www.welko.fr/
Description: Thème par Welko
Version: 1.0
Author: Welko
Author URI: http://www.welko.fr/
License: Welko
License URI: http://www.welko.fr/
Text Domain: homeka
*/
/* EFFETS */
a,
a:hover,
.trcubic500,
input[type="submit"],
label {
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-o-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
}
/* Requis par Wordpress */
.sticky,
.bypostauthor,
.wp-caption,
.wp-caption-text,
.gallery-caption,
.screen-reader-text {
	font-size:inherit;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
table{ border-collapse:collapse; border-spacing:0;}
fieldset,img{ border:0;}
address,caption,cite,code,dfn,var{ font-style:normal; font-weight:normal;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
q:before,q:after{ content:'';}
abbr,acronym{ border:0;}

body,button,input,select,textarea{ color:#333; font-family:Arial,Verdana,sans-serif; font-size:12px; line-height:16px;}