#syndic {
    max-width: 1140px;
    margin: auto;
    text-align: center;
}
#syndic h3 {
    color: #E8AC28;
    font-weight: 700;
}
#syndic hr {
    color: #E8AC28;
    background: #E8AC28;
    border: none;
    height: 2px;
    width: 90px;
}
.row>div:nth-child(1) {
    flex-direction: column;
}
#syndic .bloc-4 p {
    padding: 10px 30px;
}
@media only screen and (min-width: 600px) and (max-width: 799px) {
.changes {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin: 1em 0 2em;
}
.row>div:nth-child(1) {
	flex-wrap: wrap;
	flex-direction: inherit;
}
}
@media only screen and (max-width: 799px) {
.changes p {
    margin-bottom: 30px;
    width: 70%;
    margin: 1em auto 2em;
}
#syndic h3 {
    color: #E8AC28;
    font-weight: 700;
    margin-top: 1em;
}
}
@media only screen and (min-width: 800px) {
.row>div:nth-child(1) {
	flex-wrap: inherit;
	flex-direction: inherit;
}
#syndic h3 {
	margin-bottom: 30px;
}
}
@media only screen and (max-width: 375px) {
header {
    background: url('https://immozel.com/wp-content/themes/immozelV2/img/syndic/une-syndic.jpg') no-repeat center 85%;
}
}
@media only screen and (min-width: 376px) and (max-width: 432px) {
header {
    background: url('https://immozel.com/wp-content/themes/immozelV2/img/syndic/une-syndic432.jpg') no-repeat center 85%;
}
}
@media only screen and (min-width: 433px) and (max-width: 480px) {
header {
    background: url('https://immozel.com/wp-content/themes/immozelV2/img/syndic/une-syndic480.jpg') no-repeat center 85%;
}
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
header {
    background: url('https://immozel.com/wp-content/themes/immozelV2/img/syndic/fondSyndic-600.png')no-repeat center 85%;
}
}
@media only screen and (min-width: 601px) and (max-width: 1023px) {
header {
    background: url('https://immozel.com/wp-content/themes/immozelV2/img/syndic/fondSyndic-1024.png') no-repeat center center;
	background-size: cover;   
}
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
header {
    background: url('https://immozel.com/wp-content/themes/immozelV2/img/syndic/fondSyndic-1280.png') no-repeat center center;
	background-size: cover;   
}
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
header {
    background: url('https://immozel.com/wp-content/themes/immozelV2/img/syndic/fondSyndic-1500.png') no-repeat center center;
	background-size: cover;   
}
}
@media only screen and (min-width: 1500px) and (max-width: 1679px) {
header {
	background: url('https://immozel.com/wp-content/themes/immozelV2/img/syndic/fondSyndic-1680.png') no-repeat center center;
	background-size: cover;   
}
}
@media only screen and (min-width: 1680px) {
header {
    background: url('https://immozel.com/wp-content/themes/immozelV2/img/syndic/fondSyndic.png') no-repeat center center;
	background-size: cover;   
}
}


