<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   LPDW config
 Theme URL:    https://leplusduweb.com
 Description:  Theme enfant developpÃ© par l'entreprise LE PLUS DU WEB
 Author:       Le plus du web
 Author URI:   http://leplusduweb.com
 Template:     enfold
 Version:      1.0.0
*/
/*
Mobile Styles
================================================== */
/* Note: CSS POUR VUE TABLETTE */

@media only screen and (max-width: 989px) and (min-width: 768px) {
  /* Add your Mobile Styles here */

  /********************* Burger menu *********************/

  #top #wrap_all #header {
    position: fixed !important;
  }

  #top #header_main &gt; .container .avia-menu .av-burger-menu-main &gt; a,
  #top #header_main &gt; .container .avia-menu,
  #top #header_main &gt; .container .av-burger-menu-main,
  #top #header_main &gt; .container {
    height: 60px !important;
    line-height: 60px !important;
  }

  #top #header_main &gt; .container .avia-menu .av-burger-menu-main &gt; a {
    padding: 0px 12px !important;
  }

  #top #header_main .av-burger-overlay-inner #av-burger-menu-ul {
    padding: 140px 0px 0px 30px !important;
  }

  #top #header_main .av-burger-overlay-inner #av-burger-menu-ul #social_networks {
    left: 30px !important;
  }

  #top #header_main #inter_map .av-hotspot-image-container .av-hotspot-container-inner-wrap {
    transform: translateX(30%) !important;
  }
}
</pre></body></html>