/*
*
*   Fiducial - Y-Proximité
*   --
*   ROOT /
*   Theme 026 - Hedone
*   --
*   Author: Y-Proximite - Claire O'Dea
*
*/

/**
* #.# Fonts
*/

@import url(https://fonts.googleapis.com/css2?family=Abril+Fatface&amp;family=Work+Sans:wght@400;500;600&amp;display=swap);

/**
* #.# Variables CSS
*/

:root {    
  
  /** Color **/

  --body-color: #252525;
  --primary-color: #D5AE7B;
  --primary-color-rgb: 213, 174, 123;
  --slider-color: #FFF;

  /** Font **/

  --global-font-family: Work Sans,sans-serif;  
  --title-font-family: Abril Fatface,cursive;
}

.yp-container--informations .yp-row--informations .yp-extension ul {
  height: auto!important;
}

.yp-container--informations .yp-row--informations .yp-extension ul li {
  padding-right: 1rem!important;
}