/* NEWSLETTER*/
#section-newsletter{
    background-image: url(https://www.fileogroupe.coop/wp-content/themes/fileo-groupe/img/bandeau-header.jpg);
    background-size: cover;
    padding: 2em 0;
}
.bloc-3-4.news{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
	margin-left:10%;
	padding-left:7%;
    background: url(https://www.fileogroupe.coop/wp-content/themes/fileo-groupe/img/newsletter.png) left 60% no-repeat;
}
.bloc-3-4.news h3 {
    color: #fff;
    margin-bottom: 0.2em;
}
.bloc-3-4.news p{
    font-weight:500;
}
.bloc-4.news{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;	
	display:flex;
}
.bloc-4.news a {
    background: #ffff;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 0.75em 1em 0.5em;
    align-self: center;
	box-shadow: 0 0.8px 4px 0 rgba(0,0,0,.4);
}
@media only screen and (max-width:1024px) {
.bloc-3-4.news{
	padding-left:9%;
}
}
@media only screen and (max-width:768px) {
}
@media only screen and (max-width:720px) {
.bloc-3-4.news{
	padding-left:12%;
	background: url(https://www.fileogroupe.coop/wp-content/themes/fileo-groupe/img/newsletter.png) left 40% no-repeat;	
	margin-left: 5%;
}	
}
@media only screen and (max-width:600px) {
.bloc-4.news {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
}
@media only screen and (max-width:480px) {
.bloc-4.news {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.bloc-4.news a{
    margin: auto;
}
.bloc-3-4.news{
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 900%;
	margin: 0 5% 2%;
	padding-left:18%;
}	
}