@font-face {
  font-family: 'Sanchez';
  src: url('../../../custom/template/font/Sanchez/Sanchez-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.white {
  color: #ffffff;
}
.bg-white {
  background-color: #ffffff;
}
.black {
  color: #000000;
}
.bg-black {
  background-color: #000000;
}
.red {
  color: #e91121;
}
.bg-red {
  background-color: #e91121;
}
.yellow {
  color: #faab12;
}
.bg-yellow {
  background-color: #faab12;
}
.green {
  color: #005f25;
}
.bg-green {
  background-color: #005f25;
}
.brown {
  color: #452509;
}
.bg-brown {
  background-color: #452509;
}
.light-brown {
  color: #765008;
}
.bg-light-brown {
  background-color: #765008;
}
.orange {
  color: #ff7301;
}
.bg-orange {
  background-color: #ff7301;
}
.lightBlue {
  color: #00acef;
}
.bg-lightBlue {
  background-color: #00acef;
}
.blue {
  color: #004475;
}
.bg-blue {
  background-color: #004475;
}
.beige {
  color: #f3d297;
}
.bg-beige {
  background-color: #f3d297;
}
.sanchez {
  font-family: Sanchez;
}
/*
 * tools.less
 */
/* CSS UNWANTED SCROLLING DEBUGING
 * 
 */
/* END CSS DEBUGING */
/* VERTICAL OFFSET CLASSES */
@media (min-width: 1200px) {
  .voffset-lg {
    margin-top: 2px;
  }
  .voffset1-lg {
    margin-top: 5px;
  }
  .voffset2-lg {
    margin-top: 10px;
  }
  .voffset3-lg {
    margin-top: 15px;
  }
  .voffset4-lg {
    margin-top: 30px;
  }
  .voffset5-lg {
    margin-top: 40px;
  }
  .voffset6-lg {
    margin-top: 60px;
  }
  .voffset7-lg {
    margin-top: 80px;
  }
  .voffset8-lg {
    margin-top: 100px;
  }
  .voffset9-lg {
    margin-top: 150px;
  }
}
@media (min-width: 992px) {
  .voffset-md {
    margin-top: 2px;
  }
  .voffset1-md {
    margin-top: 5px;
  }
  .voffset2-md {
    margin-top: 10px;
  }
  .voffset3-md {
    margin-top: 15px;
  }
  .voffset4-md {
    margin-top: 30px;
  }
  .voffset5-md {
    margin-top: 40px;
  }
  .voffset6-md {
    margin-top: 60px;
  }
  .voffset7-md {
    margin-top: 80px;
  }
  .voffset8-md {
    margin-top: 100px;
  }
  .voffset9-md {
    margin-top: 150px;
  }
}
@media (min-width: 768px) {
  .voffset-sm {
    margin-top: 2px;
  }
  .voffset1-sm {
    margin-top: 5px;
  }
  .voffset2-sm {
    margin-top: 10px;
  }
  .voffset3-sm {
    margin-top: 15px;
  }
  .voffset4-sm {
    margin-top: 30px;
  }
  .voffset5-sm {
    margin-top: 40px;
  }
  .voffset6-sm {
    margin-top: 60px;
  }
  .voffset7-sm {
    margin-top: 80px;
  }
  .voffset8-sm {
    margin-top: 100px;
  }
  .voffset9-sm {
    margin-top: 150px;
  }
}
@media (max-width: 768px) {
  .voffset-xs {
    margin-top: 2px;
  }
  .voffset1-xs {
    margin-top: 5px;
  }
  .voffset2-xs {
    margin-top: 10px;
  }
  .voffset3-xs {
    margin-top: 15px;
  }
  .voffset4-xs {
    margin-top: 30px;
  }
  .voffset5-xs {
    margin-top: 40px;
  }
  .voffset6-xs {
    margin-top: 60px;
  }
  .voffset7-xs {
    margin-top: 80px;
  }
  .voffset8-xs {
    margin-top: 100px;
  }
  .voffset9-xs {
    margin-top: 150px;
  }
}
.voffset {
  margin-top: 2px;
}
.voffset1 {
  margin-top: 5px;
}
.voffset2 {
  margin-top: 10px;
}
.voffset3 {
  margin-top: 15px;
}
.voffset4 {
  margin-top: 30px;
}
.voffset5 {
  margin-top: 40px;
}
.voffset6 {
  margin-top: 60px;
}
.voffset7 {
  margin-top: 80px;
}
.voffset8 {
  margin-top: 100px;
}
.voffset9 {
  margin-top: 150px;
}
/* END VERTICAL OFFSET CLASSES */
/* BOOTSTRAP EQUAL COL HEIGHT ROW */
@media (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* END BOOTSTRAP EQUAL COL HEIGHT ROW */
/* SCROLL TOP PLUGIN STYLE */
.scrollTop {
  display: none;
  height: 43px;
  width: 43px;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0.6;
  cursor: pointer;
}
.scrollTop > div {
  text-align: center;
  margin-top: 4px;
  font-size: 25px;
  font-weight: bold;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
/* END SCROLL TOP PLUGIN STYLE */
/* /.Declare */
.social-buttons {
  position: fixed;
  top: 300px;
  width: 45px;
  z-index: 9999;
}
@media (max-width: 768px) {
  .social-buttons {
    display: none;
  }
}
.button-left {
  left: 0;
}
.button-right {
  right: 0;
}
.social-buttons #twitter-btn .social-icon,
.social-buttons #facebook-btn .social-icon,
.social-buttons #google-btn .social-icon,
.social-buttons #rss-btn .social-icon,
.social-buttons #pinterest-btn .social-icon,
.social-buttons #youtube-btn .social-icon,
.social-buttons #linkedin-btn .social-icon,
.social-buttons #mail-btn .social-icon {
  background-color: #ffffff;
  background-image: url('../../../custom/img/ebiz/front/social_icons.png');
  color: #ffffff;
}
.social-buttons #twitter-btn .social-icon:hover,
.social-buttons #facebook-btn .social-icon:hover,
.social-buttons #google-btn .social-icon:hover,
.social-buttons #rss-btn .social-icon:hover,
.social-buttons #pinterest-btn .social-icon:hover,
.social-buttons #youtube-btn .social-icon:hover,
.social-buttons #linkedin-btn .social-icon:hover,
.social-buttons #mail-btn .social-icon:hover {
  background-color: #ffffff;
  background-image: url('../../../custom/img/ebiz/front/social_icons_hover.png');
  color: #ffffff;
}
.button-left #facebook-btn span {
  background-position: right 10px;
}
.button-left #twitter-btn span {
  background-position: right -35px;
}
.button-left #google-btn span {
  background-position: right -127px;
}
.button-left #rss-btn span {
  background-position: right -80px;
}
.button-left #pinterest-btn span {
  background-position: 11px -177px;
}
.button-left #youtube-btn span {
  background-position: 11px -223px;
}
.button-right #facebook-btn span {
  background-position: 8px 10px;
}
.button-right #twitter-btn span {
  background-position: 8px -35px;
}
.button-right #google-btn span {
  background-position: 10px -127px;
}
.button-right #rss-btn span {
  background-position: 11px -80px;
}
.button-right #pinterest-btn span {
  background-position: 11px -177px;
}
.button-right #youtube-btn span {
  background-position: 11px -223px;
}
.button-right #linkedin-btn span {
  background-position: 9px -80px;
}
.button-right #mail-btn span {
  background-position: 7px -81px;
}
.social-buttons #facebook-btn:hover .social-icon {
  background-color: #3B5A93;
}
.social-buttons #twitter-btn:hover .social-icon {
  background-color: #00AEEF;
}
.social-buttons #google-btn:hover .social-icon {
  background-color: #DB4A39;
}
.social-buttons #rss-btn:hover .social-icon {
  background-color: #FF8B0F;
}
.social-buttons #pinterest-btn:hover .social-icon {
  background-color: #D43638;
}
.social-buttons #youtube-btn:hover .social-icon {
  background-color: #C4302B;
}
.social-buttons #linkedin-btn:hover .social-icon {
  background-color: #e91121;
}
.social-buttons #mail-btn:hover .social-icon {
  background-color: #FA870F;
}
.social-buttons a:hover .social-text {
  display: block;
}
.button-left .social-icon {
  -moz-transition: background-color 0.4s ease-in 0s;
  -webkit-transition: background-color 0.4s ease-in 0s;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 43px;
  margin-bottom: 2px;
  width: 43px;
}
.button-left .social-text {
  display: none;
  float: right;
  font-size: 1em;
  font-weight: bold;
  margin: 11px 40px 11px 0px;
  white-space: nowrap;
}
.button-right .social-icon {
  -moz-transition: background-color 0.4s ease-in 0s;
  -webkit-transition: background-color 0.4s ease-in 0s;
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 43px;
  margin-bottom: 2px;
  width: 43px;
}
.button-right .social-text {
  display: none;
  float: left;
  font-size: 80%;
  font-weight: bold;
  margin: 14px 0 8px 40px;
  white-space: nowrap;
}
.navbar {
  min-height: auto;
}
.navbar-default {
  background-color: transparent;
  border: none;
}
.navbar-inner,
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner,
.navbar-static-top .navbar-inner {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: none;
  padding: 0;
}
.navbar {
  margin-bottom: 0;
}
.navbar .nav {
  margin: 0;
}
.navbar .brand,
.navbar .nav > li > a {
  margin: 0;
  padding: 0;
  text-shadow: none;
}
.navbar .btn-navbar,
.navbar .btn-navbar:hover {
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  text-shadow: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent;
  color: auto;
}
.menu {
  background-color: #452509;
  color: #ffffff;
  font-size: 1.3em;
  font-family: Sanchez;
}
.navbar-default .dropdown-menu {
  background-color: rgba(243, 210, 151, 0.9);
  padding: 1em;
}
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus {
  color: #e91121;
}
.navbar-default a {
  color: #ffffff;
  text-decoration: none;
}
.navbar-default a:hover {
  color: #ffffff;
  text-decoration: none;
}
.navbar-default a:focus {
  color: #ffffff;
  text-decoration: none;
}
.navbar-default a:active {
  color: #ffffff;
  text-decoration: none;
}
.navbar-default .nav > li > a {
  padding: 0.3em 0.5em;
}
@media (min-width: 768px) {
  .navbar-default .menu {
    font-size: 2em;
  }
  .navbar-default .nav {
    display: table;
    width: 100%;
  }
  .navbar-default .nav > li {
    display: table-cell;
    float: none !important;
    vertical-align: middle;
    text-align: center;
  }
}
.navbar-toggle {
  border-color: #ffffff;
}
.navbar-toggle .icon-bar {
  background-color: #ffffff;
}
ul.nav li.active > a {
  background-color: #ffffff !important;
  color: #452509;
}
.dropdown-menu > li > a {
  color: #452509;
}
@media (max-width: 768px) {
  .dropdown-menu > li > a {
    color: #ffffff;
  }
}
#main-menu > li {
  position: static !important;
}
#main-menu > li ul {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}
#main-menu > li ul > li {
  float: left;
  width: 49%;
}
@media (max-width: 768px) {
  #main-menu > li ul {
    -webkit-column-count: auto;
    /*6= number of columns you like to have in your mega menu*/
    -moz-column-count: auto;
    column-count: auto;
    max-height: 300px;
    overflow-y: auto;
  }
}
.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 0.5em !important;
}
/*
 * COMPONENTS.LESS
 */
