.header-search-form {
	right: 1rem;
}

.page #primary {
	width: 100%;
}

.page-id-198 h1 {
	text-transform: uppercase;
}

.page-id-198 h2 {
	text-transform: uppercase;
	font-family: 'Roboto-Regular';
	color: #000;
	font-size: 2.5rem;
	line-height: 4rem;
	letter-spacing: 1px;
	text-align: left;
}

.page-id-198 .demande_devis,
#intro_communication #demande_devis {
  border-radius: 0.5rem;
	padding: 0.5rem 5rem;
	color: #000000;
	background: #59C7CA;
	border: #59C7CA;
}

.ateliers .list_category {
	display: inline-block;
	list-style: none;
}
.ateliers .list_category {
	display: inline-block;
	padding-right: 1rem;
}

div.ateliers {
	margin: 40px auto;
}

ul#categories {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#categories li {
	flex-basis: 255px;
	height: 255px;
	width: 255px;
	margin: 10px;
}

li.category-item {
	display: block;
}

li.title-item, li.image-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

li.category-item a {
	text-decoration: unset;
	color: unset;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

li.category-item h3 {
	color: #fff;
	font-size: 1.625rem;
	text-transform: uppercase;
	font-family: Work Sans;
	font-weight: 500;
	text-align: center;
	max-width: 80%;
	margin: auto;
	display: block;
}

ul#categories li:nth-of-type(2) {
	background-color: #FCCC5F;
}

ul#categories li:nth-of-type(3) {
	background-color: #5CBEC7;
}

ul#categories li:nth-of-type(5) {
	background-color: #EC6C75;
}

ul#categories li:nth-of-type(7) {
	background-color: #69B76A;
}

ul#categories li:nth-of-type(8) {
	background-color: #86488A;
}

ul#categories li:nth-of-type(9) {
	background-color: #F39C66;
}

ul#categories li:nth-of-type(10) {
	background-color: #05A69A;
}

ul#categories li:nth-of-type(12) {
	background-color: #ED731B;
}

@media screen and (max-width: 992px) {
	div.ateliers ul#categories {
		justify-content: center;
}
