/* 15-08-2025 Bannière en haut sur deux lignes version mobile (bannière liée au module swtextbanner) */

@media (max-width: 767.98px) {
  
  /* Écrase la règle du thème qui force nowrap sur le bandeau */
  #swtextbanner .swjs_mini_textbanner li,
  #swtextbanner .swjs_mini_textbanner h1 {
    white-space: normal !important;
	text-wrap-mode: wrap !important;
	text-wrap: wrap !important;
	overflow: visible !important;
	min-width: 0 !important;
  }

  #swtextbanner .swtextbanner-txt,
  #swtextbanner .swtextbanner-txt a {
    display: inline-block; 
	max-width: 95%;
	min-width: 0;
	white-space: normal !important;
	text-wrap-mode: wrap !important;
	text-wrap: wrap !important;
	overflow-wrap: anywhere;
	word-break: normal;
	line-height: 1.35;
	margin: 0 auto;
    text-align: center;
	font-size: 0.65rem !important;
  }
 
  /* Sortir du flex si le thème insiste */ 
  #swtextbanner .swtextbanner-list {
    display:block !important; 
	position:static !important; 
	overflow:visible !important; 
  }

  #swtextbanner .swtextbanner-list li {
    margin-top:0 !important; 
  }
  
}


