header {
    display: none;
}

body:before {
    display: none;
}

.imgRecette > :not(img) {
    display: none;
}

.print-only {
    display: block;
}

.partage {
    display: none;
}

html, body {
    margin-top:0px;
    padding-top:0px;
}

body {
    -webkit-print-color-adjust: exact !important;
    margin:0px;
    padding:0px;
}

.recette-container {
    display:block;
    margin-bottom:0px;
}

.recette-container .imgRecette {
    width: 100%;
    height:350px;
}

.recette-container .imgRecette img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.recette-container .contentRecette {
    width: 100%;
    margin: 0px;
    margin-top: 20px;
    max-width: unset;
}

.contentRecette .tooltip {
    justify-content: flex-start;
    margin-bottom: 20px;
}

.contentRecette .tooltip .itemSection.triple {
    width: auto;
    margin-right: 20px;
}

.sectionFlex.produits, footer, .ride-top {
    display:none !important;
}

.separateur {
    background-color:unset;
    box-shadow:inset 0px 0px 0px 1000px #595959;
}

.contentRecette .itemSection.image {
    background-color:unset;
    box-shadow:inset 0px 0px 0px 1000px #58a618;
}