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

.formations .formation .img{
	width: 15rem;
	height: 14rem;
}

@media(min-width:1200px){
	
	.formations .formation .img{
		width: 15rem;
		height: 11rem;
	}
	
}

@media(min-width:992px) AND (max-width:1200px){
	
	.formations .formation .img{
		width: 15rem;
		height: 11rem;
	}
	
}

@media(min-width:768px) AND (max-width:992px){
	
	.formations .formation .img{
		width: 15rem;
		height: 11rem;
	}
	
}