:root {
  
  /** Fonts **/
  --font-regular: /theme/files/site/662127707cb0a/Avenir-Regular.woff2;
  --font-light: /theme/files/site/662127707cb0a/Avenir-Light.woff2;
  
  --global-font-family: Montserrat;
  --global-font-size: 16px;
  --global-font-weight: 400;
  
  --header-font-family: Red Hat Display;
  --header-font-size: 18px;
  --header-font-weight: 400;
  --header-font-align: center;
  --header-font-transform: uppercase;
  --header-font-spacing: 1.8px;
  
  --h1-font-family: Red Hat Display;
  --h1-font-size: 35px;
  --h1-font-weight: 400;
  --h1-font-align: center;
  --h1-font-transform: none;
  --h1-font-spacing: 5px;
  
  --h2-font-family: Red Hat Display;
  --h2-font-size: 40px;
  --h2-font-weight: 400;
  --h2-font-align: ;
  --h2-font-transform: ;
  --h2-font-spacing: 4px;
  
  --h3-font-family: Red Hat Display;
  --h3-font-size: 20px;
  --h3-font-weight: 400;
  --h3-font-align: left;
  --h3-font-transform: uppercase;
  --h3-font-spacing: 1.6px;
  
  /** Colors **/
  --body-color: #303030;
  --burger-menu-color: #D77F7F;
  --button-hover-text-color: #fff;
  --footer-text-color: #fff;
  --h1-color: #303030;
  --h2-color: #303030;
  --h3-color: #303030;
  --header-color: #000;
  --link-color: #000;
  --link-hover-color: #000;
  --on-primary-color: #fff;
  --on-secondary-color: #fff;
  --primary-color: #63081a;
  --secondary-color: #bd0521;
  
  /** Background colors **/
  --bg-hp-temoignages: #D77F7F;
  --bg-button-hover-color: #bd0521;
  --bg-footer-image: url();
  --bg-footer-color: #63081a;
  --bg-taches: #bd0521;
  
  /** Position **/  
  
  --header-position: fixed;    
  
  /** Widths and heights **/
  
  /***** Height hp main slider **/
  
  --hp-slider-height-xs: 320px;
  --hp-slider-height-md: 400px;
  --hp-slider-height-lg: 640px;

}

@font-face {
  font-family: 'Avenir Regular';
  src: url('/theme/files/site/662127707cb0a/Avenir-Regular.woff') format('woff'),
    url(var(--font-regular)) format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir light';
  src: url('/theme/files/site/662127707cb0a/Avenir-Light.woff') format('woff'),
    url(var(--font-light)) format('woff2');
  font-weight: 300;
  font-style: normal;
}

.yp-row--pagecontact .yp-extension--contact_form {
  z-index:5;
}

.yp-row--page-actualites .yp-articles-list__item .yp-articles-list__thumb:before,
.yp-row--pageprestations .yp-articles-list__item .yp-articles-list__thumb:before {
  z-index: -1;
}

.yp-row--pageprestations .yp-articles-list__thumb-link,
.yp-row--page-actualites .yp-articles-list__thumb-link {
  display: block;
}

.yp-container--interne .yp-article-single__body table {
  margin: 0 auto;
}

.yp-container--interne .yp-article-single__body p {
  word-wrap: break-word;
}

.yp-layout--default .yp-container--interne .yp-article-single__title {
  text-align: center;
}
