:root {
  /* COLORS */
  --white: #ffffff;
  --black: #000000;
  --black60: #00000099;
  --green: #006a4e;
  --green-light: #308276;
  --links: #0a94a8;
  --yellow: #fce84e;

  /* Categories */
  --client: #009989;
  --pro: #3b56ca;

  --ou-sejourner: #09507c;
  --monuments-et-musees: #e79ec2;
  --a-table: #da3a5c;
  --producteurs-et-artisans: #67cebf;
  --voyages: #308276;
  --loisirs: #dfcc3f;
  --evenementiel: #3b56dc;
  --detours-en-france: #44a1d0;
  --commerce: #38ec91;

  /* grays */
  --gray900: #071621;
  --gray700: #666e87;
  --gray500: #8a90a7;
  --gray300: #bec6d3;
  --gray100: #e9eaed;

  /* search */
  --bgcountry: #d7f4df;
  --colorcountry: #276338;
  --bgregion: #d7f4f1;
  --colorregion: #27635d;
  --bgcity: #fbf6d0;
  --colorcity: #544e21;
  --bgaddress: #d0dcfb;
  --coloraddress: #212f54;
  --bgother: #e6e6e6;
  --colorother: #404040;

  /* font */
  --mainFont: Gotham, Arial, sans-serif;
  --titleFont: Cheddar Jack, Arial, sans-serif;

  /* travelPlaner */
  --travelPlanerTitleFont: Gotham, Arial, sans-serif;
  --travelPlanerSubtitleFont: Gotham, Arial, sans-serif;
  --travelPlanerPrimaryColor: #3b56ca;
  --travelPlanerSecondaryColor: #12193a;
  --travelPlanerSearchMapBackground: #27a19e;
  --travelPlanerSearchMapActiveBackground: #1c8e88;
  --travelPlanerSearchMapInactiveBackground: #dedede;
}

h2,
.h2 {
  font-size: 1em;
}

.travelPlanerResultsNewUI {
  --travelPlanerResultsHeaderHeight: 166px;
}

.travelPlanerResultsNewUI .head {
  display: none;
}
.travelPlanerResultsNewUI .title {
  display: none;
}

.travelPlanerResultsNewUI
  .travelPlanerResultsContent
  .travelDayWithMap
  .travelPoint
  .content
  .contentBody {
  flex-wrap: wrap;
}

.travelPlanerResultsNewUI .travelPlanerResultsContent .content-wrapper .restaurants-header path {
  fill: var(--travelPlanerPrimaryColor);
}
