@charset "UTF-8";
/*$brown:         #dcbfa5;*/
/* line 4, ../sass/produits_marketing.scss */
h1 {
  text-transform: uppercase;
  font-family: TTNorms, LucidaSansStd, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #006072;
  margin: 14px 0 8px;
}

#col_filtres .filtres {
  display:flex;
  gap : 50px;

}

#col_filtres .filtres a {
  text-transform: uppercase;
}

/* line 12, ../sass/produits_marketing.scss */
h2 {
  font-size: 18px;
  color: #006072;
  margin: 10px 0;
  padding: 0 0 0 18px;
  background: url(../images/puce4.png) left center no-repeat;
}

/* line 19, ../sass/produits_marketing.scss */
.products-item {
  text-align: center;
  margin : 25px 0 20px;
}
/* line 22, ../sass/produits_marketing.scss */
.products-item .accroche {
  height: 17px;
  margin: 0 0 5px 0;
  min-height: 34px;
}
/* line 27, ../sass/produits_marketing.scss */
.products-item .prix {
  font-weight: bold;
  font-size: 16px;
}
/* line 31, ../sass/produits_marketing.scss */
.products-item .designation {
  position: relative;
  height:50px;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  text-transform : uppercase;
  padding : 0px;
}

.products-item hr {
    border-top: 2px solid #006072;
    width: 31px;
    margin-top: 0;
    margin-bottom: 10px;
}
/* line 39, ../sass/produits_marketing.scss */
.products-item .block_avis p {
  margin: 0 0 5px 0;
}
/* line 42, ../sass/produits_marketing.scss */
.products-item .block_avis .stars {
  display: inline-flex;
  margin: 0 10px 0 0;
}
/* line 45, ../sass/produits_marketing.scss */
.products-item .block_avis .stars i {
  padding: 0 2px;
  color: #61b0bc;
  font-size: 15px;
}
/* line 54, ../sass/produits_marketing.scss */
.products-item .block_donnees {
  height: 25px;
}
/* line 58, ../sass/produits_marketing.scss */
.products-item .block_donnees .prix {
  font-weight: bold;
  font-size: 16px;
}
/* line 63, ../sass/produits_marketing.scss */
.products-item .prixlitre {
  min-height: 15px;
  margin: 5px 0 9px;
  font-size: 10px;
  font-style: italic;
}
/* line 69, ../sass/produits_marketing.scss */
.products-item .summary {
  margin: 0 0 5px 0;
  padding: 5px 0;
  width: 285px;
  height: 50px;
  text-align: center;
  overflow: hidden;
}
/* line 76, ../sass/produits_marketing.scss */
.products-item .summary strong {
  font-family: TTNorms, LucidaSansStd, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
/* line 82, ../sass/produits_marketing.scss */
.products-item .actions .ajout {
  margin: 10px 7px;
}
/* line 84, ../sass/produits_marketing.scss */
.products-item .actions .ajout .btn-small {
  width: 100%;
}
/* line 88, ../sass/produits_marketing.scss */
.products-item .actions p {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 91, ../sass/produits_marketing.scss */
.products-item .actions p .btn-small {
  font-size : 12.5px;
  padding: 6px 0;
  width: 100%;
}
/* line 97, ../sass/produits_marketing.scss */
.products-item .photo {
  display: block;
  position: relative;
}
/* line 100, ../sass/produits_marketing.scss */
.products-item .photo img {
  display: inline;
  width : 100%;
  min-height : 234px;
}
/* line 103, ../sass/produits_marketing.scss */
.products-item .photo .marketing {
  position: absolute;
  top: 5%;
  padding: 2px 25px;
  background-color: #006072;
}
/* line 108, ../sass/produits_marketing.scss */
.products-item .photo .marketing p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: lowercase;
}
/* line 116, ../sass/produits_marketing.scss */
.products-item .photo .choix_blog {
  position: absolute;
  top: 5%;
  padding: 2px 25px;
}
/* line 122, ../sass/produits_marketing.scss */
.products-item .no_ajout {
  height: 31px;
}

/* line 126, ../sass/produits_marketing.scss */
.rubrique {
  margin: 30px 0 10px;
  font-size: 16px;
}

/* line 130, ../sass/produits_marketing.scss */
.produits-listing {
  width: 958px;
  display: table;
  border-collapse: collapse;
}
/* line 135, ../sass/produits_marketing.scss */
.produits-listing form p {
  margin: 0;
}
/* line 138, ../sass/produits_marketing.scss */
.produits-listing form.row {
  cursor: pointer;
}
/* line 140, ../sass/produits_marketing.scss */
.produits-listing form.row .produits_photo {
  position: relative;
}
/* line 142, ../sass/produits_marketing.scss */
.produits-listing form.row .produits_photo .lightbox {
  position: absolute;
  top: -130px;
  left: 60px;
  padding: 10px 20px 20px;
  width: 700px;
  min-height: 300px;
  display: none;
  z-index: 1;
  text-align: left;
  text-transform: none;
  color: #025186;
  background: #ffffff;
  border: 2px solid #ececec;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* line 157, ../sass/produits_marketing.scss */
.produits-listing form.row .produits_photo .lightbox .close {
  text-align: right;
  margin: 0 0 10px 0;
}
/* line 161, ../sass/produits_marketing.scss */
.produits-listing form.row .produits_photo .lightbox .produits_detail .loading {
  text-align: center;
}
/* line 166, ../sass/produits_marketing.scss */
.produits-listing form.row .produits_quantite {
  width: 25px;
  height: 15px;
  padding: 5px;
  text-align: center;
  border: 1px solid #5cc6ea;
}
/* line 175, ../sass/produits_marketing.scss */
.produits-listing .row {
  display: table-row;
}
/* line 178, ../sass/produits_marketing.scss */
.produits-listing .celltitle {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  background-color: #99b0bf;
  border: 1px solid #cacdce;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
/* line 189, ../sass/produits_marketing.scss */
.produits-listing .cellunivers {
  width: 160px;
}
/* line 192, ../sass/produits_marketing.scss */
.produits-listing .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #eeeeee;
  text-align: center;
}
/* line 198, ../sass/produits_marketing.scss */
.produits-listing .cell p {
  text-align: center;
}
/* line 200, ../sass/produits_marketing.scss */
.produits-listing .cell p.univer {
  padding: 5px 0;
  background: #29546b;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
}
/* line 208, ../sass/produits_marketing.scss */
.produits-listing .cell p.univer_cabine {
  background: #479bb6;
}
/* line 211, ../sass/produits_marketing.scss */
.produits-listing .cell p.univer_boutique {
  background: #397595;
}
/* line 215, ../sass/produits_marketing.scss */
.produits-listing .cell .produits_designation p {
  text-align: left;
}
/* line 217, ../sass/produits_marketing.scss */
.produits-listing .cell .produits_designation p.statut {
  float: right;
}
/* line 222, ../sass/produits_marketing.scss */
.produits-listing input.submit {
  width: 35px;
  height: 36px;
  border: none;
  cursor: pointer;
  background: url(../images/add_basket.png) no-repeat;
}

/* A recommenter si retour fleche marketing */
/*.products-item .photo .marketing:after {position: absolute; top: 22px; left: 0px; content: ' '; width: 0px; height: 0px; border-bottom: 7px solid transparent; border-left: 7px solid transparent; border-top: 7px solid $blue-darken; border-right: 7px solid $blue-darken;}*/
/* line 234, ../sass/produits_marketing.scss */
.modal {
  display: none;
}

/* line 237, ../sass/produits_marketing.scss */
.loading {
  display: none;
  position: absolute;
  left: 50%;
  top: 45%;
  margin-top: -64px;
  margin-left: -64px;
}

/* Détail produit */
/* line 263, ../sass/produits_marketing.scss */
#produit {
  width: 672px;
  margin: 15px 0 0 16px;
}
/* line 266, ../sass/produits_marketing.scss */
#produit p {
  text-align: left !important;
}
/* line 269, ../sass/produits_marketing.scss */
#produit #produit_images {
  position: relative;
  z-index: 10;
  float: left;
  width: 317px;
  margin: 0 13px 0 0;
}
/* line 275, ../sass/produits_marketing.scss */
#produit #produit_images #produit_statut_texte {
  float: right;
  margin: 6px 0 0;
}
/* line 279, ../sass/produits_marketing.scss */
#produit #produit_images .promopublic {
  width: 150px;
}
/* line 282, ../sass/produits_marketing.scss */
#produit #produit_images .promopro {
  width: 150px;
}
/* line 285, ../sass/produits_marketing.scss */
#produit #produit_images .marketingpublic1 {
  width: 150px;
}
/* line 288, ../sass/produits_marketing.scss */
#produit #produit_images .marketingpro1 {
  width: 150px;
}
/* line 291, ../sass/produits_marketing.scss */
#produit #produit_images #produit_statut_image {
  position: absolute;
  bottom: 135px;
  right: 5px;
  z-index: 81;
}
/* line 297, ../sass/produits_marketing.scss */
#produit #produit_images #produit_small {
  width: 315px;
  height: 350px;
  margin: 0 0 12px 0;
  border: 1px solid #cad4da;
  position: relative;
  z-index: 80;
}
/* line 304, ../sass/produits_marketing.scss */
#produit #produit_images #produit_small img#loupe_zoom {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 90;
}
/* line 311, ../sass/produits_marketing.scss */
#produit #produit_images #produit_thumbs {
  height: 118px;
}
/* line 313, ../sass/produits_marketing.scss */
#produit #produit_images #produit_thumbs a {
  float: left;
  display: block;
  margin: 0 0 0 2px;
  border: 1px solid #cad4da;
}
/* line 318, ../sass/produits_marketing.scss */
#produit #produit_images #produit_thumbs a.first {
  margin: 0 1px 0 0;
}
/* line 323, ../sass/produits_marketing.scss */
#produit #produit_images p#backlist {
  margin: 6px 0 10px;
}
/* line 325, ../sass/produits_marketing.scss */
#produit #produit_images p#backlist a {
  color: #006072;
  margin: 0 0 0 10px;
}
/* line 331, ../sass/produits_marketing.scss */
#produit #produit_infos {
  float: left;
  width: 342px;
  color: #006072;
  text-align: justify;
}
/* line 337, ../sass/produits_marketing.scss */
#produit #produit_infos p.titreproduit {
  font-size: 22px;
  color: #006072;
  margin: 0 0 15px 0;
}
/* line 342, ../sass/produits_marketing.scss */
#produit #produit_infos p.document {
  margin: 10px 0;
  padding: 4px 0 0 26px;
  background: url(../images/icone_pdf.png) no-repeat;
}
/* line 346, ../sass/produits_marketing.scss */
#produit #produit_infos p.document a {
  color: #006072;
}

