/**
* Marques Natio - Misc
*/
#brandCarousel {
  font-size: 0;
  margin: -15px auto 10px;
  width: 100%;
}
#brandCarousel * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#brandCarousel .NatioBrandTitle {
  display: block;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  color: #999;
  font-weight: initial;
}
@media only screen and (max-width: 320px) {
  #brandCarousel .NatioBrandTitle {
    font-size: 16px;
  }
}

/**
* Marques Natio - Carousel
*/
#brandCarousel #Carousel {
  margin: 10px 0;
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: none;
}
#brandCarousel #Carousel .Carousel-mask {
  position: relative;
  display: block;
  font-size: 0;
  height: 117px;
  margin: 0 70px;
  overflow: auto;
  width: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  #brandCarousel #Carousel .Carousel-mask {
    margin: 0 10px;
  }
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  min-width: 100%;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item {
  background: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
  width: 70px;
  height: 70px;
  border: 2px solid #ededed;
  border-radius: 15px;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  z-index: 9;
  overflow: hidden;
  margin: 0 10px;
  -webkit-box-shadow: 0px 0px 14px 2px rgba(197, 197, 197, 0.5);
          box-shadow: 0px 0px 14px 2px rgba(197, 197, 197, 0.5);
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item:hover {
  border: solid 2px #7DBC8E;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand {
  display: inline-block;
  height: 45px;
  width: 55px;
  background: no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_vertbaudet {
  background: url(v_vertbaudet.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_babymoov {
  background: url(v_babymove.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_hape {
  background: url(v_hape.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_reinedesneiges {
  background: url(v_reine_neiges.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_starwars {
  background: url(v_starwars.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_bluebox {
  background: url(v_bluebox.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_corolle {
  background: url(v_corolle.jpg) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_legoduplo {
  background: url(v_legoduplo.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_minimi {
  background: url(v_minimi.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_playmobil {
  background: url(v_playmobil.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_vtech {
  background: url(v_vtech.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_vulli {
  background: url(v_vulli.jpg) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_sophielagirafe {
  background: url(v_sophie.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_chicco {
  background: url(v_chicco.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_badabulle {
  background: url(v_badabulle.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_djeco {
  background: url(v_djeco.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_rubies {
  background: url(v_rubies.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_nathan {
  background: url(v_nathan.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_infantino {
  background: url(v_infantino.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_mylittleday {
  background: url(v_mylittleday.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_fredswimacademy {
  background: url(v_fredswimacademy.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_cubik {
  background: url(v_cubik.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_planeteplante {
  background: url(v_planeteplante.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_globber {
  background: url(v_globber.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_lalaboom {
  background: url(v_lalaboom.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_geuter {
  background: url(v_geuter.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_joyeuse {
  background: url(v_joyeuse.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_haba {
  background: url(v_haba.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_yookidoo {
  background: url(v_yookidoo.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_buki {
  background: url(v_buki.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_aquabeads {
  background: url(v_aquabeads.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_clementoni {
  background: url(v_clementoni.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_klorofil {
  background: url(v_klorofil.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_sylvanian {
  background: url(v_sylvanians.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_ravensburger {
  background: url(v_ravensburger.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_nenuco {
  background: url(v_nenuco.jpg) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_miraculous {
  background: url(v_miraculous.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_lunii {
  background: url(v_lunii.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_hasbro {
  background: url(v_hasbro.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_skiphop {
  background: url(v_skiphop.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_barbie {
  background: url(v_barbie.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_cotoons {
  background: url(v_cotoons.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_fisherprice {
  background: url(v_fisherprice.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_majorette {
  background: url(v_majorette.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_mattelgames {
  background: url(v_mattelgames.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_megabloks {
  background: url(v_megabloks.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_smoby {
  background: url(v_smoby.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_avengers {
  background: url(v_avengers.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_harrypotter {
  background: url(v_harrypotter.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_labelleetlabete {
  background: url(v_labelleetlabete.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_patpatrouille {
  background: url(v_patpatrouille.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .brand.v_toystory {
  background: url(v_toystory.png) no-repeat center center;
  background-size: contain;
}
#brandCarousel #Carousel .Carousel-mask .Carousel-item-container .item .title {
  font-size: 12px;
  color: grey;
  display: none;
}
#brandCarousel #Carousel .Carousel-nav {
  height: 100%;
  left: 0;
  list-style-type: none;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #brandCarousel #Carousel .Carousel-nav {
    display: none;
  }
}
#brandCarousel #Carousel .Carousel-nav .Carousel-nav-prev,
#brandCarousel #Carousel .Carousel-nav .Carousel-nav-next {
  background-color: #7DBC8E;
  background-repeat: no-repeat;
  color: #FFF;
  cursor: pointer;
  font-size: 0;
  position: relative;
  -webkit-transition: background-color 0.1s linear, opacity 0.2s linear;
  transition: background-color 0.1s linear, opacity 0.2s linear;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 30px;
  opacity: 0.8;
  z-index: 9;
}
@media only screen and (max-width: 980px) {
  #brandCarousel #Carousel .Carousel-nav .Carousel-nav-prev,
#brandCarousel #Carousel .Carousel-nav .Carousel-nav-next {
    margin: 15px 10px 0;
  }
}
#brandCarousel #Carousel .Carousel-nav .Carousel-nav-prev:hover,
#brandCarousel #Carousel .Carousel-nav .Carousel-nav-next:hover {
  background-color: #619370;
  opacity: 1;
}
#brandCarousel #Carousel .Carousel-nav .Carousel-nav-prev:active,
#brandCarousel #Carousel .Carousel-nav .Carousel-nav-next:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#brandCarousel #Carousel .Carousel-nav .Carousel-nav-prev.Carousel-disabled,
#brandCarousel #Carousel .Carousel-nav .Carousel-nav-next.Carousel-disabled {
  opacity: 0.2;
  pointer-events: none;
}
#brandCarousel #Carousel .Carousel-nav .Carousel-nav-prev {
  background-image: url(carousel-arrows.png);
  background-position: left center;
  float: left;
}
#brandCarousel #Carousel .Carousel-nav .Carousel-nav-next {
  background-image: url(carousel-arrows.png);
  background-position: right center;
  float: right;
}

.loader {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 30px auto !important;
}

.bounce1, .bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #7DBC8E;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}