@charset "UTF-8";
/**
 * Variables (variables.scss)
 * Fichier à importer dans tous les fichiers Sass
 * Pas appelé dans l'HTML
 */
/**
 * Variables
 */
/*---------------------------------------------------
    SASS ELements (based on LESS Elements 0.9 http://lesselements.com)
  -------------------------------- -------------------
  	LESS ELEMENTS made by Dmitry Fadeyev (http://fadeyev.net)
  	SASS port by Samuel Beek (http://samuelbeek.com)
  ---------------------------------------------------*/
/***** Reset *****/
html, body {
  overflow-x: hidden; }

a {
  text-decoration: none; }
  
a:hover,
a:focus,
a:hover p,
a:focus p{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
}

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;
}

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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
  
input{
	padding: 0;
	margin: 0;
	border: 0;
	border: none;
}
