/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 25 2025 | 11:13:29 */
/* Ajouter votre code CSS ici.
                     
Par exemple:
.exemple {
    color: red;
}

Pour améliorer vos connaissances en CSS, visitez http://www.w3schools.com/css/css_syntax.asp

Fin du commentaire */ 


/* Desktop */

.footer-timetable-day {
	min-width: 156px;
}

@media (max-width: 1200px) {
    .custom-columns .col-img,
    .custom-columns .col-text {
        flex-basis: 50% !important;
    }
}

@media (max-width: 781px) {
    .custom-columns img {
		width: 100% !important;
		max-width: 480px !important;
		height: auto !important;
	}
	.custom-columns .col-img {
        text-align: center;
    }
	
	.footer-column-map .wp-block-group {
		justify-content: center !important;
	}
	
	.footer-column-timetable {
		display: flex;
		justify-content: center;
	}
}
