/* Ce fichier peut être surchargé dans le thème enfant */
/* Chemin de surcharge : THEME_ENFANT/illico-Global/widgets/elementor/illico-landing/assets/css/style.css */


/* Landings Pages */
.landings {text-align:center;}
.landings .landing{text-align:left;}
.landing{padding: 5px; margin-bottom: 20px; width: 49.5%; display: inline-grid; min-height:330px;}
.landings .landing-img{width: 100%; height: 250px; object-fit: cover; border-radius: 15px;}
.landings .landing-title{color:#000; font-weight:800; font-size:22px; margin:0px; padding: 10px 10px 0px 10px;}
.landing:hover .landing-sp{color:#1B1918;}
.landings .landing-sp{color:#1B1918; text-transform:uppercase; font-size:13px; padding: 0px 10px; font-weight:500;}

@media screen and (max-width: 1200px) {.landing{width:49%}}
@media screen and (max-width: 650px) {.landing{width:100%}}