/**********************************************************************************************************************************/
/* CHARTE
/**********************************************************************************************************************************/
.noscroll {
  overflow: hidden;
}

.maxContainer {
  max-width: 1240px;
  margin: 0 auto;
}

@media only screen and (min-width: 680px) {
}
@media only screen and (min-width: 800px) {
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1600px) {
}
@media only screen and (min-width: 1990px) {
}

#to-old-browser{
  background: #FFFFFF;
  z-index: 2000;
  padding: 50px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/**********************************************************************************************************************************/
/* HEADER
/**********************************************************************************************************************************/
#header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  min-height: 10px;

  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: #201547;
}

@media only screen and (min-width: 1200px) {
  #header {
    padding: 50px 20px;
  }
}

#header-container {
  display: flex;
  align-items: center;
  position: relative;
}

@media only screen and (min-width: 800px) {
  #header-container {
    justify-content: center;
  }
}

@media only screen and (min-width: 1200px) {
  #header-container {
    justify-content: space-around;
  }
}

@media only screen and (min-width: 1600px) {
  #header-container {
    padding: 0 10vw;
  }
}

/**********************************************************************************************************************************/
/* LOGO
/**********************************************************************************************************************************/
#logo-bloc {
  display: block;
}

#logo-bloc img {
  width: 100%;
  max-width: 160px;
  height: auto;
  display: block;
}

@media only screen and (min-width: 1200px) {
  #logo-bloc img {
    max-width: 100%;
  }
}

/**********************************************************************************************************************************/
/* NAVIGATION
/**********************************************************************************************************************************/
#navigation,
.forSearch #navigation {
  display: none;
}

#wishlistContainer {
  display: none;
  position: relative;
}

#wishlistContainer .etoile{
  width: 24px;
  height: 24px;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/pics/Favoris-header.png);
  font-size: 0;
  display: inline-block;
}

#wishlistContainer.contains .etoile{
  background-image: url(../images/pics/Favoris-full-header.png);
}


@media only screen and (max-width: 1200px) {
  #wishlistContainer a{
    border: 1px solid #fafafa;
    padding: 10px 20px;
    display: flex;
    color: #FFFFFF;
    align-items: center;
  }

  #wishlistContainer #wishlist{
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  #navigation {
    display: block;
    position: relative;
  }

  #wishlistContainer {
    display: block;
  }

  #wishlistContainer.contains a:hover #wishlist{
    display: block;
  }

  #wishlist{
    position: absolute;
    min-width: 100px;
    top: 40px;
    text-align: center;
    left: unset;
    transform: translateX(0);
    color: white;
    border-radius: 3px;
    border: 2px solid black;
    background-color: #201547;
    padding: 5px;
    font-size: 12px;
    display: none;
  }
}


/**********************************************************************************************************************************/
/* HEADER RIGHT (langs and wishlist)
/**********************************************************************************************************************************/
#header-right{
  display: none;
}

.max #header-right{
  display: flex;
  flex-direction: column-reverse;
  margin: 30px 0 50px 0;
}

@media only screen and (min-width: 1200px) {
  #header-right{
    display: flex;
    align-items: center;
  }
  #header-right #wishlistContainer{
    margin-right: 20px;
  }
}

/**********************************************************************************************************************************/
/* SEARCH FORM
/**********************************************************************************************************************************/
#search-header{
  width: 0;
  margin: 0;
  display: none;
  position: relative;

  /* TRANSITION */
  transition: margin 0.3s ease .3s, width 0.3s ease .3s;
  -moz-transition: margin 0.3s ease .3s, width 0.3s ease .3s;
  -webkit-transition:margin 0.3s ease .3s, width 0.3s ease .3s;
  -o-transition: margin 0.3s ease .3s, width 0.3s ease .3s;
}

.forSearch #search-header{
  width: 100%;
  display: block;
  margin: 0 20px 0 50px;
}

