body {
    font: 9pt/1.4 Arial;
}
#top-link,
#hiddenDiv,
.aside,
.alt-menu,
.search-form,
#main-nav,
.header-section,
.social,
.meta-recipe dt a > img:first-child,
.row.map,
.footer-nav a,
.search-filters,
.product-nav,
.navigation-button,
.background,
#breadcrumb,
.noPrint {
    display: none !important;

}
/* =============================================================================
    Classes génériques
    ========================================================================== */
/*
 *  Micro clear fix http://nicolasgallagher.com/micro-clearfix-hack/
 */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.float-right {
    float: right;
}

.float-left,
.grid-a,
.grid-b,
.grid-c {
    float: left;
}

.grid-a {
    width: 30%;
}

.grid-b {
    width: 55%;
    margin-right: 5%;
}

.grid-c {
    width: 30%;
}

#footer {
    clear: both;
    padding: 15pt 0 0;
}

.h1-like {
    font-size: 25pt;
}

#logo a {
  display: block;
  height: 127px;
  overflow: hidden;
  width: 291px;
}

/*Text-editor*/
.text-editor .h2-like {
    color: #087f03;
    font-size: 21pt;
    margin: 15pt 0 7pt;
}

.text-editor .h3-like {
    color: #087f03;
    font-size: 16pt;
    margin: 15pt 0 2pt;
}

.text-editor .h4-like {
    color: #3b3b3b;
    font-size: 11pt;
    margin: 5pt 0 0;
}

.text-editor img.float-right,
.text-editor div.float-right {
    margin: 0 0 6pt 11pt;
}

.text-editor img.float-left,
.text-editor div.float-left {
    margin: 0 11pt 6pt 0;
}

.text-editor img.float-left + .h3-like,
.text-editor img.float-right + .h3-like,
.text-editor img.float-left + .h4-like,
.text-editor img.float-right + .h4-like,
.text-editor div.float-left + .h3-like,
.text-editor div.float-right + .h3-like,
.text-editor div.float-left + .h4-like,
.text-editor div.float-right + .h4-like {
    margin-top: 0;
}

.h2-like:first-child,
.h3-like:first-child,
.h4-like:first-child,
.h5-like:first-child,
.h6-like:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0 !important;
}

.text-editor ul {
    list-style: inside square;
    margin: 10pt 0;
    padding: 0;
}

/*Page recette*/
.content-recipe .credits {
  font-style: italic;
  line-height: 1.5;
}

.meta-recipe {
    margin: 0 0 10pt;
}

.meta-recipe dt {
    float: right;
    margin: 0;
    width: 60%;
}

.meta-recipe dt img {
    max-width: 100%;
}

.meta-recipe dd {
    overflow: hidden;
    line-height: 1;
    margin: 0;
    padding: 7pt 0;
}

.meta-recipe dd + dd {
    border-top: 1px solid #dcdcdc;
}

.meta-recipe dd img.float-left {
    margin: 2pt 5pt 0 0;
}

.meta-recipe dd p {
    margin: 0;
    overflow: hidden;
}

div.matrice {
    margin: 0 20px 20px 0;
    width: 140px;
}

div.matrice a {
    margin: 0;
}

.matrice a {
    color: #000;
    display: block;
    margin: 10pt 0 0 10pt;
    text-decoration: none;
}

.matrice a span {
    display: block;
    line-height: 10pt;
    padding: 0 8pt 0 3pt;
}

.partners {
    clear: both;
    padding: 20pt 0 10pt;
}


.recipe-list {
    overflow: hidden;
    margin: 0 0 18px;
}

.recipe-list .grid-a + .grid-a {
    margin-left: 34px;
}

.recipe-list .inner {
    background: #f1f1f1;
    overflow: hidden;
    padding: 8px 10px 0 10px;
}

.recipe-list .h3-like {
    font: 700 13px/1.4 Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
    height: 46px;
    margin: 0;
    padding: 8px 0 4px;
    text-transform: none;
}

.recipe-list a {
    color: #000;
    text-decoration: none !important;
}

.recipe-list .row {
    margin: 0 0 0 -10px;
}

.recipe-list .cell {
    line-height: 23px;
    margin: 0 0 8px;
    padding: 0 0 0 10px;
    width: 75px;
}

.row .cell {
    display: inline-block;
    vertical-align: top;
}

/* =============================
   Calendrier sous forme de barres
   =============================*/
.bar-calendar {
    margin: 5pt 0 15pt;
}

.bar-calendar dl {
    margin: 0;
}

.bar-calendar dt {
    display: none;
}

.bar-calendar dd {
    float: left;
    height: 93px;
    margin: 0;
    position: relative;
    width: 49px;
}

.bar-calendar dd + dd {
    margin-left: 1px;
}

.bar-calendar dd img {
    bottom: 37px;
    left: 0;
    position: absolute;
}

.bar-calendar dd span {
    background: #f1f1f1;
    display: block;
    font-size: 8pt;
    line-height: 17pt;
    height: 20pt;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 56px;
}

.bar-calendar .legend-bar-calendar {
    clear: both;
    color: #7f7f7f;
    font-size: 8pt;
    line-height: 17pt;
    margin: 0;
    padding: 0 0 0 8pt;
    text-transform: uppercase;
}

.bar-calendar .legend-bar-calendar li {
    display: inline-block;
    margin: 0 30px 0 0;
}

.bar-calendar .legend-bar-calendar img {
    margin-right: 7px;
    vertical-align: baseline;
}

.partners a + a {
    margin: 0 0 0 30px;
}

.min-age {
    color: #087f03;
    float: right;
    margin: 0 0 10px 15px;
    position: relative;
    width: 230px;
}

.min-age big {
    font-size: 50px;
    font-weight: 700;
    left: 12px;
    position: absolute;
    text-align: center;
    top: 49px;
    width: 56px;
}

.header-product img.float-right {
    float: left;
    margin: 0 15pt 10pt 0;
    max-width: 100%;
}

#accordionEvents > *{display:block !important;}


.titre-vert {
    color: #087F03;
    font: 24px 'DaxWeb-CondMedi';
    text-transform: uppercase;
}