/****** GÉNÉRAL *****/

#categorybis_blocks #category_blocks-title img {
	max-height : 85px;
}

#category_blocks {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 35px;
	grid-row-gap: 20px;
}

@media (max-width: 980px) {
	#category_blocks {
		grid-template-columns: 1fr 1fr;
	}
}

.block-category {
	z-index       : 2;
	border-bottom : dotted 1px white;
	display       : flex;
	align-items   : flex-end;
	/*margin-bottom : 10px;*/
	height        : 75px;
	width         : 100%;
	/*margin-right  : 30px;*/
	margin: 0;
	padding: 0 0 6px 0;
}


#category_blocks .block-category:hover::after {
	content       : url(../img/arrow-effect.svg);
	width         : 25px;
	height        : 25px;
	display       : inline-block;
	margin-bottom : 15px;
}
#module-home-category  {
	z-index: 1;
}

@media (max-width: 1024px) {
	#module-home-category  {
		background-color: #338762;
	}
}

#category_blocks .block-category > a {
	text-align  : left;
	display     : flex;
	align-items : flex-end;
	width       : 85%;
}

@media screen and (min-width : 1024px) {
	#category_blocks .block-category > a {
		margin-left: 30px;
	}
	#module-home-category  {
		position: absolute;
		top: -6.25rem;
	}
}

#category_blocks .block-category > a .img-category {
	width        : 65px;
	text-align   : center;
	margin-right : 10px;
}

#category_blocks .block-category > a .img-category img {
	width         : auto;
	margin-bottom : 0 !important;
}

#category_blocks .block-category > a .img-category .text-category {
	margin-left    : 15px;
	padding-top    : 5px;
	padding-bottom : 10px;
}

#category_blocks .block-category > a  .text-category {
	margin-bottom: 15px;
	margin-left: 10px;
}



#category_blocks .text-category .title-category {
	color         : white;
	white-space   : normal;
	font-size     : 1rem;
	font-family   : "Montserrat SemiBold", "Open Sans", sans-serif!important;
	font-weight   : 100;
	/*margin-bottom : 10px;*/
}

/*@media screen and (min-width: 620px) and (max-width: 1024px) {*/
/*	.block-category {*/
/*		width         : 100%;*/
/*	}*/
/*}*/

/****** MOBILE *****/
@media (max-width : 620px) {
	.block-category {
		width : 100%;
	}
	.module-category-col > div {
		padding-left  : 0 !important;
		padding-right : 0 !important;
	}

	#category_blocks .block-category {
		height : 65px;
	}

	#category_blocks .block-category:hover::after {
		display : none;
	}

	#category_blocks #category_blocks-title {
		margin-bottom : 40px;
	}

	#category_blocks #category_blocks-title h3 {
		font-size : 3.5rem;
	}

	#category_blocks #category_blocks-title img {
		max-width : 80px;
	}

	#category_blocks .block-category > a .img-category {
		width        : 45px;
		margin-right : 5px;
	}

	#category_blocks .text-category .title-category {
		font-size   : 1.2rem;
		white-space : initial;
		line-height : normal;
	}
}

@media (max-width : 420px) {
	#category_blocks {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
	#categorybis_blocks #category_blocks-title {
		margin-bottom : 30px;
		align-items   : center;
	}

	#category_blocks #category_blocks-title {
		grid-column-start : initial;
		grid-column-end   : initial;
		grid-row-start    : initial;
		grid-row-end      : initial;
	}
}


/****** TABLETTE *****/
/*@media (min-width: 720px) and (max-width: 1024px) {*/
/*    #category_blocks {*/
/*        display: grid;*/
/*        grid-template-columns: repeat(3, 1fr);*/
/*        grid-template-rows: repeat(2, 1fr);*/
/*        grid-column-gap: 30px;*/
/*        grid-row-gap: 30px;*/
/*    }*/
/*    #category_blocks-title {*/
/*        grid-area: 1 / 1 / 2 / 4;*/
/*        display: block!important;*/
/*    }*/
/*}*/


/****** MOBILE *****/
/*@media (max-width: 720px) {*/
/*    #category_block {*/
/*        display: grid;*/
/*        grid-template-columns: repeat(2, 1fr);*/
/*        grid-template-rows: repeat(3, 1fr);*/
/*        grid-column-gap: 30px;*/
/*        grid-row-gap: 30px;*/
/*    }*/
/*    .block-category {*/
/*        margin-bottom: 30px;*/
/*    }*/
/*}*/
