@charset "iso-8859-1";

@import url(gallery.css);
@import url(elements.css);
@import url(structure.css);
@import url(navigationElements.css);
@import url(form.css);
@import url(boxes.css);
@import url(account.css);
@import url(catalog.css);
@import url(publicationMethods.css);
@import url(search.css);
@import url(board.css);
@import url(annonce.css);
@import url(directory.css);
@import url(community.css);
@import url(googleMap.css);
@import url(skeleton.css);
@import url(layout.css);
@import url(ui.totop.css);
@import url(fab.css);

@font-face {
    font-family: 'dccash';
     src: url('fonts/DCC-Ash.eot');
     src: local('x'),
       url('fonts/DCC-Ash.woff') format('woff'),
       url('fonts/DCC-Ash.otf') format('opentype'),
       url('fonts/DCC-Ash.svg#grablau') format('svg');
}

input[type="submit"], input[type="text"],input[type="radio"],input[type="checkbox"], input[type="email"],textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-appearance:none;
}
/*input.radio, input.checkbox, input.radio:focus, input.checkbox:focus{
  display:inline-block;
  width:10px !important;
  height:10px;
  border-radius: 50%;
  margin:-1px 4px 0 0;
  vertical-align:middle;
  background:#999;
  cursor: pointer;
  outline: none;
}*/
.sortResults label, #sort label, label{
  cursor: pointer;
  margin-right: 0;
}
input[type="radio"],input[type="checkbox"] {
    display:inline-block;
    width:20px !important;
    height:20px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:#ddd;
    cursor:pointer;
    border: thin solid #004C93;
}
input[type="radio"]:checked, input[type="checkbox"]:checked{
    display:inline-block;
    width:20px !important;
    height:20px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background: url(../../../../images/checked.png) no-repeat center #004c93;
    cursor:pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-appearance:none;
}
/****
Popup Délais de livraison
****/

#cookie2 {
  top:0px;
  height:75px;
  line-height:17px;
  background:#fc0000;
  color:#FFFFFF;
  -moz-box-shadow: 0px 5px 15px 0px #000000;
  -webkit-box-shadow: 0px 15px 5px 0px #000000;
  -o-box-shadow: 0px 5px 15px 0px #000000;
  box-shadow: 0px 5px 15px 0px #000000;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}