/* line 354, ../sass/produits_marketing.scss */
#produit_tabs {
  width: 660px;
  margin: 10px 0 0 16px;
}
/* line 357, ../sass/produits_marketing.scss */
#produit_tabs p {
  text-align: left !important;
}
/* line 361, ../sass/produits_marketing.scss */
#produit_tabs a.onglet {
  float: left;
  display: block;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 10px 5px 0;
  color: #006072;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #cad4da;
  cursor: pointer;
}
/* line 374, ../sass/produits_marketing.scss */
#produit_tabs a.active {
  border-bottom: 1px solid #ffffff;
}
/* line 378, ../sass/produits_marketing.scss */
#produit_tabs .content_tab {
  display: none;
  margin: -1px 0 0;
  padding: 20px 20px 15px 20px;
  color: #006072;
  border: 1px solid #cad4da;
}
/* line 384, ../sass/produits_marketing.scss */
#produit_tabs .content_tab div {
  padding-bottom: 5px;
}
/* line 387, ../sass/produits_marketing.scss */
#produit_tabs .content_tab ul {
  padding-left: 15px;
}

/* line 392, ../sass/produits_marketing.scss */
.liens_options {
  margin: 30px 30px 23px 0;
  height: 50px;
}
/* line 395, ../sass/produits_marketing.scss */
.liens_options p {
  float: right;
  width: 230px;
  height: 50px;
  margin: 0 0 0 10px;
  background: #40b2da;
}
/* line 401, ../sass/produits_marketing.scss */
.liens_options p.save {
  display: none;
}
/* line 404, ../sass/produits_marketing.scss */
.liens_options p a {
  display: block;
  padding: 18px 0 0;
  height: 32px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

/* line 415, ../sass/produits_marketing.scss */
.ui-dialog {
  width: 600px !important;
}

/* line 418, ../sass/produits_marketing.scss */
#produit #produit_infos #produit_ecommerce {
  margin: 10px 0 0;
  padding: 20px;
  background: #f0f4f6;
  position: relative;
}