#search-header input{
  border: none;
  border-bottom: 1px solid #FAFAFA;
  background: transparent;
  width: 0;
  padding: 0;
  color: #FFFFFF;

  /* TRANSITION */
  transition: all 0.3s ease .3s;
  -moz-transition: all 0.3s ease .3s;
  -webkit-transition: all 0.3s ease .3s;
  -o-transition: all 0.3s ease .3s;
}

#search-header input.loading{
  background-image: url(../images/pics/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
}

.forSearch #search-header input{
  width: 100%;
  padding: 0 20px;
}

@media only screen and (max-width: 800px) {
  .max #search-header{
    display: block;
    width: 100%;
    margin: 40px 0;
  }
  #search-header input{
    width: 100%;
    padding: 0 20px;
    background: #FFFFFF;
    color: #333333;
  }
}

#search-header .warning-no-result{
  padding: 20px;
  margin-top: -20px;
}

#kesearch_num_results .voir-les{
  display: none;
}

#search-header #kesearch_num_results .voir-les{
  display: inline-block;
}

#search-header a.buttonVoir{
  padding: 20px 30px;
  color: #FFFFFF;
  font-weight: normal;
}

@media only screen and (max-width: 800px) {
  .forcontact #search-header{
    display: none;
  }
  .forcontact #leviat{
    display: none !important;
  }
}

/**********************************************************************************************************************************/
/* SEARCH TOGGLER
/**********************************************************************************************************************************/
#search-toggler{
  width: 24px;
  height: 24px;
  display: none;
  margin: 0 20px 0 0;
  background: url(../images/pics/search.png) no-repeat center center / contain transparent;
  cursor: pointer;
  display: none;
}

@media only screen and (min-width: 800px) {
  #search-toggler{
    display: block;
  }
}

.forSearch #search-toggler{
  background: url(../images/pics/close.png) no-repeat center center / contain transparent;
}
.forSearch.loading #search-toggler{
  background: url(../images/pics/loading.gif) no-repeat center center / contain transparent;
}

#search-toggler:hover{
  opacity: .8;
}




/**********************************************************************************************************************************/
/* TOGGLERS (MOBILE)
/**********************************************************************************************************************************/
#togglers {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
  cursor: pointer;
}

@media only screen and (min-width: 1200px) {
  #togglers {
    display: none;
    position: relative;
    right: unset;
  }
}

@media only screen and (min-width: 800px) {
  .max #togglers {
    top: 10px;
  }
}

/**********************************************************************************************************************************/
/* NAV TOGGLER
/**********************************************************************************************************************************/
#nav-toggler span {
  width: 24px;
  height: 4px;
  border-radius: 5px;
  background: #ffffff;
  display: block;
  margin: 3px 0;

  /* TRANSITION */
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 680px) {
  #nav-toggler span {
    width: 32px;
  }
}

/**********************************************************************************************************************************/
/* LEVIAT
/**********************************************************************************************************************************/
#leviat{
  display: none;
}

.forSearch #leviat{
  display: none !important;
}

.max #leviat{
  display: block;
}

@media only screen and (min-width: 1200px) {
  #leviat{
    display: block;
    margin-bottom: -10px;
  }
}

#leviat img{
  max-width: 180px;
  height: auto;
}

#leviat a{
  display: block;
}

#leviat a:hover{
  opacity: .8;
}



/**********************************************************************************************************************************/
/* CONTACT TOGGLER
/**********************************************************************************************************************************/
#shortcut-contact-toggler span {
  width: 32px;
  height: 32px;
  font-size: 0;
  display: block;
  background: url(../images/pics/hotline.png) no-repeat center center / contain
    transparent;
  margin-right: 20px;
}

@media only screen and (min-width: 800px) {
  #shortcut-contact-toggler span {
    display: none;
  }
}

/**********************************************************************************************************************************/
/* MENU
/**********************************************************************************************************************************/
#menu {
  display: flex;
  justify-content: space-around;
}

#menu li {
  margin: 0 20px;
}

@media only screen and (min-width: 1600px) {
  #menu li {
    margin: 0 30px;
  }
}

#menu a {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  display: block;
}

#menu a span {
  display: block;
  text-align: center;
}

/**********************************************************************************************************************************/
/* MENU LANGUES
/**********************************************************************************************************************************/
#langs {
  position: relative;
  text-align: center;
}