/*-----
-> Cookie
-----*/
.cookie{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  color: #666;
  font-size: 1em;
  background-color: #F2F2F2;
  border-top: 1px solid #e4e4e4;
  text-align: center;
  line-height: 30px;
  z-index: 9999;
}
.cookie a{ text-decoration: underline;
  color:#55acee;
  margin-left: 10px;
}
.cookie a:hover{ text-decoration: none;}
.cookie_btn{
  display: inline;
  margin-left: 15px;
  padding: 4px 10px;
  background-color: #55acee;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

/* ---------------------
INITIALISATION DES STYLES
------------------------*/
* {
  border: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: inherit;
  box-sizing: border-box;
}

/* --------------
ZONE EXTERIEURE
-----------------*/
body {
  /* Image de l'arriÃ¨re-plan de la page */
  background: #fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  line-height:160%;
}

/* ---------------
APPARENCE DES IMAGES
-----------------*/
img {
  border:0;
  vertical-align: bottom;
}

/* --------------
TRICKS
-----------------*/
.hide  { display: none; }
.clear {
  border:0;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.relative { position: relative; }

.posLeft  { float: left; }
.posRight { float: right; }

.txtcenter { text-align: center; }

.arrowBlack {
  position: absolute;
  left: 5px;
  bottom: -5px;
  display: block;
  width: 10px !important;
  height: 5px !important;
  padding: 0;
  margin: 0;
  background: url(/common_images/community/bg_arrow.png);
}
.arrowBlack.reverse {
  left: auto;
  right: 5px;
}
.arrowContent {
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: 200;
  display: none;
  padding: 3px 5px;
  font-size: 11px;
  color: #fff;
  background: #000;
  white-space: nowrap;
}
*:hover > .arrowContent { display: block; }

a.facebookConnect {
  display: inline-block;
  padding: 0 5px 0 25px;
  height: 20px;
  font: bold 12px/20px 'Lucida Grande', Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  background: #5f78ab url('/common_images/community/icon_facebook.png') 0 0 no-repeat;
  border: 1px solid #405a91;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
div.famillyContainer:hover{
  cursor: pointer;
}
div.famillyContainer img, div.pictureContainer img{
  transition: 0.5s;
}
/**
.catalog .short_product .priceContainer{
  position:relative;
}**/
div#nested ul.firstLevel{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#gallery_291{
  float: right;
  display: inline-flex;
}
#gallery_291 a{
  display: block;
}
#gallery_291 img{
  width: 35%;
}
/*Mettre la date en gras*/
#stock_availability_date{
  font-weight: bold;
}
a#toTop{
  bottom: 50px;
}
div.twitter_home div.widgetFooter{
  display: none;
}
div.emBehaviorNivoSlider{
  padding-bottom: 0;
  /*height: 396px !important;*/
  background-size: initial !important;
  width: inherit !important;
  background-position: center !important;
}
div.emBehaviorNivoSlider div.nivo-slice{
  background-size: initial !important;
  /*width: inherit !important;*/
  background-position: center !important;
}
div.nivo-caption{
  bottom: inherit;
  top: 38%;
}
div.nivo-caption > p > strong{
  display: none;
}
div.nivo-caption p strong{
  font-size: 2.2em;
}
div.nivo-caption p{
  font-family: sans-serif;
  font-size: 1.3em;
  text-align: right;
  text-shadow: 1px 1px 10px #000;
  max-width: 1160px;
  margin: 0 auto;
  line-height: 1.3em;
}
/*body div.nivo-caption a{
  position: absolute;
  right: 10px;
  bottom: 10px;
}*/
div.nivo-caption p h3{
  color: #fff;
  font-size: 3.8em;
}
/*iframe html body div.timeline{
  margin-bottom: 0 !important;
}*/
div#rightbar iframe{
  width: 260px;
  padding: 5px 10px 0;
}
div#rightbar iframe ._4s7c{
  border: none;
}
div.tweet_right{
  background: #fff;
}
div.tweet_right h4{
  display: none;
}
div.newsContainer a:link{
  color: #179F95;
}

/******* iframe widget Mailjet *******/
#footer .widgetMailjet {
  width: 100%;
text-align: center;
}



/*-----------------08-11-17-----------*/
#nested .firstLevel li a{
  padding: 7px 23px;
}
#nested .firstLevel li.boutique_club_labelises a {
    max-width: 145px;
    padding: 7px 20px;
    line-height: 129%;
    text-align: center;
    background: #39a6d7;
  color: #fff;
  text-decoration: none;
}
#popupWelcome.modal {
    display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 900px;
  box-sizing: border-box;
  width: 90%;
  background: #1b9cd9;
  padding: 15px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  text-align: left;
  color: #fff;
  font-size: 5em;
  font-weight: bold;
  line-height: 120%;
  text-shadow: 0 5px 5px rgba(0,0,0,0.5);
}
#popupWelcome.modal p:first-child{
  margin-bottom: 30px;
}
#popupWelcome.modal .gold{
  color: #f9b334;
}
#popupWelcome.modal .img-kinder{
  max-width: 40%;
margin-top: -46px;
display: inline-block;
vertical-align: middle;
}

