<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.teamsImgElement {
    .lazy {
        transition: none !important;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        background-size: contain;
        background-position: center;
        &amp;:hover {
            transform: none !important;
        }
    }
}

.menuDesktopElements .menuDesktopLinkElements .menuDesktopElement .subMenuDesktopElements, .menuDesktopElements .menuDesktopPictogramme .menuDesktopElement .subMenuDesktopElements {    
 	display: none;    
  	position: fixed;     
  	top: 56%;    
   	left: 20%;     
  	right: 20%;     
  	width: auto;     
  	text-align: center; 
 }
 .menuDesktopContainer.shrink .menuDesktopElements .menuDesktopElement .subMenuDesktopElements {
    display: none;
    top: 40px;
}

@media screen and (max-width: 1000px) {
    .bannerImgElement {
        height: 500px !important; 
    }
}
</pre></body></html>