/*
Theme Name: e-novision Theme
Theme URI: https://e-novision.ch
Author: e-novision
Author URI: https://e-novision.ch
Description: Thème WP e-novision
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: theme-enovision
*/


html 
{
  font-size: 14px;
}
body
{
    margin: 0;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}


/* Header menu -------------- */
.main-header-custom
{
  
}
.main-header-custom.elementor-sticky--effects
{
  background: none !important;
  border: none !important;
  
}
.main-header-custom.elementor-sticky--effects > div.e-con-inner
{
  transition: all .3s;
  border-radius: 20px;
  margin-top: 20px;
  padding: 10px 15px;  

  background: rgb(255 255 255 / 60%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px); 
  -webkit-backdrop-filter: blur(5px);
}

ul.elementor-nav-menu
{
  position: relative;
}
ul.elementor-nav-menu li
{
  position: unset;
}
ul.elementor-nav-menu ul.sub-menu[aria-expanded="true"]
{
  width: 100% !important;
  border: 1px solid #e6e6e6 !important;
  background-color: #fff !important;
  border-radius: 5px !important;
  box-shadow: 0px 5px 15px #0000000f !important;
  display: flex !important;
  flex-wrap: wrap !important;
  min-width: 500px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  padding: 10px !important;
  gap: 10px !important;
}
ul.elementor-nav-menu ul.sub-menu li
{
  width: calc(50% - 5px);
}
ul.elementor-nav-menu ul.sub-menu li a
{
  border: 0;
  padding: 10px !important; 
  border-radius: 5px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
}
ul.elementor-nav-menu ul.sub-menu li a span
{
  font-size: var(--e-global-typography-40d709d-font-size); 
  white-space: normal;
  line-height: 1.2rem;
  color: #a8a8a8;
  padding-top: 5px;
}



/* GRAVITY FORM  */
.gform_wrapper
{
  --gf-color-in-ctrl-primary: #EC6723 !important;
}


/* STYLE TEMPLATE ACTUALITES */
.single-actualite-et-dossier .elementor-widget-text-editor h1
{
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  margin-bottom: 15px;

}
.single-actualite-et-dossier .elementor-widget-text-editor h2
{
  font-family: var(--e-global-typography-50cf0d1-font-family), Sans-serif;
  font-size: var(--e-global-typography-50cf0d1-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  margin-bottom: 15px;
}
.single-actualite-et-dossier .elementor-widget-text-editor h3
{
  font-family: var(--e-global-typography-cffcd45-font-family), Sans-serif;
  font-size: var(--e-global-typography-cffcd45-font-size);
  font-weight: var(--e-global-typography-cffcd45-font-weight);
  margin-bottom: 10px;
}
.single-actualite-et-dossier .elementor-widget-text-editor h4 
{
  font-family: var(--e-global-typography-1027ade-font-family), Sans-serif;
  font-size: var(--e-global-typography-1027ade-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  margin-bottom: 10px;
}
.single-actualite-et-dossier .elementor-widget-text-editor p
{
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
}













