@font-face {
  font-family: 'LovinSans-regular';
  src: url("/framework/fonts/LovinSans-Regular.eot");
  src: url("/framework/fonts/LovinSans-Regular.eot?#iefix") format("embedded-opentype"), url("/framework/fonts/LovinSans-Regular.woff") format("woff"), url("/framework/fonts/LovinSans-Regular.ttf") format("truetype"), url("/framework/fonts/LovinSans-Regular.svg#lovinsans") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LovinSans-medium';
  src: url("/framework/fonts/LovinSans-Medium.otf");
  font-style: normal;
}
@font-face {
  font-family: 'LovinSans-bold';
  src: url("/framework/fonts/LovinSans-Bold.eot");
  src: url("/framework/fonts/LovinSans-Bold.eot?#iefix") format("embedded-opentype"), url("/framework/fonts/LovinSans-Bold.woff") format("woff"), url("/framework/fonts/LovinSans-Bold.ttf") format("truetype"), url("/framework/fonts/LovinSans-Bold.svg#lovinsans") format("svg");
  font-style: normal;
}
.component-language-toggle a {
	font-family: 'LovinSans-regular', Arial, sans-serif;
}
.navbar .component-navigation .nav-justified-spacing>ul>li>a,
.top-components .component-nearest-location,
.component-nearest-location, .ng-binding,
.navbar .component-navigation .nav-justified-spacing>ul>li .menu-style a,
.navbar .component-navigation .nav-justified-spacing>ul>li>.dropdown-menu p.img-caption,
.component-locate .text-or,
.btn-red, 
.component-locate .cont-filters .cont-toggle a,
.component-locate p.heading
{
	font-family: 'LovinSans-medium', Arial, sans-serif;
}
.component-language-toggle li:first-of-type:before {
	/*content: '';*/
}

/* Not available page fix*/
#import_html #offers .offers__app h1.header,
#import_html .offers__app h1 {
	font-family: 'LovinSans-bold', Arial, sans-serif;
	font-weight: bold;
}

.footer .headline .footerhead,
.footer .cont-post-links {
  font-family: 'LovinSans-regular', Arial, sans-serif;
}

.navbar .component-navigation .component-footer-mobile .site-map-1 a {
  font-family: 'LovinSans-medium', Arial, sans-serif;;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  html[lang="fr"] .navbar .component-navigation .nav-justified-spacing>ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  html[lang="fr"] .navbar .component-navigation .nav-justified-spacing>ul>li {
    white-space: nowrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .navbar .component-navigation .nav-justified-spacing>ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .navbar .component-navigation .nav-justified-spacing>ul>li {
    /*width: 100%;*/
    white-space: nowrap;
  }
  html[lang="fr"] .navbar .component-navigation .nav-justified-spacing>ul>li>a {
    font-size: 1rem;
  }

}