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

/**
* #.# Fonts
*/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&amp;display=swap);;

@font-face {
  font-family: "icones";
  src: url("/theme/files/site/5f2bda6bf2afe/icones.eot");
  src: url("/theme/files/site/5f2bda6bf2afe/icones.eot?#iefix") format("embedded-opentype"), 
       url("/theme/files/site/5f2bda6bf2afe/icones.woff2") format("woff2"), 
       url("/theme/files/site/5f2bda6bf2afe/icones.woff") format("woff"), 
       url("/theme/files/site/5f2bda6bf2afe/icones.ttf") format("truetype"), 
       url("/theme/files/site/5f2bda6bf2afe/icones.svg#finitions") format("svg");
  font-style: normal;
  font-weight: 400;
}

/**
* #.# Variables CSS
*/

:root {    
  
  /** Color **/

  --body-color: #07161f;
  --primary-color: #612181;
  --secondary-color: #a26734;
  --header-menu-color: #585858;
  --slider-color: #ffffff;
  --footer-menu-color: #07161f;

  /** Background colors **/
  --body-bg: #ffffff;
  --header-bg: #ffffff;  

  /** Font **/

  --global-font-family: Montserrat,sans-serif;
  --global-font-size: 16px;
  --global-font-weight: 400;

  --title-font-family: Montserrat,sans-serif;
  --title-font-line-height: 1.3;
  --title-font-size: 24px;
  --title-font-txt-transform: none;
  --title-font-weight: 800;
  
  --menu-font-size: 18px;
  --menu-font-txt-transform: none;
  --menu-font-weight: medium;

  --slider-align: center;
  --title-align: center;
}

.yp-wrapper--no_devis_here .yp-container--devis-personnalise {
  display: none;
}

.protocoleVisuels{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  width: 130px;
}

.yp-row--footer {
  display:flex;
  justify-content: space-between;
}

.yp-col--footer-2 .yp-navbar__nav {
  display: flex;
  flex-direction: column;
}