/* .alert-custom.orange {
	position: fixed;
	top: 106px;
	z-index: 1000;
} */

/* Pour ng-cloack Angulajs */
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak {
	display: none;
}

[deferred-cloak],
[data-deferred-cloak],
[x-deferred-cloak],
.deferred-cloak {
	display: none;
}
.btn-favorite {
	background-color: rgba(136, 136, 136, 0.5);
}

.btn-favorite .btn:before{
	border-top-color: rgba(136, 136, 136, 0.5);
	border-width: 15px 15px 0 0;

}
.btn-favorite .btn:after{
	border-right-color: rgba(136, 136, 136, 0.5);
		border-width: 0 15px 15px 0;
}


@media screen and (max-width: 1024px) {
	main#main{
		margin-top: 100px;
	}
}

/* image size 540px 380px */
.image-540-380 {
	width: 100%;
	height: 380px;
	object-fit: cover;
}

/* image size crop 255px 255px */
.image-255-255 {
	width: 100%;
	height: 255px;
	object-fit: cover;
}

/* image size crop 1200px */
.image-1200 {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