.forSearch #langs{
  display: none;
}

@media only screen and (min-width: 1200px) {
  #langs {
    position: relative;
    border: 2px solid #ffffff;
  }
}


#langs li {
  display: inline-block;
}

@media only screen and (min-width: 1200px) {
  #langs li {
    display: none;
  }
  #langs li.active {
    display: block;
  }
  #langs.open li {
    display: block;
  }
}

#langs a {
  color: #ffffff;
  padding: 2px 10px;
  font-size: 14px;
}

#langs .active a {
  font-family: "RationalText-SemiBold";
  display: block;
}




/**********************************************************************************************************************************/
/* HEADER FIXED
/**********************************************************************************************************************************/
#header.fixed {
  background: #201547;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}

#header.fixed #logo-bloc img {
  max-width: 160px;
}

#header.fixed #leviat img{
  max-width: 130px;
}

/**********************************************************************************************************************************/
/* HEADER MAX
/**********************************************************************************************************************************/
#header.max {
  min-height: 100vh;
}

#header.max #header-container {
  flex-direction: column;
}

@media only screen and (max-width: 800px) {
  #header.max #logo-bloc {
    position: absolute;
    left: 0;
  }
}

#header.max #header-container #navigation {
  display: block;
}

#header.max #header-container #menu {
  display: block;
  margin: 80px 0 10px 0;
}

#header.max.forcontact #header-container #menu {
  display: none;
}

#header.max #header-container #menu li {
  margin: 20px 0;
}

#header.max #header-container #menu a span {
  display: inline;
}

#header.max #langs {
  display: block;
}

#header.max.forcontact #langs {
  display: none;
}

#header.max #nav-toggler span:nth-child(3) {
  display: none;
}

#header.max #nav-toggler span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 4px);
}
#header.max #nav-toggler span:nth-child(2) {
  transform: rotate(-45deg);
}

#header.max.forcontact #shortcut-contact-toggler {
  display: none;
}

#header.max #wishlistContainer {
  display: block;
  margin-top: 20px;
}

#header.max.forcontact #wishlistContainer,
.forSearch #wishlistContainer {
  display: none;
}

/**********************************************************************************************************************************/
/* FOOTER
/**********************************************************************************************************************************/
#footer {
  padding: 30px 40px 50px 50px;
  color: #ffffff;

  background-color: #201547;
  background-image: url(../images/bg/header-home-left.png),
    url(../images/bg/header-home-right.png);
  background-size: 15px auto, 45vw 20px;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, bottom right;
}

@media only screen and (min-width: 800px) {
  #footer {
    padding: 50px;
    background-size: 30px auto, 50vw 30px;
  }
}

@media only screen and (min-width: 1200px) {
  #footer {
    padding: 60px;
    background-size: 40px auto, 45vw 40px;
  }
}

@media only screen and (min-width: 1600px) {
  #footer {
    padding: 80px 30px;
    background-size: 80px auto, 15vw auto;
  }
}

#footer-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  flex-direction: column;
}

@media only screen and (min-width: 1200px) {
  #footer-container {
    justify-content: space-around;
    flex-direction: row;
  }
}

@media only screen and (min-width: 1600px) {
  #footer-container {
    justify-content: space-between;
  }
}

#footer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 800px) {
  #footer-left {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}

@media only screen and (min-width: 1200px) {
  #footer-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

/**********************************************************************************************************************************/
/* SIEGE SOCIAL
/**********************************************************************************************************************************/
#coordonnees {
  margin: 40px 0;
  line-height: 1.8em;
  font-size: 14px;
}

@media only screen and (min-width: 800px) {
  #coordonnees {
    margin: 40px 0 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  #coordonnees {
    margin: 40px 0 0 40px;
  }
}

@media only screen and (min-width: 1600px) {
  #coordonnees {
    font-size: 16px;
    line-height: 1.8em;
  }
}

#coordonnees strong{
  text-transform: uppercase;
  font-family: "RationalText-SemiBold";;
}

#coordonnees .belgique{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #FAFAFA;
}

