/*
Theme Name: Idées Voyages
Description: Thème enfant Kadence — carnet de voyage éditorial pour id-vacance.fr
Author: idvac
Template: kadence
Version: 1.0.2
Text Domain: kadence-idvacance
*/

:root {
  --global-palette1: #C4552D;
  --global-palette2: #14555A;
  --global-palette3: #1C2431;
  --global-palette4: #33404F;
  --global-palette5: #5A6875;
  --global-palette6: #8A97A3;
  --global-palette7: #E3E0D8;
  --global-palette8: #F2EEE6;
  --global-palette9: #FAF7F2;
}

body {
  font-family: 'Public Sans', system-ui, sans-serif;
  background: var(--global-palette9);
  color: var(--global-palette4);
}

h1, h2, h3, h4, h5, h6,
.site-title, .entry-title {
  font-family: 'Fraunces', Georgia, serif;
  color: var(--global-palette3);
  font-weight: 600;
}

a { color: var(--global-palette1); }
a:hover { color: var(--global-palette2); }

.site-branding .site-title,
.site-branding .site-description {
  display: none;
}
.site-branding img.custom-logo {
  max-height: 60px !important;
  width: auto;
  display: block;
}

#masthead.site-header {
  background-color: #10151F;
  border-bottom: none;
  box-shadow: none;
}
#masthead .site-header-row-container-inner {
  background: transparent;
  border: none;
  box-shadow: none;
}
#masthead .main-navigation a,
#masthead .header-navigation a {
  color: rgba(250, 247, 242, .88);
}
#masthead .main-navigation a:hover,
#masthead .main-navigation .current-menu-item > a,
#masthead .main-navigation .current_page_item > a {
  color: #C4552D;
}
#masthead .drawer-toggle .drawer-toggle-icon,
#masthead .kadence-svg-iconset {
  color: rgba(250, 247, 242, .88);
}
