﻿ucTuile_SurMesureClicka.content {
  background-color: transparent !important;
}
/*** Filtres ***/
.lent-filtres {
  padding: 10px;
  /* height: 270px; */
  border-bottom: 1px solid #bdbdbd;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 1px 0px #bdbdbd;
  margin-right: 10px;
  overflow-x: auto;
  width: 200px;
}
.lent-filtre {
  position: relative;
}
.lent-filtre-title {
  display: block;
  text-align: left;
  padding: 2px 0;
  border-bottom: 2px solid #000;
  margin-bottom: 5px;
  font-size: 15px;
}
.lent-filtre .ms-choice {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.lent-filtre .ms-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  font-size: 12px;
}
.lent-filtre .ms-drop.bottom {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.lent-filtre-buttons {
  text-align: left;
  margin-top: 20px;
}
.lent-filtre-buttons a {
  width: 190px;
  margin-bottom: 7px;
}
.buttonFiltrer {
  font-size: 16px;
  margin-right: 10px;
}
.lent-filtre-radio tr td {
  text-align: left;
  border-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.lent-aucunres {
  color: #999999;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  font-size: 18px;
}
/*** Liste ***/
sup {
  top: 4px;
  position: relative;
  font-size: smaller;
}
.lent-liste-c {
  position: relative;
  min-width: 750px;
}
.lent-liste {
  padding: 10px 0 20px 0;
}
.lent-liste-nbresults {
  font-size: 14px;
  color: #666;
  margin-left: 20px;
}
.lent-actions {
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: all 250ms;
  /*background-color: rgb(53, 152, 220);*/
}
.lent-item:hover .lent-actions {
  left: 0;
}
.lent-actions a,
.lent-actions a:visited,
.lent-actions a:active {
  display: block;
  height: 50%;
  color: #FFF;
  text-decoration: none;
  transition: all 200ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lent-item-offreco {
  position: absolute;
  top: -8px;
  right: -10px;
  color: #FFF;
  padding: 3px;
  font-size: 13px;
}
.lent-item-offreco-1 {
  position: absolute;
  top: -18px;
  right: -10px;
  color: #FFF;
  padding: 3px;
  font-size: 13px;
  z-index: 1;
}
.lent-item-offreco:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 100%;
  border-width: 5px 5px;
  border-style: solid;
}
.lent-item-nb {
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: center;
  width: 49px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-right: 0;
  border-bottom: 0;
}
.lent-item-nb-num,
.lent-item-nb-label {
  display: block;
}
.lent-item-nb-num {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  padding-top: 6px;
}
.lent-item-nb-label {
  font-size: 11px;
}
.lent-item-infos {
  width: 65%;
}
.lent-item-infos,
.lent-item-price {
  position: relative;
  float: left;
  padding: 0px;
}
.lent-item-description {
  font-size: 8pt;
  padding-left: 5px;
}
.lent-item-manufacturer {
  font-size: 12px;
  color: #444;
}
.lent-item-collection {
  font-size: 12px;
  color: #444;
}
.lent-item-label {
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
}
.lent-item-price {
  text-align: center;
  font-weight: bold;
  width: 35%;
  font-size: 20px;
  padding-top: 0px;
}
.lent-item-soldePrice {
  font-weight: normal;
  font-size: 15px;
  text-decoration: line-through;
}
/*** Popup Commande ***/
.popupCde {
  background-color: #FFF;
  min-width: 920px;
  height: 650px;
  box-shadow: 0px 0px 2px 2px rgba(45, 45, 45, 0.3);
}
.popup-close {
  z-index: 111111;
}
.popupCde .popup-close {
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 99;
}
.puCde-infos,
.puCde-chars-1,
.puCde-chars-2 {
  border-right: 5px solid #e4e7ea;
}
.puCde-chars-description {
  font-size: 12px;
}
.puCde-infos,
.puCde-commande,
.puCde-chars {
  position: relative;
  float: left;
  padding: 10px;
  background-color: white;
}
.puCde-infos,
.puCde-commande {
  width: 50%;
}
.puCde-commande {
  display: inline-table;
}
.puCde-chars {
  width: 33%;
}
.puCde-image {
  text-align: center;
}
.puCde-image div {
  height: 350px;
  width: 350px;
  border: 2px solid #e4e7ea;
  display: inline-block;
  line-height: 350px;
}
.puCde-image div img {
  vertical-align: middle;
  height: auto;
  width: 346px;
}
.puCde-header {
  text-align: center;
  margin-bottom: 20px;
}
.puCde-header span {
  color: white;
  padding: 10px;
  display: inline-block;
  font-weight: bold;
}
.puCde-header .lent-item-label {
  font-size: 18px;
}
.puCde-header .lent-item-manufacturer {
  font-size: 14px;
}
.puCde-block {
  display: -webkit-box;
  margin-bottom: 5px;
}
.puCde-Prix {
  display: inline-block;
}
.puCde-pricetop {
  height: 50px;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  width: 120px;
  float: left;
}
.puCde-pricetop span {
  font-size: 22px;
  line-height: 22px;
}
.puCde-pricetopreduction {
  width: 200px;
  float: left;
  height: 50px;
  padding: 10px;
  font-size: 18px;
}
.puCde-price-nombre {
  width: 125px;
  float: left;
}
.puCde-price-nombre-label {
  width: 45px;
  float: left;
  text-align: center;
  color: white;
  background-color: #236a9a;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}
.puCde-price-nombre-prix {
  width: 78px;
  margin-left: 2px;
  float: left;
  color: white;
  background-color: #236a9a;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  padding-left: 5px;
}
.puCde-pricetop span {
  display: inline-block;
}
.puCde-similarProduct {
  margin-top: 10px;
  padding-left: 60px;
}
.puCde-similarProduct-title {
  font-size: 14px;
  color: #236a9a;
  font-weight: 600;
}
.puCde-similarProduct-div {
  width: 80px;
  height: 80px;
  float: left;
  text-align: center;
  line-height: 15px;
}
.puCde-similarProduct-label {
  font-size: 9px;
  line-height: 9px;
  display: inline-block;
  color: #3598DC;
}
.puCde-similarProduct-image {
  width: 50px;
  height: 50px;
  border: 1px solid #666;
  margin-left: 10px;
  margin-right: 10px;
}
.puCde-table {
  margin-bottom: 10px;
  margin-top: 10px;
}
.tCdeSurMesureOeil img {
  display: none;
}
.puCde-divAjoutPanier {
  text-align: center;
  margin: 0 auto;
  display: table;
  margin-top: 10px;
  height: 101px;
}
.puCde-chars-title {
  border-width: 0px;
  border-style: solid;
  border-bottom-width: 1px;
  text-align: left;
  font-size: 16px;
  padding-left: 30px;
  border-color: #3598DC;
  color: #3598DC;
}
.puCde-chars table {
  border-spacing: 8px 0;
}
.puCde-chars-1 td {
  text-align: left;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.puCde-chars-label {
  display: block;
  font-weight: bold;
}
.puCde-chars-value {
  padding-left: 10px;
}
.puCde-price {
  padding: 20px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
}
.puCde-price span {
  display: block;
}
.puCde-price-sub {
  font-size: 13px;
  font-weight: normal;
}
.puCde-stock-spqu {
  overflow: auto;
  height: 374px;
  border-top: 1px solid #b8b8b8;
}
.puCde-recommandation-image {
  width: 210px;
  text-align: center;
}
.puCde-recommandation-image img {
  margin-left: 10px;
  width: 200px !important;
  height: auto !important;
  vertical-align: middle;
}
.puCde-recommandation-price {
  width: 70px;
  background: #236a9a;
  color: white;
  float: right;
  margin: 10px;
  font-weight: bold;
  text-align: center;
}
.puCde-recommandation-label {
  width: 100%;
  text-align: center;
  color: #236a9a;
}
ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}
ul.pagination li {
  display: inline;
}
ul.pagination li a,
ul.pagination li input {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  /* Gray */
  margin: 0 4px;
  background-color: #FFF;
  cursor: pointer;
}
ul.pagination li a.active,
ul.pagination li input.active {
  color: white;
}
ul.pagination li a:hover:not(.selected),
ul.pagination li input:hover:not(.selected) {
  background-color: #ddd;
}
ul.pagination li a.selected,
ul.pagination li input.selected {
  color: white;
}
.pagging {
  text-align: center;
}
.buttonLentille,
.buttonLentille-NotSelected,
.buttonLentilleCommande {
  border: 0;
  border-radius: 3px;
  padding: 7px;
  font-size: 12px;
  display: inline-block;
  position: relative;
  float: left;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 250ms;
  height: 40px;
  margin: inherit;
  margin: 0px 0px 0px 0px;
  border-radius: initial;
  border: 1px solid #ccc;
  font-size: 110%;
}
.buttonLentille,
.buttonLentille-NotSelected {
  /*color: white;*/
  width: 33%;
}
.buttonLentilleCommande,
.buttonLentilleCommande-NotSelected {
  width: 50%;
}
/*Pour les izyswitch*/
.buttonYesNo-NotSelected:disabled {
  cursor: not-allowed !important;
}
.buttonLentille:first-child,
.buttonLentille-NotSelected:first-child,
.buttonLentilleCommande-NotSelected:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
  border-left: 1px solid #ccc !important;
}
.buttonLentille:last-child,
.buttonLentille-NotSelected:last-child,
.buttonLentilleCommande-NotSelected:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #ccc;
  border-left: none;
}
.buttonLentille:hover {
  /*background-color: #D32B1A;*/
}
.buttonLentille-NotSelected,
.buttonLentilleCommande-NotSelected,
.buttonYesNo-NotSelected {
  background-color: white;
  color: lightgrey;
  /*pour une meilleure visibilité*/
}
.buttonLentille-NotSelected:hover,
.buttonLentilleCommande-NotSelected:hover {
  background-color: #F9F9F9 !important;
}
.modalBackground {
  background-color: Black;
  filter: alpha(opacity=90);
  opacity: 0.8;
}
.modalPopup {
  background-color: #FFFFFF;
  border-width: 3px;
  border-style: solid;
  border-color: black;
  padding-top: 10px;
  padding-left: 10px;
  width: 300px;
  height: 350px;
}
.btnQuantite {
  bottom: 0;
  vertical-align: bottom;
}
.btnQuantiteContainer {
  position: relative;
}
.softtextboxQuantite {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  background-color: rgba(255, 255, 255, 0.5);
  height: 25px;
  margin-left: 0px;
  margin-right: 0px;
  width: 30px !important;
  text-align: center;
}
.buttonMidSolution {
  width: 150px;
  height: 26px;
}
.puCde-valider {
  border-radius: 0px !important;
  height: 91px;
  line-height: 77px;
  width: 400px;
  display: inline-block;
  border-right: 0px !important;
  border-left: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
}
.puCde-valider img {
  display: none;
}
.puCde-valider span {
  height: 100%;
  font-weight: bold;
  font-size: 25px;
}
.tCdeSurMesure td {
  border: 0;
}
.specialOngletsPopupInfos {
  margin: -15px -10px 0px -10px;
}
.tdPrice {
  min-width: 100px !important;
  border: none;
  border-right: 1px solid #ddd;
}
.tdright {
  text-align: right;
  padding-right: 30px;
  border: 0px;
  width: auto;
}
.tdleft {
  text-align: left;
  padding-left: 30px;
  border: 0px;
  width: 50%;
}
.ajustementDDLLentille {
  text-indent: 0px;
}
.ajustementMultiPrix {
  display: inline-block;
  overflow: auto;
  width: 459px;
  height: 85px;
  padding: 5px;
  border-width: 0px;
  border-style: solid;
  border-top-width: 1px;
  position: absolute;
  bottom: 0px;
}
.ajustementButtonPopUpPanierConnexion {
  float: none;
}
.popupPanierVider {
  height: 150px;
}
.popupNomPrenom {
  height: 50px;
  z-index: 1100011 !important;
}
.popupValideCommande {
  height: 120px;
  position: relative;
  z-index: 1100011 !important;
}
.ajustementModal {
  background-color: Black;
  filter: alpha(opacity=90);
  opacity: 0.8;
  z-index: 1100000 !important;
}
.popupInscriptionOK {
  height: 100px;
}
.stockdisponible {
  color: #008a00 !important;
}
.stockrestant {
  color: #b12704 !important;
}
.stockindisponible {
  color: #b12704 !important;
}
.table {
  font-family: LatoRegular, 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
}
.th {
  width: 100%;
  background-color: #3598DC;
  color: white;
  font-size: 13px !important;
  font-weight: bold;
}
.tr {
  width: 100%;
  display: inline-block;
  padding: 5px;
}
.trline {
  background-color: white;
  border-bottom: 1px solid #3598DC;
}
.tr:hover {
  background-color: #FFE4C4;
}
.cell {
  display: inline-block;
  font-size: 12px;
}
.cellth {
  display: inline-block;
  padding: 10px;
  font-size: 13px;
}
.subtr {
  width: 100%;
}
.lblSupprimer {
  color: #3598DC;
}
.lblSupprimer:hover {
  color: #E47911;
}
.libelleFraisPortPanier {
  color: black;
  font-size: 13px !important;
  font-weight: bold;
}
.lent-item-price-label {
  font-size: 8px;
  display: block;
}
.mode-ligne .lent-item {
  width: 750px;
  position: relative;
  float: left;
  margin: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 3px 0px #B7B7B7;
  cursor: pointer;
}
.mode-ligne .lent-item-infos {
  width: 350px !important;
  height: 36px;
}
.mode-ligne .lent-item-top {
  float: left;
  width: 200px !important;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  object-fit: contain;
  padding: 25px;
}
.mode-ligne .lent-item-top img {
  height: 230px;
  width: 230px;
  margin-left: 10px;
  max-width: 100%;
  height: auto !important;
  vertical-align: middle;
}
.mode-ligne .lent-item-nb {
  display: none;
}
.mode-ligne .lent-item-description {
  display: block !important;
  width: 350px;
  height: 140px;
  font-size: 13px;
  padding-left: 50px;
}
.mode-ligne .lent-item-price {
  width: 140px !important;
  padding: 5px !important;
  margin: 0px 25px 5px 30px !important;
  background-color: #FFF !important;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.mode-ligne .lent-item-price span sup {
  font-size: small !important;
}
.mode-ligne sup {
  top: 2px !important;
}
.mode-ligne .lent-item-addtocart {
  text-align: center;
  float: left;
  width: 140px;
  margin: 10px 30px 10px 30px;
  position: absolute;
  bottom: 0;
}
.mode-ligne .lent-item-addtocart a {
  line-height: 35px;
}
.mode-ligne .lent-item-addtocart a,
.mode-ligne .puCde-divAjoutPanier a {
  -moz-border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  border-radius: 20px !important;
  display: block !important;
  height: auto !important;
  color: #FFF !important;
  text-transform: uppercase !important;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 10px 2px 10px;
}
.mode-ligne .lent-item-addtocart a span {
  text-decoration: none;
}
.mode-ligne .lent-item-addtocart a img {
  vertical-align: top;
  width: 33px;
}
.mode-ligne .lent-item-manufacturer {
  display: none;
}
.mode-ligne .lent-item-bottom {
  background-color: white !important;
  float: left;
  width: 550px;
  height: 200px !important;
  display: flex;
}
.mode-ligne .lent-item-label {
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 16px !important;
  color: black !important;
  margin-top: 10px !important;
  margin-left: 50px !important;
}
.mode-ligne .monture-bottom-absolute {
  bottom: 10px;
}
.mode-ligne .pnl-item-prices {
  margin-top: 10px;
}
.mode-ligne .pnl-item-name-title {
  display: none;
}
.mode-ligne .monture-choix-taille {
  padding-left: 50px;
}
.mode-tuile {
  /* Display des products en tuiles*/
  display: flex;
  flex-wrap: wrap;
}
.mode-tuile .disable-right-border {
  border-right: none !important;
}
.mode-tuile .frame-specs {
  width: 300px;
}
.mode-tuile .frame-infos {
  position: absolute;
  width: 200px;
}
.mode-tuile .lent-item {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 3px 0px #B7B7B7;
  cursor: pointer;
  position: relative;
}
.mode-tuile .product-card {
  padding: 3px;
  margin: 1px;
  display: flex;
  flex-direction: column;
  flex: 0 0 33%;
  cursor: pointer;
  border-color: #B7B7B7;
}
.mode-tuile .product-image {
  height: 20vh;
  background: white;
  object-fit: contain;
  width: 100%;
  padding: 35px;
  position: relative;
}
.mode-tuile .lent-liste-c {
  width: 80% !important;
}
.mode-tuile .lent-filtre-buttons a {
  width: 180px;
}
.mode-tuile .lent-item-top img {
  height: 230px;
  width: 230px;
}
.mode-tuile .lent-item-top {
  float: left;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
}
.mode-tuile .lent-item-bottom {
  height: 100px;
}
.mode-tuile .lent-item-description {
  display: none;
}
.mode-tuile .pnl-item-prices {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.mode-tuile .lent-item-price {
  display: flex;
  flex-direction: column;
  width: auto;
}
.mode-tuile .pnl-item-prices:first-child {
  border-right: none !important;
}
.mode-tuile .lent-item-price-label {
  max-width: 75px;
}
.mode-tuile .lent-item-price-prix {
  margin-top: auto;
  margin-right: 1px;
}
.mode-tuile .monture-choix-couleur {
  width: auto !important;
}
.mode-tuile .monture-choix-taille span {
  display: none;
}
.mode-tuile .parent-produits-monture {
  position: absolute;
  bottom: 5px;
  width: 100%;
}
.mode-tuile .monture-bottom-absolute {
  width: 100%;
  display: flex;
  justify-content: center;
  left: 0;
}
.mode-tuile .lent-item-addtocart span {
  display: none !important;
}
.mode-tuile .pnl-item-name-title {
  display: initial;
}
.mode-tuile .pnl-item-name-invisible {
  display: none;
}