﻿footer,
.fil-ariane,
.share,
.btn,
.filtre,
.lien-detail {
    display: none !important;
}

header.fixed {
    position: static;
}

header {
    text-align: center !important;
}

    header .row {
        display: flex !important;
        flex-direction: row !important;
        justify-content: start !important;
    }

    header .col-lg-auto {
        flex: 0 0 auto;
        width: auto !important;
    }


    header .title {
        color: #0C4DA2 !important;
        display: inline-block !important;
    }

.badge.blanc {
    border: 2px solid #0C4DA2 !important;
}

.container-img {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    print-color-adjust: exact !important;
    -webkit-box-shadow: 0 0 0 5px #DFE5F1 !important;
    -moz-box-shadow: 0 0 0 5px #DFE5F1 !important;
    box-shadow: 0 0 0 5px #DFE5F1 !important;
    border: none !important;
}

.fil-ariane .row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between !important;
}

.fil-ariane .col-lg-auto,
.fil-ariane .col-lg {
    flex: 0 0 auto;
    width: auto !important;
}

#body-producteurs-locaux h1 {
    font-size: 23px !important;
}

.producteurs-locaux {
    padding-top: 20px !important;
}

    .producteurs-locaux .col-lg {
        flex: 0 0 auto;
        width: 33.3333333333% !important;
    }

    .producteurs-locaux .content {
        break-inside: avoid !important;
        padding: 20px !important;
        border: 2px solid #DFE5F1 !important;
    }

        .producteurs-locaux .content .info {
            padding: 0 !important;
            margin-top: 10px;
        }

.presentation-recette {
    break-inside: avoid !important;
}

header + section {
    padding: 0 !important;
}

body {
    padding: 0 30px !important;
}

img:not(.no-border) {
    max-height: 400px !important;
    display: block !important;
    margin: 0 auto !important;
}

h1.page span {
    padding: 0 !important;
    color: #0C4DA2 !important;
}

.producteurs-locaux .content .info:before {
    content: none !important;
}


.detail-recette h1 {
    margin-top: 20px !important;
}

.detail-recette h2 {
    color: #0C4DA2 !important;
}

    .detail-recette h2 span {
        color: #0C4DA2 !important;
        padding: 0 !important;
    }

.presentation-recette {
    padding: 0 !important;
}

    .presentation-recette:before {
        content: none !important;
    }
