@charset "UTF-8";
/* CSS Document */
/* 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%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
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;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
 
.cf:after {
    clear: both;
}
 
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/** Css francesca **/

html { font-size: 62.5%; } 
body { /* =14px */
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Dosis', sans-serif;
}
h1   { /* =24px */
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1.6rem;
  text-align: center;
  margin: 2rem 1rem 2rem 1rem;}

header a {text-decoration: none;
color: black;}

header a:hover {color: gray;}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
    height: auto;
    max-width: 100%
    
  }

footer {margin:auto;
	text-align: center;
	text-decoration: none;
	padding: 12px 12px 12px 12px;
}

footer a {text-decoration: none;
 letter-spacing: 5px;
 color: black;
 padding-right: 2px;
 padding-left: 2px;
}
footer a:visited {text-decoration: none;}
footer a:hover {
color: gray;
}
footer a:active {text-decoration: underline;}

.contact {
  color: #1e656d;
  font-size: 1.5rem;
  padding-right: 1px;
 padding-left: 1px;
}


@media (max-width: 1024px) {
   /* CSS appliqué aux petits écrans */
   .sidebar {
      float: none;
      width: auto;}
   .main {margin-right: 0px;}
}
