@charset "utf-8";
    #edito {
    background-color: #5c7944;
    border-radius: 150px;
    width: 26%;
    max-width: 300px;
    float: right;
    position: absolute;
    top: 0;
    left: 60%;
}
.accroche { font-style: italic; color: rgba(0, 0, 0, 0.6); }
#texte_edito {
    font-family: "Lobster";
    color: #FFF;
    width: 80%;
    text-align: center;
    font-size: 20px;
    margin-left: 10%;
}



#vente_directe {
    background-image: url(../../images/vente_directe.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 99%;
    max-width: 700px;
    float: left;
}
.block_actu_list {
    float: left;
    width: 30%;
    border-right-style: dotted;
    border-right-color: #423e3e;
    border-right-width: medium;
    text-align: center;
    padding-right: 2%;
    padding-left: 2%;
    margin-top: 5%;
}
.img_actu_liste {
    background-image: url(../../images/icone_poulet.jpg);
    background-repeat: no-repeat;
    max-width: 64px;
    background-position: center top;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin: 0px;
    padding: 0px;
}
.actu_title {
    color: #423e3e;
}
.actu_subtitle {
    text-align: justify;
}
#block_faq {
    background-color: #5c7944;
    border-top-left-radius: 35px;
    margin-top: 5%;
    width: 29%;
    float: left;
    margin-left: 2%;
    text-align: center;
    padding-bottom: 9px;
}
.h2_title_block_faq {
    color: #FFF;
    margin-right: 5%;
    margin-left: 5%;
}
.p_txt_block_faq {
    color: #FFF;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
}

@media screen and (max-width: 1000px) {
    .block_actu_list, #block_faq {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
	.block_actu_list {
		border-right-style: none}

    #block_faq { margin-top: 10%; }
}

@media screen and (max-width: 640px) {
    #content_home { width: 98%; }

}
