html,
body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'ingrainedregular';
  src: url('font/ingrained-webfont.eot');
  src: url('font/ingrained-webfont.eot?#iefix') format('embedded-opentype'),
       url('font/ingrained-webfont.woff2') format('woff2'),
       url('font/ingrained-webfont.woff') format('woff'),
       url('font/ingrained-webfont.ttf') format('truetype'),
       url('font/ingrained-webfont.svg#ingrainedregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'le_laboratoire_du_docteur_sRg';
  src: url('font/le_laboratoire_du_docteur_steak-webfont.eot');
  src: url('font/le_laboratoire_du_docteur_steak-webfont.eot?#iefix') format('embedded-opentype'),
       url('font/le_laboratoire_du_docteur_steak-webfont.woff2') format('woff2'),
       url('font/le_laboratoire_du_docteur_steak-webfont.woff') format('woff'),
       url('font/le_laboratoire_du_docteur_steak-webfont.ttf') format('truetype'),
       url('font/le_laboratoire_du_docteur_steak-webfont.svg#le_laboratoire_du_docteur_sRg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'yummycupcakesmedium';
  src: url('font/yummycupcakes-webfont.eot');
  src: url('font/yummycupcakes-webfont.eot?#iefix') format('embedded-opentype'),
       url('font/yummycupcakes-webfont.woff2') format('woff2'),
       url('font/yummycupcakes-webfont.woff') format('woff'),
       url('font/yummycupcakes-webfont.ttf') format('truetype'),
       url('font/yummycupcakes-webfont.svg#yummycupcakesmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  background-image: 
                    url(img/gribouilli.png),
                    url(img/bg.png);
  background-repeat: repeat-x, repeat;
  background-position: top, auto;
  font-family: 'yummycupcakesmedium';
  font-size: 22px;
}

header {
  text-align: center;
  margin: 0 0 50px 0;
}
header h1 {
  font-family: 'ingrainedregular';
  font-size: 68px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}
header h1 a {
  text-decoration: none;
}
header h2 {
  font-family: 'le_laboratoire_du_docteur_sRg';
  font-weight: normal;
  font-size: 48px;
  color: #000;
  margin: -20px 0 0 0;
  padding: 0;
}

/* */
.introindex {
  background: rgba(255,255,255,0.5);
  border: 3px dotted #666;
  border-radius: 2px;
  padding: 20px;
}

/* */
#sidebar {
  background: url(img/plein.png);
  border: 3px dashed #333;
  border-radius: 4px;
  width: 200px;
  padding: 10px;
  float: left;
  color: #fff;
  text-shadow: 0px 0px 3px #000;
}
#sidebar .title {
  font-family: 'le_laboratoire_du_docteur_sRg';
  background: rgba(0,0,0,0.5);
  border-radius: 2px;
  letter-spacing: 2px;
  text-align: center;
  font-size: 58px;
  line-height: 58px;
  margin: 0 0 10px 0;
  padding: 0;
}
#sidebar a {
  color: #fff;
}

#sidebar .profil {
  text-align: center;
}

#sidebar .profil img {
  width: 150px;
  max-height: 150px;
  margin: 0 auto;
  border-radius: 78px;
  border: 6px solid rgba(2,2,2,0.6);
}

#sidebar li {
  line-height: 28px;
}


.recherche {
  margin: 20px 0 0 0;
}


.recherche input[type="search"]{
  width: 74%;
  border: 2px solid #000;
  border-radius: 2px;
  padding: 4px;
  font-size: 14px;
}







#content {
  margin-left: 260px;
}

.width {
  max-width: 1100px;
  margin: 0 auto;
}


/* */
.recette-cuisine {
  background: url(img/trait.png) repeat-x bottom;
  margin: 10px 0;
  text-align: center;
  padding: 0 0 50px 0;
}

.recette-cuisine .nom-recette {
  font-size: 38px;
  font-weight: bold;
  background: url(img/trait.png) repeat-x bottom;
  padding: 0 0 20px 0;
}
.recette-cuisine .nom-recette a {
  text-decoration: none;
}
.recette-cuisine .nom-recette a:hover {
  text-decoration: underline;
}

.recette-cuisine .date {
  font-size: 18px;
  color: #444;
  margin: 10px;
  text-align: right;
}

.recette-cuisine .zone-img {
  max-width: 600px;
  margin: 20px auto;
}
.fiche-recette .img-recette {
  text-align: center;
}
.recette-cuisine .zone-img img,
.fiche-recette .img-recette img {
  border: 8px double #333;
  padding: 2px;
  border-radius: 2px;
}
.fiche-recette .publiens {
  margin: 10px 0 20px 0;
}


