
/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

  :root{
    --bg: #e6e6e6;      /* fond gris */
    --card: #ffffff;    /* cartouche blanc */
    --ink: #2c2f32;     /* texte principal */
    --muted:#6a6f74;    /* texte secondaire */
    --accent:#1ea05d;   /* vert accent */
    --shadow: 0 6px 16px rgba(0,0,0,.2);
  }

@media (min-width: 768px) {

  #primary-menu .wpml-ls-menu-item {
    display: none !important;
  }

}

#footer-address-col {
  margin-top: 0px;
}

@media (max-width: 500px) {
  .vc_sep_holder {
    /*display: none;*/
    /*text-align: left;*/
  }
}
