/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
@font-face {
	font-family: 'Square 721 BT';
	src: url('/fonts/square721.woff2') format('woff2'),
		 url('/fonts/square721.woff') format('woff');
	font-weight: bold;
	font-style: normal;
  }
  
  
  @font-face {
	font-family: 'Century Gothic';
	src: url('/fonts/centurygothic.woff2') format('woff2'),
		 url('/fonts/centurygothic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'Century Gothic';
	src: url('/fonts/centurygothic.woff2') format('woff2'),
	url('/fonts/centurygothic.woff') format('woff');
	font-weight: bold;
	font-style: normal;
  }
  .subtitle {
	font-family: 'Century Gothic', sans-serif;
	font-weight: bold;
  }

  /* Application des styles */
 
h1, h2, h3 {
	font-family: 'Square 721 BT', sans-serif;
  }
  
  h4, h5, h6 {
	font-family: 'CenturyGothic', sans-serif;
	font-weight: bold;
  }
body {
	line-height: 1;
	font-family: 'Century Gothic', sans-serif;

}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	outline: none;
}

input:focus {
	outline: none;
	border: 1px solid var(--darkgrey);
}
