@charset "UTF-8";

/* 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;
}

/*
original
*/

body {
  width: 90%;
  max-width: 750px;
  display: block;
  margin: auto;
  font-family: Arial, "Helvetica Neue", Helvatica, sans-serif;
  line-height: 1.5em;
  text-align: center;
  background-color: #D4C1B2;
  /*  
  background-image: url("bg_mieloupe.jpg");
*/
}

::-webkit-input-placeholder{
  font-family: Arial, "Helvetica Neue", Helvatica, sans-serif;
}

div {
  display: block;
}

a {
  font-style: none;
}

header {
  margin: 20px auto;
  padding: 20px;
}

h1 img {
  max-width: 100%;
  width: 328px;
}

.info {
  margin:20px 0;
  text-align: left;
/*
  background-color: white;
*/
  padding: 20px;
}

.center {
  text-align: center;
}

.url-check {
  margin: 20px 0;
  text-align: center;
}

.pic-thumnail img {
  max-width: 90%;
}

.pic-zoom img {
  max-width: 100%;
}

input {
    font-weight: normal;
    width: 80%;
    font-size: 16px;
    padding: 0 10px;
    height: 60px;
    margin: 30px auto;
    border: 1px solid black;
}

.btn {
  cursor: pointer;
  display: block;
  margin: 20px;

  /*
  max-width: 240px;
  margin: 10px auto;
  text-align: center;
  background: black;
  border: solid 2px black;

  padding: 0.4em 1.0em;
  border-radius: 4px;
  transition: .4s;

  color: white;
  font-size: 1.2em;
  font-family: Arial, "Helvetica Neue", Helvatica, sans-serif;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  */
}

/* favorite */
.favorite {
  margin-top: 60px;
}

.favorite-on {
  cursor: pointer;
  text-decoration: underline;
}

.favorite-body {
  display: none;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid gray;
}

.favorite-body img {
  height: 2em;
  vertical-align: bottom;
  padding: 2px;
}

/* footer */
footer{
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

ul.footer-menu li {
    display: inline;
}

/* copyright*/
.copyright {
	text-align:center;
	font-size:12px;
	font-style:normal;
	padding:20px 0;
	color: #FFF;
}
.copyright a {
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #CCC;
	text-decoration: underline;
}