/* line 425, ../sass/produits_marketing.scss */
#produit_ecommerce p label {
  width: 106px;
  margin: 0 25px 0 0;
  font-weight: bold;
}
/* line 429, ../sass/produits_marketing.scss */
#produit_ecommerce p label span {
  float: left;
  display: block;
  width: 102px;
  padding: 0;
}
/* line 436, ../sass/produits_marketing.scss */
#produit_ecommerce p input,
#produit_ecommerce p select {
  width: 150px;
}
/* line 440, ../sass/produits_marketing.scss */
#produit_ecommerce p a.decalage {
  margin: 0 0 0 133px;
}

/**
 * Responsive
 */
/* Ecran classique */
@media screen and (min-width: 992px) {
  /* line 452, ../sass/produits_marketing.scss */
  .products-item .photo .marketing {
    right: -33px;
  }

  /* line 455, ../sass/produits_marketing.scss */
  .products-item .photo .choix_blog {
    right: -33px;
  }
}
/* Tablette paysage */
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 462, ../sass/produits_marketing.scss */
  .products-item .photo .marketing {
    right: 138px;
  }

  /* line 463, ../sass/produits_marketing.scss */
  .products-item .photo .choix_blog {
    right: 138px;
  }
}
/* Tablette portrait */
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 468, ../sass/produits_marketing.scss */
  .products-item .photo .marketing {
    right: 60px;
  }

  /* line 469, ../sass/produits_marketing.scss */
  .products-item .photo .choix_blog {
    right: 60px;
  }
}
/* Mobile */
@media screen and (max-width: 479px) {
  /* line 474, ../sass/produits_marketing.scss */
  .products-item .photo .marketing {
    right: -15px;
  }

  /* line 475, ../sass/produits_marketing.scss */
  .products-item .photo .choix_blog {
    right: -15px;
  }

  .products-item .designation a {
    display:block;
    margin-top : 20px;
  }

  #col_filtres .filtres {
    flex-direction : column;
    gap : 0;
  }
}
