html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Trebuchet MS', Verdana, Arial, "Sans Serif";
  font-size: 18px;
}

@font-face {
  font-family: 'lobster_1.4regular';
  src: url('font/lobster_1.4-webfont.eot');
  src: url('font/lobster_1.4-webfont.eot?#iefix') format('embedded-opentype'),
       url('font/lobster_1.4-webfont.woff2') format('woff2'),
       url('font/lobster_1.4-webfont.woff') format('woff'),
       url('font/lobster_1.4-webfont.ttf') format('truetype'),
       url('font/lobster_1.4-webfont.svg#lobster_1.4regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.bienvenue {
  background: #fff;
  padding: 20px;
  margin: 20px;
}

header {
  text-align: center;
  padding: 20px 0;
  background-image: url(img/toque.png);
  background-repeat: no-repeat;
  background-position:  10% -20px;
}


header h1 {
  font-family: 'lobster_1.4regular';
  font-weight: normal;
  font-size: 64px;
  margin: 0;
  padding: 0;
}
header h1 a {
  color: #fff;
  text-decoration: none;
}

header h2 {
  color: rgba(3,3,3,0.4);
  font-weight: normal;
  font-style: italic;
  margin: 10px 20px 0 20px;
  padding: 0;
  font-size: 18px;
}

#menu {
  background: #fff;
  margin: -20px 0 30px 0;
  text-align: center;
}

#menu ul.menu li {
  padding: 10px 15px;
  font-size: 14px;
}
ul.menu li ul {
  top: 38px;
}
ul.menu li ul li { 
  background: #fff;
  font-size: 12px!important;
}
ul.menu li:hover,
ul.menu li ul li:hover,
ul.menu li ul li:hover a { 
  color: #fff;
}

.introindex {
  width: auto;
  background: rgba(255,255,255,0.6);
  padding: 10px;
  margin: 0 0 20px 0;
  text-align: center;
  color: #555;
  text-shadow: 1px 1px 0px #fff;
}

#index .recette-cuisine.article {
  padding: 0 0 0 10px;
}
#index .recette-cuisine.article .com {
  left: 0;
}

#index .recette-cuisine {
  position: relative;
  width: 800px;
  height: 180px;
  background: #fff;
  padding: 0px 10px 0 0;
  margin: 15px 0;
  border: 10px solid;
  border-radius: 0px;
  text-align: left;
  box-shadow: 4px 4px 3px #aaa;
  color: #999;
  overflow: hidden;
  font-size: 16px;
  text-align: justify;
}
#index .recette-cuisine .nom-recette {
  font-family: 'lobster_1.4regular';
  font-weight: normal;
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index .recette-cuisine .nom-recette a {
  color: #333;
  text-decoration: none;
}
#index .recette-cuisine .nom-recette a:hover {
  text-decoration: underline;
  color: #000;
}
#index .recette-cuisine .date {
  font-size: 12px;
  color: #aaa;
}

#index .recette-cuisine .zone-img {
  height: 180px;
  width: 250px;
  float: left;
  margin: 0 10px 0 0;
  border-radius: 2px 0 0 2px;
}
#index .recette-cuisine .zone-img img {
  height: 180px;
  width: 250px;
  border-radius: 2px 0 0 2px;
}


#index .recette-cuisine .voir {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #333;
  padding: 4px 12px;
  transition: ease 0.8s;
}
#index .recette-cuisine .voir a {
  color: #fff;
  text-decoration: none;
}
#index .recette-cuisine .voir:hover {
  background: #000;
}

#index .recette-cuisine .com {
  position: absolute;
  bottom: 0;
  left: 250px;
  padding: 3px 10px;
  border-radius: 0 4px 0 0;
  background: #eee;
  color: #666;
  font-size: 11px;
}

#index .recette-cuisine:nth-child(1n+1) {
  transform: rotate(2deg);
  margin-left: 10px;
}
#index .recette-cuisine:nth-child(2n+1) {
  transform: rotate(-2deg);
   margin-left: 20px;
}
#index .recette-cuisine:nth-child(3n+1) {
  transform: rotate(1deg);
   margin-right: 30px;
}
#index .recette-cuisine:nth-child(4n+1) {
  transform: rotate(-3deg);
  margin-left: -50px;
}
#index .recette-cuisine:nth-child(5n+1) {
  transform: rotate(3deg);
  margin-left: 10px;
}
#index .recette-cuisine:nth-child(6n+1) {
  transform: rotate(1deg);
  margin-left: 30px;
}