.simple-button {
  display: inline-block;
  line-height: 1em;
  vertical-align: top;
}
.image-button {
  display: inline-table;
  line-height: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}
.image-button > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.image-button > span.text {
  line-height: 1em;
}
.image-button > span > img {
  height: 1em;
}
.cell-no-spacing {
  border-collapse: collapse;
  border-spacing: 0;
}
.stroke-sentence {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.stroke-sentence > span {
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
}
.stroke-sentence > span:before,
.stroke-sentence > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 2px;
}
.stroke-sentence > span:before {
  right: 100%;
  margin-right: 15px;
}
.stroke-sentence > span:after {
  left: 100%;
  margin-left: 15px;
}
.website-banner {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.img-div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
/*
 * END COMPONENTS.LESS
 */
#interactive-image-wrapper {
  display: inline-block;
  position: relative;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.pin {
  display: none;
}
.info-up,
.info-down {
  position: absolute;
  z-index: 2000;
  width: 2.2em;
  height: 2.2em;
  transform: translate(-1.1em, -2.2em);
  transition: all 0.2s ease ;
}
.info-up > img,
.info-down > img {
  position: absolute;
  z-index: auto;
  height: 100%;
  width: 100%;
}
.info-up .info,
.info-down .info {
  background-color: #ffffff;
  font-size: 0.8em;
  border: 3px solid;
  border-color: inherit;
  border-radius: 20px;
  padding: 1em;
  min-width: 15em;
  display: none;
  top: 100%;
  left: 50%;
  position: absolute;
}
.info-up .info h2,
.info-down .info h2 {
  white-space: nowrap;
  font-size: 1.6em;
}
.info-up .info a,
.info-down .info a {
  text-decoration: underline;
}
.info-up .info img,
.info-down .info img {
  max-width: 15em !important;
}
.info-left .info {
  left: auto;
  right: 50%;
}
.filter-button-container {
  margin-top: 1em;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media (max-width: 768px) {
  .filter-button-container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.filter-button-container a.filter-button {
  display: inline-table;
  line-height: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
  display: table;
  font-size: 1.3em;
  font-family: Sanchez;
  cursor: pointer;
  text-decoration: underline;
}
.filter-button-container a.filter-button > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.filter-button-container a.filter-button > span.text {
  line-height: 1em;
}
.filter-button-container a.filter-button > span > img {
  height: 1em;
}
.filter-button-container a.filter-button > span > img {
  height: 2em;
}
.article-list-container {
  margin-top: 1em;
}
.article-list-container .article {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.article-list-container .article > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .article-list-container .article {
    display: block;
  }
  .article-list-container .article > div {
    display: block;
  }
}
.article-list-container .article > div {
  padding: 0.5em;
}
.article-list-container .article > div:first-child {
  width: 30%;
}
.article-list-container .article > div:last-child {
  width: 70%;
}
@media (max-width: 768px) {
  .article-list-container .article > div:first-child {
    width: 100%;
  }
  .article-list-container .article > div:last-child {
    width: 100%;
  }
}
.article-list-container .article a {
  text-decoration: underline;
}
.article-list-container .article .show-pin-js {
  cursor: pointer;
}
.article-list-container .article .show-pin-js img {
  height: 0.5em;
}
.article-list-container .article + .article {
  margin-top: 0.5em;
}
/* GENERAL */
html {
  font-size: 14px;
}
@media (max-width: 768px) {
  html {
    font-size: 12px;
  }
}
body {
  font-family: Arial, Arial, Verdana;
  padding-bottom: 0px;
  min-height: 100%;
  font-size: 1em;
  background-color: #f3d297;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
a {
  color: #452509;
  text-decoration: none;
}
a:hover {
  color: #452509;
  text-decoration: none;
}
a:focus {
  color: #452509;
  text-decoration: none;
}
a:active {
  color: #452509;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 2.0em;
}
h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.2em;
}
.breadcrumb {
  font-size: 12px;
  background: none;
  padding: 0;
}
.breadcrumb a {
  color: #000000;
}
.glyphicon {
  top: 2px;
}
input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #ffffff;
}
input::-webkit-input-placeholder {
  color: #ffffff;
}
.discrete-text {
  font-size: 9px;
  color: #b3b3b3;
  font-style: italic;
}
.display-errors {
  margin-bottom: 15px;
}
.display-errors ul {
  list-style: none;
  padding: 0px;
}
.display-errors span {
  margin-right: 5px;
}
.alert {
  margin-bottom: 10px;
}
ul.language-list {
  margin: 0;
  padding: 0;
}
ul.language-list li img {
  max-height: 1.2em;
}
ul.language-list li:not(.shopcart-icon) img {
  opacity: 0.5;
}
ul.language-list li.selected img {
  opacity: 1;
  border: 1px solid #000000;
}
.img-responsive {
  margin: auto;
}
/* END GENERAL */
/* HEADER DESIGN */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #f3d297;
}
.header-layout {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
}
.header-layout > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .header-layout {
    display: block;
  }
  .header-layout > div {
    display: block;
  }
}
.header-layout > div {
  padding: 0.5em 1em;
}
.header-layout > div:last-child {
  padding-right: 0em;
}
@media (max-width: 768px) {
  .header-layout > div {
    padding: 0.5em;
  }
}
h1.sentence {
  font-size: 10px;
  color: #ffffff;
}
.header-contact {
  font-family: Sanchez;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  margin: 0 auto;
  text-align: center;
  color: #e91121;
}
.header-contact > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 0px) {
  .header-contact {
    display: block;
  }
  .header-contact > div {
    display: block;
  }
}
.header-contact > div {
  padding: 0 0.2em;
}
.header-contact .phone {
  display: inline-table;
  line-height: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
  font-size: 1.5em;
}
.header-contact .phone > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.header-contact .phone > span.text {
  line-height: 1em;
}
.header-contact .phone > span > img {
  height: 1em;
}
.header-contact .phone > span {
  padding: 0.1em;
}
.header-contact .phone > span > img {
  height: 0.8em;
}
.header-contact .phone > span.text {
  white-space: nowrap;
}
.header-contact .mail {
  font-size: 1.3em;
}
.header-contact a {
  color: #e91121;
  text-decoration: none;
}
.header-contact a:hover {
  color: #e91121;
  text-decoration: none;
}
.header-contact a:focus {
  color: #e91121;
  text-decoration: none;
}
.header-contact a:active {
  color: #e91121;
  text-decoration: none;
}
.header-contact .svg-star {
  height: 1.8em;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-contact {
    font-size: 0.8em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header-contact {
    font-size: 0.6em;
  }
}
@media (max-width: 768px) {
  .header-contact .mail {
    display: none;
  }
}
.language-bar {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2em 0;
}
.website-logo {
  width: 30em;
}
.search-bar {
  position: relative;
}
.search-bar input {
  border-right: none;
}
.search-bar input,
.search-bar button {
  border-radius: 0px;
  box-shadow: none;
  border-color: #000000;
}
.search-bar .navbar-form {
  padding-right: 0px;
  float: right;
}
.search-bar .list-inline > li {
  padding-left: 10px;
  padding-right: 0px;
}
/* END HEADER DESIGN */
/* FOOTER DESIGN */
footer {
  color: #000000;
}
footer a {
  color: #000000;
}
footer .footer1 {
  font-size: 0.875em;
  padding-top: 10px;
}
footer .footer1 .footerMap {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 0px 5px;
}
footer .footer1 .footerMapItem {
  display: table-cell;
}
footer .footer1 .footerMapItem > a {
  font-weight: bold;
}
footer .footer1 .footerMapItem ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
footer .footer2 {
  font-size: 0.875em;
  padding: 5px 0px;
  border-bottom: 1px solid #000000;
}
footer .footer2 .footer2Content {
  padding: 0px 5px;
}
footer .footer2 .footer2Content > div:first-child {
  float: left;
}
footer .footer2 .footer2Content > div:last-child {
  float: right;
}
@media (max-width: 768px) {
  footer .footer2 .footer2Content {
    text-align: center;
  }
  footer .footer2 .footer2Content > div {
    float: none !important;
  }
}
footer .footer3 {
  padding: 10px 40px;
}
footer .footer3 a {
  color: #DCA849;
}
/* END FOOTER DESIGN */
/* CONTENT DESIGN */
.contentBody div.content h1.title1 {
  font-family: Sanchez;
  margin-bottom: 1em;
}
.contentBody div.content .summary {
  margin-bottom: 1em;
}
/* END CONTENT DESIGN */
/* CONTACT DESIGN */
.contact .form-error-glyphicon {
  font-size: 1.5em;
  position: absolute;
  top: 34px;
  left: 26px;
}
.contact .glyphicon {
  color: #faab12 !important;
}
.contact .google-map-container {
  height: 300px;
}
.contact .twitter-picto,
.contact .facebook-picto {
  height: auto;
  width: 15px;
}
.contact .input-group {
  border-collapse: collapse;
}
.contact .input-group .form-control {
  border-right: none;
}
.contact .input-group .input-group-addon {
  border: none;
}
/* SEARCH DESIGN */
.searchResultCount {
  padding: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* END SEARCH DESIGN */
/* MULTIPLEXAGE */
.referencing-content {
  font-size: 12px;
}
.referencing-content h1 {
  background-color: #452509;
  color: #ffffff;
  padding-left: 10px;
  font-weight: bold;
  margin-bottom: 0.3em;
}
/* END MULTIPLEXAGE */
/* CAROUSELS */
.slick-slider {
  margin-bottom: 0px !important;
}
.slick-slider .slick-slide {
  position: relative;
}
.slick-slider .slick-slide .html-content {
  position: absolute;
}
#carousel-home .slick-slider img {
  width: 100%;
}
#carousel-home .slick-dots li button:before {
  border: 5px solid #ffffff;
}
#carousel_partners .slick-dots li button:before {
  border: 5px solid #004475;
}
#carousel-footer {
  margin-top: 1em;
}
#carousel-footer .slick-slide {
  padding: 0 0.5em;
}
#carousel-footer .img-div {
  height: 200px;
}
#carousel-footer .slick-dots li button:before {
  border: 5px solid #ffffff;
}
/* END CAROUSELS */
/* MAIN DESIGN */
#main-container {
  display: table;
  border-collapse: separate;
  border-spacing: 1em 0em;
  width: 100%;
  table-layout: fixed;
}
#main-container .main-section,
#main-container .main-aside {
  display: table-cell;
  background-color: #ffffff;
  padding: 1em;
  border-radius: 15px;
  -moz-box-shadow: 5px 5px 10px #705017;
  -webkit-box-shadow: 5px 5px 10px #705017;
  box-shadow: 5px 5px 10px #705017;
}
#main-container .main-section {
  width: 75%;
}
#main-container .main-aside {
  width: 25%;
  vertical-align: top;
}
@media (max-width: 768px) {
  #main-container {
    display: block;
    width: 100%;
  }
  #main-container .main-section,
  #main-container .main-aside {
    display: block;
    width: 100%;
  }
  #main-container .main-section + .main-aside {
    margin-top: 1em;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  #main-container .main-aside {
    font-size: 0.9em;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #main-container .main-aside {
    font-size: 0.7em;
  }
}
.main-aside .map {
  position: relative;
  margin-bottom: 0.5em;
}
.main-aside .map .highlight-link {
  position: absolute;
  bottom: 0;
}
.main-aside .meteo #link_get_widget {
  visibility: hidden;
}
/* END MAIN DESIGN */
/* NEWS LIST DESIGN */
.news-list .news .news-title {
  font-weight: bold;
}
.news-list .news .news-link a {
  font-weight: bold;
  text-decoration: underline;
}
.news-list .news .news-link a:hover,
.news-list .news .news-link a:focus {
  color: #ff7301;
}
.news-list .news + .news {
  margin-top: 0.5em;
}
/* END NEWS LIST DESIGN */
/* CUSTOM COMPONENTS */
.color-link {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.5em;
  font-family: Sanchez;
  margin-bottom: 0.5em;
}
.highlight-link {
  display: inline-table;
  line-height: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
  width: 100%;
  font-size: 1.2em;
  font-family: Sanchez;
  text-decoration: underline;
  text-align: center;
}
.highlight-link > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.highlight-link > span.text {
  line-height: 1em;
}
.highlight-link > span > img {
  height: 1em;
}
.highlight-link > span {
  padding: 0.5em 0.2em;
}
.highlight-link > span > .icon-arrow {
  height: 0.5em;
}
.highlight-link > span:nth-child(1) {
  text-align: right;
}
.highlight-link > span:nth-child(2) {
  text-align: center;
}
.highlight-link > span:nth-child(3) {
  text-align: left;
}
.highlight-link .icon-arrow {
  -webkit-transition: all 500ms cubic-bezier(0.6, 0, 0.735, 0.045);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  /* easeInBack */
}
.highlight-link:hover span:first-child .icon-arrow,
.highlight-link:focus span:first-child .icon-arrow {
  transform: rotate(180deg);
}
.highlight-link:hover span:last-child .icon-arrow,
.highlight-link:focus span:last-child .icon-arrow {
  transform: rotate(-180deg);
}
.offers-container {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.offers-container > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .offers-container {
    display: block;
  }
  .offers-container > div {
    display: block;
  }
}
.offers-container .offer {
  vertical-align: top;
  padding: 0em 0.5em;
  text-align: center;
  font-family: Sanchez;
}
.offers-container .offer .offer-title {
  font-weight: bold;
  font-size: 1.8em;
  white-space: nowrap;
}
.offers-container .offer .offer-body {
  background-image: url('../../../custom/img/ebiz/front/Parchemin_Offres.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  min-height: 300px;
  margin-bottom: 0.5em;
  line-height: 1;
}
.offers-container .offer .offer-body .offer-sentence,
.offers-container .offer .offer-body .offer-dates {
  color: #000000;
}
.offers-container .offer .offer-body .offer-sentence {
  font-size: 1.2em;
}
.offers-container .offer .offer-body .offer-dates {
  font-size: 0.8em;
}
.offers-container .offer .offer-body .offer-price {
  font-weight: bold;
  font-size: 3em;
}
.offers-container .offer .offer-body .offer-picture img.img-responsive {
  max-width: 40%;
}
.offers-container .offer .offer-body .svg-star {
  height: 1.8em;
}
.offers-container .offer .offer-body [class^=svg] {
  margin-left: auto;
  margin-right: auto;
}
.offers-container .offer .offer-body div + div {
  margin-top: 0.5rem;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .offers-container .offer {
    font-size: 0.9em;
  }
}
.offers-container .offer.red .offer-title {
  color: #e91121;
}
.offers-container .offer.red .offer-body [class^=svg] {
  color: #e91121;
}
.offers-container .offer.red .color-link {
  background-color: #e91121;
}
.offers-container .offer.orange .offer-title {
  color: #ff7301;
}
.offers-container .offer.orange .offer-body [class^=svg] {
  color: #ff7301;
}
.offers-container .offer.orange .color-link {
  background-color: #ff7301;
}
.offers-container .offer.yellow .offer-title {
  color: #faab12;
}
.offers-container .offer.yellow .offer-body [class^=svg] {
  color: #faab12;
}
.offers-container .offer.yellow .color-link {
  background-color: #faab12;
}
.offers-container .offer.light-brown .offer-title {
  color: #765008;
}
.offers-container .offer.light-brown .offer-body [class^=svg] {
  color: #765008;
}
.offers-container .offer.light-brown .color-link {
  background-color: #765008;
}
.offers-container .offer.small {
  display: none;
}
.offers-container .offer.small .offer-picture {
  display: table-cell;
  width: 30%;
  vertical-align: top;
}
.offers-container .offer.small .offer-picture img {
  width: 100%;
}
.offers-container .offer.small .offer-body {
  display: table-cell;
  width: 70%;
  background: none;
  vertical-align: top;
}
.offers-container .offer.small .color-link {
  display: inline-block;
  width: auto;
  padding: 0 0.5em;
}
.offers-container .offer.small ~ .offer.small {
  margin-top: 2em;
}
@media (max-width: 992px) {
  .offers-container .offer {
    display: none;
  }
  .offers-container .offer.small {
    display: table;
  }
}
.picture-container {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.picture-container > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .picture-container {
    display: block;
  }
  .picture-container > div {
    display: block;
  }
}
.picture-container > div {
  vertical-align: top;
  padding: 0em 0.5em;
}
.sibling-links-container {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.sibling-links-container > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .sibling-links-container {
    display: block;
  }
  .sibling-links-container > div {
    display: block;
  }
}
.sibling-links-container > div {
  padding: 0em 0.5em;
}
.sibling-links-container > div:first-child {
  text-align: left;
}
.sibling-links-container > div:last-child {
  text-align: right;
}
@media (max-width: 768px) {
  .sibling-links-container > div {
    text-align: center !important;
  }
}
.sibling-links-container .pager-link {
  display: inline-table;
  line-height: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
  table-layout: fixed;
  font-size: 1.2em;
  font-family: Sanchez;
  text-decoration: underline;
}
.sibling-links-container .pager-link > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.sibling-links-container .pager-link > span.text {
  line-height: 1em;
}
.sibling-links-container .pager-link > span > img {
  height: 1em;
}
.sibling-links-container .pager-link > span {
  padding: 0.5em 0.2em;
}
.sibling-links-container .pager-link > span > .icon-arrow {
  height: 0.6em;
}
.sibling-links-container .pager-link > span:nth-child(1) {
  text-align: right;
}
.sibling-links-container .pager-link > span:nth-child(2) {
  text-align: left;
}
.sibling-links-container .pager-link.right:hover .icon-arrow,
.sibling-links-container .pager-link.right:focus .icon-arrow {
  animation-name: arrow-translation-right;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
.sibling-links-container .pager-link.left:hover .icon-arrow,
.sibling-links-container .pager-link.left:focus .icon-arrow {
  animation-name: arrow-translation-left;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
@keyframes arrow-translation-right {
  0% {
    transform: translate(0%);
  }
  25% {
    transform: translate(100%);
  }
  50% {
    transform: translate(0%);
  }
  70% {
    transform: translate(50%);
  }
  80% {
    transform: translate(0%);
  }
  90% {
    transform: translate(25%);
  }
  100% {
    transform: translate(0%);
  }
}
@keyframes arrow-translation-left {
  0% {
    transform: translate(0%);
  }
  25% {
    transform: translate(-100%);
  }
  50% {
    transform: translate(0%);
  }
  70% {
    transform: translate(-50%);
  }
  80% {
    transform: translate(0%);
  }
  90% {
    transform: translate(-25%);
  }
  100% {
    transform: translate(0%);
  }
}
table.tab-responsive {
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 768px) {
  table.tab-responsive > tbody > tr {
    display: block !important;
    width: 100% !important;
  }
  table.tab-responsive > tbody > tr > td,
  table.tab-responsive > tbody > tr > th {
    display: block !important;
    width: 100% !important;
    text-align: center;
    padding: 0.5em;
  }
}
.summary table.tab-responsive {
  table-layout: auto;
}
/* END CUSTOM COMPONENTS */
/* ARTICLES */
h1.article-list-title {
  font-family: Sanchez;
  margin-bottom: 1em;
}
.article-list article.article-medium {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
.article-list article.article-medium > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .article-list article.article-medium {
    display: block;
  }
  .article-list article.article-medium > div {
    display: block;
  }
}
.article-list article.article-medium > div {
  padding: 0em 0.5em;
}
.article-list article.article-medium > div.article-picture {
  width: 55%;
}
.article-list article.article-medium > div.article-link {
  width: 45%;
}
.article-list article.article-medium + article.article-medium {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .article-list article.article-medium div.article-picture,
  .article-list article.article-medium div.article-link {
    width: 100%;
  }
}
/* END ARTICLES */
