top of page
bottom of page
/* Correction Safari/Mac pour toutes les sections columnStrip */
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
[id*="columnStrip"] {
margin-left: 0 !important;
margin-right: 0 !important;
width: 100% !important;
max-width: 100% !important;
overflow-x: hidden !important;
}
}
}