.plus {
  text-align: center;
  margin: 20px;
}
.plus a {
  font-family: 'lobster_1.4regular';
  background: #333;
  padding: 4px 20px;
  color: #fff!important;
  text-decoration: none;
  border-radius: 4px;
  font-size: 32px;
  font-weight: normal;
}
.plus a:hover {
  background: #000;
}


/* fiche recette */
#recette {
  background: #fff;
  margin: 20px auto;
  border: 10px solid;
  padding: 20px;
}

#recette .cadre {
  line-height: 28px;
  color: #444;
  margin: 20px;
  text-align: center;
}

#recette h1 {
  font-family: 'lobster_1.4regular';
  text-align: center;
  font-size: 38px;
  font-weight: normal;
  color: #555;
  margin: 0;
}

#recette .title {
  font-family: 'lobster_1.4regular';
  text-align: left;
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
}
#recette #ingredients .title {
  text-align: center;
}

#recette .semange {
  text-align: center;
}
#recette .semange b {
  margin: 0px 10px;
  font-style: italic;
}


#recette .zone1 {
  width: 80%;
  margin: 0 auto;
}
#recette .zone1:after {
  clear: both;
  content: '';
  display: block;
}

#recette .img-recette {
  width: 69%;
  float: left;
  border: 2px solid #fff;
  border-radius: 2px;
  margin: 0 0 20px 0;
}
#recette .img-recette img {
  width: 100%;
  border-radius: 2px;
}


#recette .info-recette {
  float: left;
  font-size: 2vh;
  width: 22%;
  margin: 0 0 0 20px;
}

#recette .info-recette .height {
  height: auto;
  padding: 5%;
  border: 2px solid #fff;
}
#recette .info-recette .height b {
  font-size: 2.6vh;
  color: #fff;
}
#recette .info-recette .height {
  background-repeat: no-repeat;
  background-position: right 10px bottom 20px;
}


#recette .info-recette .nb-personnes {
  background-color: rgba(255,255,255,0.3);
  background-image: url(img/couverts.png);
}
#recette .info-recette .tps-prepa  {
  background-color: rgba(0,0,0,0.1);
  background-image: url(img/preparation.png);
}
#recette .info-recette .tps-repos {
  background-color: rgba(255,255,255,0.3);
  background-image: url(img/repos.png);
}
#recette .info-recette .tps-cuisson {
  background-color: rgba(255,255,255,0.5);
  background-image: url(img/cuisson.png);
}
#recette .info-recette .cout {
  background-color: rgba(0,0,0,0.2);
  background-image: url(img/cout.png);
}
#recette .info-recette .facilite {
  background-color: rgba(0,0,0,0.5);
  background-image: url(img/difficulte.png);
}

#recette .conservation,
#recette .deguste {
  margin:  10px 40px;
}



#ingredients {
  width: 22%;
  float: left;
  border-right: 4px solid #ddd;
  margin: 0 20px 30px 10px;
  padding: 0 20px 0 0;
}
#prepa {
  width: 70%;
  float: left;
  margin: 0 0 30px 0;
}


h3 {
  text-align: center;
  font-size: 32px;
  margin: 20px 0 0 0;
  padding: 0;
  border-bottom: 2px solid #ddd;
  color: #666;
}





.clear {
  clear: both;
}

@media only screen and (max-width: 980px) {
  #index .recette-cuisine {
    transform: inherit!important;
    margin-left: inherit!important;
    margin-right: inherit!important;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 95%;
  }
  #recette {
    border: 0  none!important;
    margin: 0!important;
  }
  #ingredients,
  #prepa {
    width: 100%!important;
    margin: 0 auto!important;
    border: 0 none;
  }
  #ingredients .title,
  #prepa .title {
    text-align: center!important;
  }
}
@media only screen and (max-width: 480px) {
    #index .recette-cuisine {
    height: auto;
    text-align: center;
    width: 80%;
    padding: 0px;
  }
  #index .recette-cuisine .zone-img {
    float: none;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  #index .recette-cuisine .zone-img img {
    width: 100%;
    height: auto;
  }
  #index .recette-cuisine .nom-recette,
  #index .recette-cuisine .intro {
    padding: 5px;
  }
  #index .recette-cuisine .voir,
  #index .recette-cuisine .com {
    position: relative;
    left: inherit;
  }

  #recette .img-recette,
  #recette .info-recette {
    float: none;
    width: auto;
  }


}