@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	
	article {
		padding: 10px 30px;
	}

	.picture-h1.big h1, .picture-h1.medium h1, .picture-h1.small h1, h1 {
		font-size: 40px;
	}
	

/* LARGEUR */
.columns-wrapper .col.width-xsmall {
	width: 38%;
}
.columns-wrapper .col.width-sidebar {
	width: 38%;
}
.columns-wrapper .col.width-small {
	width: 38%;
}
.columns-wrapper .col.width-small-l {
	width: 38%;
}
.columns-wrapper .col.width-medium-s {
	width: 58%;
	margin: 0 10px;
}
.columns-wrapper .col.width-medium {
	width: 58%;
	margin: 0 10px;
}
.columns-wrapper .col.width-medium-l {
	width: 58%;
	margin: 0 10px;
}
.columns-wrapper .col.width-large-s {
	width: 100%;
}
.columns-wrapper .col.width-large {
	width: 100%;
}
.columns-wrapper .col.width-large-f {
	width: 100%;
}
.columns-wrapper .col.width-full {
	width: 100%;
}
	
}