/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2026 | 16:53:35 */
.axiframe {
    border: none;
    line-height: 1;
    margin: 0;
    max-width: none !important;
	box-sizing:border-box !important;
    width: 1300px !important;
}

/* Mobiles */
@media (max-width: 576px) {
.axiframe {
    width: 100% !important;
}
}

/* Tablettes */
@media (min-width: 577px) and (max-width: 1024px) {
.axiframe {
    width: 850px !important;
}
}