#ss-footer a {
  color: #ffffff;
}

/**********************************************************************************************************************************/
/* SIEGE SOCIAL LOGO
/**********************************************************************************************************************************/
#logo-footer {
  max-width: 160px;
  display: block;
}

@media only screen and (min-width: 1200px) {
  #logo-footer {
    max-width: 220px;
  }
}

@media only screen and (min-width: 1600px) {
  #logo-footer {
    max-width: 320px;
  }
}

#logo-footer img {
  width: 100%;
  height: auto;
  display: block;
}

/**********************************************************************************************************************************/
/* NEWSLETTER LINK
/**********************************************************************************************************************************/
#newsletter-link {
  margin: 0;
  margin-top: 30px;
}

@media only screen and (min-width: 1200px) {
  #newsletter-link {
    margin: 40px 40px 20px 40px;
  }
}

#newsletter-link a {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 24px;
  background-image: url(../images/pics/newsletter.png);
  color: #201547;
  font-family: "RationalText-SemiBold";
  padding: 10px 30px 10px 50px;

  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 12px;
}


/**********************************************************************************************************************************/
/* EXTRANET LINK
/**********************************************************************************************************************************/
#extranet-link {
  margin: 0;
}

@media only screen and (min-width: 1200px) {
  #extranet-link {
    margin: 40px;
  }
}

#extranet-link a {
  border: 3px solid #6359a0;
  color: #ffffff;
  padding: 10px 40px 10px 80px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  font-family: "RationalText-Medium";
}

@media only screen and (min-width: 1200px) {
  #extranet-link a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1600px) {
  #extranet-link a {
    font-size: 16px;
  }
}

#extranet-link a::before {
  position: absolute;
  z-index: 2;
  top: -5px;
  right: -50px;
  width: 95%;
  transform: skewX(-25deg);
  background: #6359a0;
  height: 130%;
  content: "";
  display: block;
}

#extranet-link a::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 10px;
  width: 32px;
  height: 24px;
  background: url(../images/pics/arrow.png) no-repeat center center / contain
    transparent;
  height: 100%;
  content: "";
  display: block;

  filter: grayscale(100%);

  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

#extranet-link a span {
  position: relative;
  z-index: 3;
}

/**********************************************************************************************************************************/
/* LEGAL LINKS
/**********************************************************************************************************************************/
#legal-links {
  margin: 20px 0;
  font-size: 12px;
}

@media only screen and (min-width: 1200px) {
  #legal-links {
    margin: 40px;
  }
}

#legal-links ul{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (min-width: 1200px) {
  #legal-links ul{
    flex-direction: row;
  }
}

#legal-links li {
  margin: 5px 0;
}

@media only screen and (min-width: 1200px) {
  #legal-links li {
    margin: 10px 20px;
  }
}

#legal-links a {
  color: #ffffff;
  font-family: 'RationalText-Medium';
}

#legal-links a:hover {
  opacity: 0.8;
}

/**********************************************************************************************************************************/
/* FOOTER RIGHT (CATALOG TREE)
/**********************************************************************************************************************************/
#footer-right {
  display: none;
}

@media only screen and (min-width: 1200px) {
  #footer-right {
    width: 60%;
    display: block;
  }
}

/**********************************************************************************************************************************/
/* MAIN
/**********************************************************************************************************************************/
#main {
  margin-top: 70px;
  padding: 40px 0;
}

@media only screen and (min-width: 1200px) {
  #main {
    margin-top: 150px;
    padding: 40px 0;
  }
}

/**********************************************************************************************************************************/
/* BREADCRUMB
/**********************************************************************************************************************************/
#breadcrumb {
  margin-bottom: 40px;
}
#breadcrumb ul li {
  display: inline-block;
  margin-right: 5px;
}
#breadcrumb ul li strong {
  font-family: 'RationalText-Medium';
}

#breadcrumb .auto + .auto::before {
  content: " / ";
  margin-right: 5px;
}

#breadcrumb a{
  color: inherit;
}

#breadcrumb a:hover{
  text-decoration: underline;
}
