section .art_img img {
    width: 100%;
    height: auto;
    display: block;
}

article .partage_art ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
}

article section {
    display: block;
    float: left;
    width: 100%;
}

article .partage_art {
    margin: 10px 0;
    display: block;
    float: left;
    width: 100%;
}

article .partage_art li {
    font-size: 20px;
    padding: 0 5px;
}

article .block_art {
    padding-left: 30px;
}

article .article_header p {
    margin: 0;
    font-weight: normal;
    font-size: 30px;
}

article .article_header .titre_art {
    margin-top: 15px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    font-weight: normal;
}

article .article_header .right_titre {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    text-align: right;
    padding-right: 15px;
}

span.picto_difficulte {
    background-image: url();
}

li.caract_recipe .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    ;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

span.label_recipe {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 5px;
    min-height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    ;
}

span.info_recette:before {
    content: "";
    border-bottom: 1px solid red;
    width: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

span.info_recette {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    bottom: 0;
}

.cara_recette ul {
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin-bottom: 40px;
}

li.caract_recipe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
}

.equal_height {
    display: table-cell;
    height: 100%;
}

.recipe_prepa > li {
    width: 25%;
}

.recipe_prepa > ul > li {
    width: 25%;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    border: 1px solid #ededed;
    border-bottom: 0;
    padding: 5px 0;
    background: #f1f1f1;
}

.recipe_prepa a {
    color: #000!important;
    margin: 0!important;
    border: 0!important;
}

#blog a.product_img_link {
    display: inline-block;
    text-decoration: underline;
}

.recipe_prepa > ul > li:first-child {
    border-right: 0;
}

.recipe_prepa > ul > li.active {
    background: none;
}

.recipe_prepa .tab-content {
    border: 1px solid #ededed;
    padding: 15px;
    font-size: 16px;
    top: -1px;
    position: relative;
    background: #fff;
}

.recipe_prepa .tab-content li:before {
    content: "";
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background: #e30613;
    vertical-align: middle;
    margin-right: 5px;
}

.recipe_prepa .tab-content li {
    line-height: 1.4;
}

#bloc_recipe > div:first-child {
    /*border-right: 1px solid black;*/
}

#blog h1 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 30px;
}

.prestashop_product img {
    /*border: 1px solid #ededed;*/
    margin-top: 5px;
}

.article_header {
    margin-bottom: 15px;
}

span.price_rec_clair {
    color: #ededed;
}

span.info_recette > span:first-child {
    position: absolute;
    left: 3px;
}

div#bloc_prepa {
    padding: 0px 15px;
}

.align_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.center_text {
    text-align: center;
    width: 100%;
}

.list_art_blog {
    width: 100%!important;
}

.list_art_blog > div {
    margin-bottom: 30px;
    display: inline-block;
}

.bloc_news input.form-control {
    float: left;
    width: 87%;
}

.bloc_news button.form-control {
    width: 40px;
    display: inline-block;
    margin-left: 15px;
}

.bloc_bouton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    margin-top: 15px;
}

.select_box_blog {
    font-size: 18px;
    padding: 0 5px;
    margin-bottom: 5px;
}

.select_box_blog input {
    margin-right: 10px
}

.select_box_blog span {
    margin: 0 10px;
}

.bloc_news h3 {
    padding: 0 20px;
}

h3.title_car_recette:before,
h3.title_car_recette:after {
    content: "";
    display: block;
    color: #1d1d1d;
    width: 20px;
    border-top: 2px solid #1d1d1d;
    margin: 0 15px;
}

h3.title_car_recette {
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider_arts {
    display: inline-block;
    width: 100%;
}

.form-files input[type=file] {
    margin-bottom: 10px;
}

.blog-postpage__account--create,
.blog-postpage__account--connect {
    display: none;
    margin-top: 15px;
}

div#slider_blog {
    height: 240px;
    display: block;
    margin-bottom: 100px;
    margin-top: 20px;
}

form#form_taxonomies span {
    margin: 0 10px;
}

.bloc_news .btn--black {
    padding: 5px;
}

p.page-heading{
    font-size:32px;
}

.article_header p.sur_titre.col-md-12{
    font-size: 20px;
}

#bloc_prepa h2{
    font-size:20px;
}


    /*.slider_arts img {
        width: 100%;
        height: auto;
        }*/

.block_art iframe {
    width: 100%;
}

.article_header .link_back {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 13px;
}

.article_header .link_back i {
    width: auto;
}

.article_header .link_back:hover {
    color: #e30613;
}

.article_header .link_back span {
    display: inline-block;
    text-transform: uppercase;
}


/*.article_header .link_back span::first-letter {
    font-size: 26px;
    font-weight: 300;
    }*/

#slider_blog_arrows {
    margin-bottom: 10px;
    text-align: right;
}

#slider_blog_arrows .slick_btn_blog {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #C3C1C2;
    color: #1d1d1d;
    background-color: white;
    margin-left: 5px;
}

#slider_blog_arrows .slick_btn_blog:hover {
    color: white;
    background-color: #1d1d1d;
}

#slider_blog_arrows .slick_btn_blog i {
    font-size: 26px;
    padding: 3px 5px;
}

#blog #pagenotfound {
    -o-background-size: auto;
    background-size: auto;
    padding: 0 100%;
    margin: 0 -100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 852px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#blog .partage_art em {
    font-size: 15px;
    color: #000;
    cursor: pointer;
}

.partage_art .like_fb {
    margin-top: -4px;
}

.category-actualite .post-thumbnail img {
    width: 100%;
    height: auto;
}

article .category-actualite {
    margin-bottom: 50px;
}

.img_actu {
    padding-left: 0;
}

article.category-actualite .partage_art ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bloc_postage ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
}

#blog iframe {
    min-height: 300px;
}

#blog .art_img {
    padding-right: 15px;
}
