.footer-top-portail,
.gf-header-portail {
	display: none!important;
}

#complexe-title {
	animation: zoom-in-zoom-out 2s ease-out infinite
}

@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1,1)
	}

	50% {
		transform: scale(1.4,1.4)
	}

	100% {
		transform: scale(1,1)
	}
}


/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {

}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

}

/*mobile and tablet*/
@media (max-width: 1024px) {

}

/*pc portable*/
@media (min-width: 1025px) and (max-width: 1700px) {

	#complexes .item p {
		font-size: 14px!important;
	}

	#complexes .item .img-cont {
		height: 80px!important;
	}

}

/*desktop*/
@media (min-width: 1025px) {

}

/*RESPONSIVE*/
