/*
 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 */
  /* ============== HEADER ================ */
  #header_main .logo a {
    max-width: 350px;
  }

  #top #header_main .logo a::after {
    font-size: 16px;
  }

  #top #header_main .avia-menu {
    border: none;
    position: fixed;
    right: -20px;
  }

  /* =============== SECTION CHIFFRES CLES ================= */
  #chiffres-cles .flex_column:nth-child(2)::after {
    display: none;
  }

  /* =============== SECTION AFSTAL ================= */
  #top #afstal .flex_column:first-child {
    width: 54%;
  }

  #top #afstal .flex_column:last-child {
    width: 40%;
  }
}