.recette-cuisine .intro {
  font-size: 26px;
}

.recette-cuisine .foot {
  text-align: right;
  font-size: 28px;
  margin: 50px 10px 10px 10px; 
}
.recette-cuisine .foot div {
  display: inline-block;
}
.recette-cuisine .foot .voir a {
  background: #333;
  color: #fff;
  text-shadow: 2px 2px 0px #000;
  padding: 4px 10px;
  text-decoration: none;
  font-weight: bold;
  border: 6px double #000;
  border-radius: 2px;
}
.recette-cuisine .foot .voir a:hover {
  background: #000;
  border-color: #333;
}

.recette-cuisine .foot .com {
  background: url(img/com.png) no-repeat center left;
  color: #666;
  margin: 0 20px 0 0;
  padding: 10px 0 10px 52px;
  font-size: 24px;
}

.plus {
  text-align: center;
  display: block;
  margin: 50px;
}

.plus a {
  background: #333;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  border-radius: 1px;
}
.plus a:hover {
  background: #000;
}
/* */
.fiche-recette {
  position: relative;
}

.fiche-recette h1 {
  background: url(img/trait.png) repeat-x bottom;
  text-align: center;
  padding: 0 0 20px 0;
}

.fiche-recette .info-recette {
  text-align: right;
  margin: 0 0 20px 0;
}
.fiche-recette .info-recette2 {
  text-align: center;
  margin: 5px 0 20px 0;
}
.fiche-recette .info-recette2 div {
  display: inline-block;
  margin: 0 10px;
}

.fiche-recette .nb-personnes {
  background: url(img/personnes.png) no-repeat right;
  text-align: right;
  padding: 9px 64px 9px 0;
  font-size: 28px;
  margin: 0 0 20px 0;
}

.fiche-recette .semange {
  text-align: left;
  color: #666;
  margin-top: -30px;
  font-size: 18px;
}

.fiche-recette .img-recette {
  max-width: 600px;
  margin: 0 auto;
}

.fiche-recette .title {
  font-family: 'le_laboratoire_du_docteur_sRg';
  background: url(img/trait.png) no-repeat center bottom;
  font-size: 78px;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}

.fiche-recette #ingredients,
.fiche-recette #prepa {
  font-size: 26px;
}

.fiche-recette #ingredients .liste-ingredients {
  text-align: center;
}

#ingredients .sous-titre, 
#prepa .sous-titre {
  font-size: 32px;
  text-align: center;
}

#prepa .sous-titre {
  margin: 20px 0 10px 0px;
}

#social-land {
  margin: 50px 0;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 26px;
}

#social-land .imprimer a {
    background-image: url(img/imprimer.png);
}

#qrcode {
  height: 70px;
}

#qrcode p.big {
  font-weight: bold;
  font-size: 30px;
}
#qrcode p.mini {
  font-size: 22px;
}

.fiche-recette h3 {
  text-align: center;
  font-size: 42px;
  line-height: 42px;
  margin: 50px 0 0 0;
}
.commentaires-ajout {
  border: 6px double #aaa;
  width: 90%;
  background: rgba(255,255,255,0.8);
  border-radius: 5px;
}
.commentaires-ajout .com-title {
  font-weight: bold;
}


.right {
  float: right;
}

.pagination {
  text-align: center;
  margin: 10px;
}
.pagination a {
  padding: 2px 6px;
  text-decoration: none;
  color: #000;
}
.pagination .nav {
  background: #222;
  color:#fff;
  border-radius: 2px;
}
.pagination span {
  font-weight: bolder;
}

@media only screen and (max-width: 620px) {

header {
  margin: 0;
}

header h1 {
  font-size: 38px;
  line-height: 40px;
  margin: 0 0 10px 0;
}

header h2 {
  font-size: 32px;
  line-height: 32px;
  margin: 0;
}


#sidebar {
  background-image: none;
  background-color: #444;
  float: none;
  width: auto;
  border: 0 none;
  border-radius: 0;
}
#content {
    margin: 2px;
}

.recette-cuisine,
.recette-cuisine .date {
  text-align: center;
}
.recette-cuisine .zone-img {
  display: inline-block;
  width: 90%;
  margin: 0;
}
.recette-cuisine .zone-img img {
  width: 90%;
}

.recette-cuisine .intro {
  font-size: 22px;
}

.recette-cuisine .foot {
  text-align: center;
  line-height: 52px;
  margin: 0;
}


.fiche-recette .img-recette,
.fiche-recette .img-recette img {
  width: 90%;
}

.commentaires-ajout {
  border: 0 none;
}

}