/**
 * @version     CVS: 1.0.0
 * @package     com_mde_catalogue
 * @subpackage  mod_mde_catalogue
 * @copyright   2025 Studio Ekinox
 * @license     GNU General Public License version 2 ou version ultérieure ; Voir LICENSE.txt
 * @author      Studio Ekinox <achats@studio-ekinox.fr>
 */

.mod-location .card-body .border{
	border-top : 0 !important;
}
.mod-occasion .occasion:after{
	content:"";
	position: absolute;
	left: 0;
	bottom:-3rem;
	background: linear-gradient(90deg,rgba(66, 183, 173, 1) 0%, rgba(195, 210, 33, 1) 100%);
	height: 0.15625rem;
	width: 100%;
}
.mod-occasion .occasion{
	margin-top: 6rem;
}
.mod-occasion .occasion:first-child{
	margin-top: 0;
}
.mod-occasion .occasion:last-child:after{
	height: 0;
}
@media(min-width:1200px){
	
	.mod-occasion .photo{
		height: 16rem;
	}
	
}