@charset "utf-8";
/* CSS Document */

.t3-wrapper {
  background-image:url(/cookbook/images/main/wood.jpg);
  background-position: center top;
  background-repeat: repeat;
}

.t3-mainbody {
  background-color:#fff2ea;

}

.row-feature.row-feature-alt, .row-feature:nth-child(2n) {
  background-color:#ff6600;
  padding: 0px;
  margin-bottom: 0px;
}

.page-masthead .row-feature {
  padding:0px;
  padding-bottom:0px;
  margin-bottom:0px;
}

.pave_cat {
  display:block;
  width: 100%; 
  height: 250px; 
  line-height:250px;
  text-align: center; 
  margin-bottom: 20px;
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
  background-position:center;
}


.corporate .t3-sl-1 {
  border:0px;
}


.corporate .items-row {
  border-bottom: 0px;
}

@media screen and (max-width: 760px) {
  .t3-sl {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}


@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.t3-mainbody {
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
}

.col-lg-12 {
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
  padding-left: 0px;
  padding-right: 0px;
}

.article-header {
  text-align:center;
}

.article-visuel {
  width:100%;
}
.article-visuel img {
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}
.article-visuelshadow {
  width:100%;
  height:80%;
  background-image:url(/cookbook/images/main/shadow.png);
  background-position:center;
  background-repeat:no-repeat;
}
.article-intro {
  width:80%;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  margin-bottom:30px;
  text-align:justify;
}
.article-box {
  display: block;
  float:left;
  width:340px;
  margin-right:30px;
}
.article-infos {
  display: block;
  text-align:center;
  margin-bottom:30px;
  background-color:#FFFFFF;
  border:dotted 2px black;
  padding-top: 10px;
  padding-bottom:10px;
}

.article-infos ul {
  text-align:left;
}

.article-recettes {
  display: block;
  margin-bottom:30px;
  text-align:justify;
}

.readmore {
  text-align:center;
}
  