.mon_compte .Labellise #leftbar{
  border: none;
}
.mon_compte .Labellise #leftbar .w-filtre{
  display: none;
}
.mon_compte .Labellise #wrapper #leftbar .widget{
  border: 1px solid #009ee0;
  padding: 10px;
  margin-bottom: 20px;
  text-align: left;
}
.mon_compte .Labellise #leftbar .widget h4{
    color: #E31818;
    padding: 0 0 10px;
    text-transform: none;
    font-size: 1.5em;
    margin: 0;
    text-align: left;
}
.mon_compte .Labellise #wrapper #leftbar .widget .widgetFooter {
    height: 1px;
    margin: 0;
    clear: both;
    width: 100%;
}
.mon_compte .Labellise #wrapper #leftbar .widget.w-logoKinder,
.mon_compte .Labellise #wrapper #leftbar .widget.w-logoKinder p{
  margin: 0;
  padding: 0;
  border: none;
}
.mon_compte .Labellise #wrapper #leftbar .widget.w-logoKinder h4{
  display: none;
}
.mon_compte .Labellise #wrapper #leftbar .widget.w-logoKinder img{
  max-width: 100%;
}
.widgetCart div.viewcart {
    float: right;
    padding: 13px 40px 10px 50px;
    position: relative;
}
.widgetCart div.viewcart a::before {
    right: inherit;
    top: 3px;
    left: 0;
}
#headerInner #product_number,
#headerInner .amount{
  padding: 13px 0 10px;
}
#widgetNbrPoint{
  display: inline-block;
  padding: 0 15px;
}
#widgetNbrPoint #points{
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    color: #2e67ae;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
}
.Labellise #headerInner #connexion_header{
  display: none;
}
#headerInner #mon_compte_header span{
  display: inline-block;
  vertical-align: middle;
}
.listProduitLabellises .short_product_container{
  height: auto;
}
.mon-club{
  margin-right: 30px;
}
.label-kinder{
  background: url(/modeles/fr/Labellises/images/ico-kinder.png) no-repeat right center;
  padding: 0 50px 0 0;
}
.wrap-username{
  margin-right:10px;
}
#headerInner .widget.widgetCart.panier .panier_product_number{
  left: 25px;
  right: inherit;
}
.Labellise #accountActions h1{
  margin-bottom: 30px;
  font-family: Arial;
  text-transform: none;
  font-weight: 900;
  margin-top: 10px;
  margin: 20px 10px 30px;
}
#contentsInner .listProduitLabellises h1 span,
.Labellise #accountActions h1 span{
  color: #000;
  text-transform: uppercase;
}
.user-name{
  display: none;
}
.w-welcome h4{
  padding-bottom: 0 !important;
}
.w-welcome b{
  font-size: 16px;
}
.Labellise #cart #selections_cart table .line_th{
  display: none;
}
.cart-labellise{
  background-color:#cceefc 
}
.cart-labellise td:first-child{
    background: url(/modeles/fr/Labellises/images/img-kinder.png) no-repeat 10px center;
    padding: 0 0 0 60px;
    background-size: 50px auto;
    width: 110px;
}
.mon_compte .Labellise #leftbar {
    display: block !important;
}
body.mon_compte #contents {
    width: 72% !important;
}
@media screen and (min-width: 1024px) and (max-width: 1178px){
  #nested .firstLevel li a{
    padding: 7px 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  #popupWelcome.modal{
    font-style: 4em;
  }
  #leftbar{
    margin-right: 2%;
  }
  .listProduitLabellises .short_product_container {
      height: 350px;
  }
  .short_product .description {
      height: 75px;
  }
}
@media screen and(max-width: 767px){
  #popupWelcome.modal{
    font-style: 2.5em;
  }
  body.boutique_club_labelises #contents {
      width: 100% !important;
  }
  #popupWelcome.modal{
    font-size: 2em;
  }
  #popupWelcome.modal .img-kinder {
      margin-top: 0;
  }
}
@media screen and(max-width: 479px){
  #popupWelcome.modal{
    font-style: 1.5em;
  }
  #popupWelcome.modal .img-kinder {
      max-width: 30%;
      margin-top: 0;
  }
}


/* modification Yves Mona 01/12/2017 */
span.price_point {font-size: 18px !important;}
.ordersActions span {font-size: 18px;}
.titrePopup h4{display:none;}
