/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Upload file in fiel : "wp-content/themes/g5_hydrogen/custom/scss/" */
/* External CSS styles */
/* Variables for primary colors */
/* GLOBAL STYLES */
/* A TESTER
.elementor-kit-38 {
    --e-global-color-primary: #E8E7E7;  // == Titles ==
    --e-global-color-secondary: #000000;
    --e-global-color-text: #000000;
    --e-global-color-accent: #000000;
    --e-global-color-a54c6be: #C26C51; // == Button Background ==
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
} */
/* TEXT STYLES */
p, h1, h2, h3, h4 {
  color: #000000;
  margin: 0.75rem 0 1.5rem 0;
  text-rendering: optimizeLegibility;
}
/* Go To Top Button */
html {
  scroll-behavior: auto;
}
/* NAVIGATION STYLES */
/* Color of navigation selected/actived item */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #c26c51;
}
/* Color of navigation hover item */
#navigation-menu .g-menu-item-container:hover {
  background: #c26c51;
}
/* Menu Polylang dans menu principal */
/* Centrer horizontalement les drapeaux */
.widget_polylang ul {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
}
.widget_polylang .lang-item {
  display: block !important;
  margin-bottom: 10px !important;
}
/* FOOTER STYLES */
#g-footer {
  border-top: #c26c51 solid 0.1rem;
}
#footer-menu .g-menu-item-title:hover {
  color: #C26C51;
}
#footer-social .fa.fa-facebook:hover, .fa-instagram:hover {
  color: #C26C51;
}
#footer-social .g-social a {
  background: none;
  border: none;
  font-size: 2rem;
  color: #FFFFFF;
}
#footer-polylang ul {
  list-style-type: none;
  color: #FFFFFF;
}
#footer-polylang a, a:active {
  color: #FFFFFF;
}
#footer-polylang a:hover, a:visited {
  color: #C26C51;
}
/* ToTop button styles */
#top-button {
  font-size: 3rem;
  display: grid;
  place-items: center;
}
/* Logo width */
.gantry-logo img {
  width: 100%;
}
/* Menu */
#g-navigation .g-main-nav {
  margin-top: 2rem !important;
}
.page .entry-title {
  display: none;
}
/*# sourceMappingURL=custom_en_-_home.css.map */