/*
Theme Name: VFP Studio
Theme URI: https://vfpstudio.be/
Author: VFP Team
Author URI: https://vfpstudio.be/
Description: Thème personnalisé pour VFP Studio
Version: 1.0
*/

@media (max-width: 768px) {
  .navbar .logo {
    height: 35px;
  }

  .social-icons a {
    width: 26px;
    height: 26px;
    font-size: 14px;
    margin-left: 6px;
  }

  .navbar {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
  }

  .menu-toggle {
    order: 1;
  }

  .logo {
    order: 2;
    margin: 0 auto;
  }

  .social-icons {
    order: 3;
  }
}
