﻿* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a:link {
  text-decoration: none;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
  /* Permet d'éviter que l'overflow n'arrive pas jusqu'en bas quand l'on sélectionne la dernière entrée et empêche le chargement des résultats suivants*/
  white-space: nowrap;
  /* Si dans une popup*/
  z-index: 10000 !important;
}
/* IE 6 doesn't support max-height
    * we use height instead, but this forces the menu to always be this tall
    */
* html .ui-autocomplete {
  height: 100px;
}
.ui-state-focus {
  border: 1px solid #69b42a !important;
  background: #d9fdce url(../images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x !important;
  font-weight: bold;
  color: #565656 !important;
}
.autocomplete-textbox {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  cursor: pointer;
}
.clear {
  clear: both;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.tAlignCenter {
  text-align: center;
}
.tAlignLeft {
  text-align: left;
}
.tAlignRight {
  text-align: right;
}
.webshop-container {
  /*padding-bottom: 5px;*/
}
.ms-choice {
  position: relative;
  border: 0 !important;
}
.msChoixVerre .ms-choice {
  height: 30px;
  border: 1px solid #CCC !important;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.msChoixVerre .ms-choice > span {
  font-size: 12px;
  line-height: 30px;
}
.msChoixVerre .ms-search input {
  font-size: 12px;
}
.msChoixVerre ul {
  padding: 0 !important;
}
.msChoixVerre ul li label {
  padding: 10px;
  font-size: 11px;
  cursor: pointer;
}
.msChoixVerre ul li:hover {
  background-color: rgba(53, 152, 220, 0.2);
}
.msChoixVerre ul li.selected {
  background-color: rgba(53, 152, 220, 0.4);
}
.msChoixVerre input[type=radio] {
  display: none;
}
/**** Forms ****/
.row {
  position: relative;
  margin: 0 auto;
  /*max-width: 800px;*/
  /*padding: 60px 30px;*/
  /*text-align: center;*/
  /*z-index: 1;*/
}
.row > span {
  position: relative;
  display: inline-table;
  margin: 4px;
  height: 34px;
}
.row > span:first-child {
  margin-left: 0;
}
.row > span.pb10 {
  margin: 10px !important;
}
select,
input[type=text],
input[type=password],
textarea,
.row > span > input[type=submit],
.row > span > label,
.row > span .ms-parent {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  /*display: table-cell;*/
}
select[disabled="disabled"],
input[type=text][disabled="disabled"],
input[type=password][disabled="disabled"],
textarea[disabled="disabled"],
.row > span > input[type=submit][disabled="disabled"],
.row > span > label[disabled="disabled"],
.row > span .ms-parent[disabled="disabled"] {
  background-color: #dcdcdc;
  color: #989898;
  cursor: no-drop;
}
.no-border-radius {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.no-border-right {
  border-right: 0 !important;
}
.no-border-left {
  border-left: 0 !important;
}
.no-border-left-radius {
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.row > span > label,
.row > span > span {
  padding: 5px 10px;
  height: 30px;
  border: 1px solid #CCC;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #eee;
  color: #555;
  font-size: 12px;
  line-height: normal;
}
.row > span > label {
  float: left;
  border-right: 0;
}
select,
input[type=text],
input[type=password],
input[type=email],
.row > span > input[type=submit] {
  padding: 5px;
  height: 30px;
  border: 1px solid #CCC;
  background: #FFF;
  color: #555;
  font-size: 12px;
  /*border-top-left-radius: 0;
	border-bottom-left-radius: 0;*/
}
select[disabled="disabled"],
input[type=text][disabled="disabled"],
input[type=password][disabled="disabled"],
input[type=email][disabled="disabled"],
.row > span > input[type=submit][disabled="disabled"] {
  background-color: #EEE;
  cursor: no-drop;
}
.row > span > input[type=submit] {
  padding: 7px;
  background-color: #3598DC;
  color: #FFF;
}
.row > span > input[type=submit]:hover {
  background-color: #2F86C2 !important;
}
/** Magic Checkbox **/
.row.magic-checkboxes > span > label.magic-checkbox-label {
  float: none;
  padding: 0;
  height: 0;
  border: 0;
  background: #FFF;
  vertical-align: top;
}
.row.magic-checkboxes > span > input[type="checkbox"] + label:before {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.row.magic-checkboxes > span > input[type="checkbox"] + label:after {
  top: 9px;
  left: 12px;
  width: 9px;
  height: 12px;
}
.row.magic-checkboxes > span > input[type="checkbox"] + label.magic-checkbox-placeholder:after {
  display: block;
  border-color: #CCC;
}
.row.magic-checkboxes > span > input[type="checkbox"]:checked + label:after {
  border-color: #FFF !important;
}
/********/
.btnQuantiteContainer input[type=text] {
  height: 24px;
}
.row > span > select,
.row > span .ms-parent,
.row > span > input,
.row > span > textarea {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  /*background: #FFF;
	height: 34px;
	padding: 5px;*/
  /*border: 1px solid #CCC;
	color: #555;
	font-size: 13px;*/
}
.row > span select:focus,
.row > span input:focus,
.row > span textarea:focus {
  outline: 0;
  border-color: #66afe9;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.row > span > select:focus + label,
.row > span > input:focus + label,
.row > span > textarea:focus + label {
  background-color: #3598DB;
  color: #FFF;
}
/* NavBarCommande */
#breadcrumbs-two {
  display: table;
  overflow: hidden;
  margin: 1px;
  padding-right: 10px;
  padding-left: 0;
  width: 100%;
  table-layout: fixed;
}
#breadcrumbs-two li {
  display: table-cell;
  list-style: none;
  /* margin: 0 .5em 0 1em; */
}
#breadcrumbs-two a {
  position: relative;
  display: block;
  margin: 0 0.4em 0 1em;
  padding: .7em 1em;
  width: auto;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #ddd;
  color: #444;
  text-decoration: none;
  font-size: 12px;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  /* float: left; */
  /*text-shadow: 0 1px 0 rgba(255,255,255,.5);*/
}
/*#breadcrumbs-two a:hover:not(.aspNetDisabled) {
	background: #2BB365;
}*/
#breadcrumbs-two a::before {
  position: absolute;
  top: 50%;
  left: -1em;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  content: " ";
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
#breadcrumbs-two li:first-child a {
  margin-left: 0 !important;
}
#breadcrumbs-two li:first-child a::before {
  content: none;
}
/*#breadcrumbs-two a:hover:not(.aspNetDisabled)::before {
	border-color: #2BB365 #2BB365 #2BB365 transparent;
}*/
#breadcrumbs-two a::after {
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  content: " ";
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  /*
  transition-property: all;
  transition-duration: 250ms;*/
}
/*#breadcrumbs-two a:hover:not(.aspNetDisabled)::after {
	border-left-color: #2BB365;
}*/
#breadcrumbs-two .current,
#breadcrumbs-two .current:hover {
  color: #fff;
  font-weight: bold;
  /*background: #2BB365;*/
}
/*#breadcrumbs-two .current::after {
	border-left-color: #2BB365;
}*/
/*#breadcrumbs-two .current::before {
	border-color: #2BB365 #2BB365 #2BB365 transparent;
}*/
#breadcrumbs-two .past {
  font-weight: bold;
  /*color: #fff;
	background: #66cc97;*/
}
/*#breadcrumbs-two .past::after { 
	border-left-color: #66cc97;
}*/
/*#breadcrumbs-two .past::before {
	border-color: #66cc97 #66cc97 #66cc97 transparent;
}*/
#breadcrumbs-two .error,
#breadcrumbs-two .error:hover,
#breadcrumbs-two .pastError:hover {
  font-weight: bold;
  /*color: #fff;
	background: #b30000;*/
}
/*#breadcrumbs-two .error::after,
#breadcrumbs-two .error:hover::after,
#breadcrumbs-two .pastError:hover::after { 
	border-left-color: #b30000;
}

#breadcrumbs-two .error::before,
#breadcrumbs-two .error:hover::before,
#breadcrumbs-two .pastError:hover::before {
	border-color: #b30000 #b30000 #b30000 transparent;
}*/
#breadcrumbs-two .pastError {
  font-weight: bold;
  /*color: #fff;
	background: #ff9999;*/
}
/*#breadcrumbs-two .pastError::after { 
	border-left-color: #ff9999;
}

#breadcrumbs-two .pastError::before {
	border-color: #ff9999 #ff9999 #ff9999 transparent;
}*/
/*** Sections ****/
.section {
  margin: 0 0 0px 10px;
}
.section.panelGauche {
  margin: 0 10px 20px 0;
}
.section.panelCentre {
  margin: auto;
  width: 90%;
  text-align: center;
}
.section-header span {
  display: block;
  width: 50%;
  border-bottom: 1px solid #CCC;
  text-align: left;
  font-size: 15px;
  /*padding: 6px 0;*/
}
.section.panelDroit .section-header span {
  float: right;
  text-align: right;
}
.section.panelCentre .section-header span {
  margin: auto;
  text-align: center;
}
.section-content {
  padding: 5px 0;
}
.input-form.posVert {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 7px;
}
.input-form-label {
  display: block;
  padding-bottom: 3px;
  color: #424242;
  text-align: left;
  font-size: 14px;
}
.input-form-error {
  display: block;
  padding: 7px 0;
  color: #c0392b;
  font-weight: bold;
  font-size: 14px;
}
.elementsauvegarde {
  color: #27AE60;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.panelDroit .input-form-label {
  text-align: right;
}
.input-form-check {
  margin-left: -5px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.input-form select {
  min-width: 100px;
}
/*Panels spe*/
.panelfullD {
  float: right;
  width: 100%;
}
.panelsemifull {
  float: left;
  width: 50%;
}
.panelDroit,
.panelGauche,
.panelCenter {
  display: inline-block;
  vertical-align: top;
}
.panelCenter {
  width: 8%;
  text-align: center;
}
.panelDroit {
  width: 42%;
  text-align: right;
}
.panelGauche {
  width: 42%;
  text-align: left;
}
.panelODroit {
  float: right;
  text-align: right;
}
.panelOGauche {
  float: left;
  text-align: left;
}
/*TextBox*/
.softtextbox {
  height: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}
.softtextboxred {
  height: 25px;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ff9999;
}
.table-supplements th {
  border-bottom: 1px solid #DDD;
  color: #444;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
}
/*DropDownList*/
.softdrop {
  height: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.softdrop[disabled='disabled'] {
  background-color: #CCC;
}
.softdropred {
  height: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #b30000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.buttons-container {
  margin-top: 5px;
  padding: 5px;
}
.msg-error-container {
  display: block;
  padding: 0 150px 10px 150px;
  width: 100%;
  text-align: center;
}
.msg-error {
  padding: 10px;
  border: 1px solid #c0392b;
  color: #e74c3c;
  font-size: 14px;
}
.or-spacer {
  position: relative;
}
.or-spacer .mask {
  overflow: hidden;
  height: 20px;
}
.or-spacer .mask:after {
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  -moz-border-radius: 10.41666667px;
  -webkit-border-radius: 10.41666667px;
  border-radius: 10.41666667px;
  content: '';
  /*box-shadow: 0 0 12px #1a4b6d;*/
}
.iptTraitements select {
  width: 190px !important;
}
.iptTraitements span {
  margin: 0 5px !important;
}
.magic-checkboxes label.magic-checkbox-label {
  margin-right: 15px;
  vertical-align: super;
  font-size: 14px;
  cursor: pointer;
}
/*Tableau*/
.tCorrections {
  margin-bottom: 15px;
  width: 0px;
  border-collapse: collapse;
}
.tCorrections tr {
  line-height: 14px;
}
.tCorrections .row {
  min-width: 140px;
}
.tCorrections .row label {
  width: 80px;
}
.tEcartHauteur {
  margin-bottom: 15px;
  width: 0px;
  border-collapse: collapse;
}
.tEcartHauteur tr {
  line-height: 14px;
}
.tEcartHauteur td {
  vertical-align: top;
}
.tEcartHauteur .row label {
  width: 80px;
}
.tEcartHauteur .row {
  min-width: 160px;
}
.tEcartHauteur .diam-utile {
  color: #707070;
}
.tr-bot {
  /*border-top: 1px solid #ddd;*/
}
.td-titre,
.td-titre-arrow {
  width: 90px;
}
.td-titre {
  text-align: left;
  font-size: 85%;
}
.td-titre-arrow {
  text-align: center;
}
.p-titre {
  margin: 0px;
}
.p-titre::first-letter {
  font-weight: bold;
  font-size: 160%;
}
td {
  /*width: 240px;*/
  text-align: center;
  /*border-right: 1px solid #ddd;*/
}
td:last-child {
  border-right: none;
}
.tr-mid-cev td {
  border-top: 1px solid #ddd;
  border-right: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.td-cev-barrier {
  border-right: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.td-cev-x {
  width: 33%;
}
.tr-cev td {
  border-right: 0px solid #ddd;
}
.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.titre {
  text-decoration: underline;
  font-weight: bold;
}
.panier {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  float: right;
  height: 74px;
  background-color: #fff;
  line-height: 24px;
}
.liPanier {
  float: right !important;
  width: 75px;
  height: 100%;
  border-bottom: 1px solid #eee;
  list-style-type: none;
  vertical-align: initial;
  text-align: center;
}
.panier div a img {
  max-height: 75px;
  width: 52px;
}
.lpanier {
  display: none;
}
#ulPanier {
  z-index: 9999;
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 100%;
  outline: none;
  background: #fff;
  background-color: transparent;
  font-weight: 400;
  font-size: 12px;
  font-family: Arial;
  cursor: pointer;
}
#ulPanier li {
  position: relative;
  display: block;
  float: left;
  font-size: 19px;
}
#ulPanier li a {
  z-index: 9999;
  display: block;
  padding-top: 10px;
  width: 100%;
  height: 100%;
  color: black;
  text-decoration: none;
  font-weight: 400;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.panier-mark {
  position: relative;
}
.panier-mark img {
  width: 52px;
  border: 0;
}
.panier-mark-num {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: block;
  width: 26px;
  height: 26px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}
#ulPanier ul {
  position: absolute;
  top: 75px;
  z-index: 9999;
  display: none;
  margin: 0;
  padding: 0;
  width: 300px;
  border: 1px solid #B9B9B9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background-color: #F9F9F9;
  list-style: none;
  /*top: 50px;*/
}
/* tooltip arrow */
#ulPanier ul:after {
  position: absolute;
  bottom: 100%;
  left: 8px;
  width: 0;
  height: 0;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #fff transparent;
  content: "";
}
#ulPanier ul:before {
  position: absolute;
  bottom: 100%;
  left: 4px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;
  content: "";
}
#ulPanier ul li {
  display: block;
  width: 100%;
  font-size: 16px;
  cursor: default;
}
#ulPanier ul li a {
  display: block;
  padding: 8px 2px;
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  cursor: pointer;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#ulPanier ul li:first-child {
  padding: 12px 2px;
  font-weight: bold;
  font-size: 18px;
}
/*#ulPanier ul li.panier-valider {
	color: #FFF !important;
	background-color: #3598DC;
}*/
#ulPanier ul li.panier-valider img {
  width: 24px;
}
#pnlRedirect {
  width: 100%;
  height: 300px;
}
/*check*/
.div-check {
  display: inline-block;
}
.div-check input {
  font-size: 15px !important;
}
.divDiametre {
  display: inline-block;
  text-align: left;
}
.divHidden {
  display: none;
}
.divDL {
  display: inline-block;
  margin: 5px;
}
.buttonValider {
  padding: 7px 15px;
}
.buttonValider span {
  vertical-align: middle;
  font-size: 14px;
}
.buttonValider img {
  vertical-align: middle;
}
.buttonValider img.mLeft {
  margin-right: 0;
  margin-left: 5px;
}
.buttonValider img.mRight {
  margin-right: 5px;
  margin-left: 0;
}
.cde-comment {
  display: block;
  padding: 5px;
  width: 40%;
  border: 1px solid #CCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font-family: inherit;
}
.historique-search {
  padding: 10px 10px 20px 10px;
  text-align: center;
}
.discon-part {
  position: relative;
  display: inline-block;
  height: 100%;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(20, 149, 69, 0.05);
  font-size: 12px;
}
.discon-part:last-child {
  border-right: 0;
}
.discon-part a.aAction,
.discon-part a.aAction:visited,
.discon-part a.aAction:active {
  display: block;
  padding: 10px;
  padding-bottom: 7px;
  min-width: 75px;
  width: 100%;
  height: 100%;
  color: black;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.discon-part a img {
  display: block;
  margin: auto;
  vertical-align: middle;
}
.discon-part span {
  vertical-align: bottom;
}
.discon-part-login .lock-out {
  display: block;
}
.discon-part-login .lock-in {
  display: none;
}
.discon-part-login:hover .lock-out {
  display: none;
}
.discon-part-login:hover .lock-in {
  display: block;
}
.infos-client {
  vertical-align: top;
  text-align: center;
  max-width: 200px;
  padding-top: 10px;
}
.inscription .login-form,
.login .login-form,
.changerMDP .login-form {
  /*padding-bottom: 5px;*/
  padding: 0 10px 5px 10px;
}
.gestionFacturation .row label,
.inscription .row label {
  width: 200px;
}
.inscription .login-form input[type="text"],
.inscription .login-form input[type="email"],
.inscription .login-form select,
.inscription .login-form input[type="password"] {
  width: 250px;
}
.changerMDP .row label {
  width: 250px;
}
.changerMDP .login-form input[type="text"],
.changerMDP .login-form input[type="email"],
.changerMDP .login-form select,
.changerMDP .login-form input[type="password"] {
  width: 220px;
}
.profil {
  width: 510px !important;
}
.profil .row label {
  width: 160px;
}
.profil .login-form input[type="text"],
.profil .login-form textarea,
.profil .login-form input[type="email"],
.profil .login-form select,
.profil .login-form input[type="password"] {
  width: 320px;
}
.profil .telephone-text {
  width: 250px !important;
}
.profil .subitem-text {
  width: 250px !important;
}
.adresse input[type="text"],
.adresse textarea,
.adresse input[type="email"],
.adresse select,
.adresse input[type="password"] {
  width: 485px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.adresse input[type="text"].nomvoie {
  width: 365px;
}
.adresse select.typevoie {
  width: 80px;
}
.adresse input[type="text"].ville {
  width: 285px;
}
.adresse input[type="text"].numrue {
  width: 40px;
}
.adresse input[type="text"].codepostal {
  width: 80px;
}
.adresse input[type="text"].pays {
  width: 120px;
}
.country-code {
  width: 70px !important;
  border-right: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.telephone-text {
  width: 290px !important;
}
.subitem-text {
  width: 290px !important;
}
.login.inscription .login-header,
.login.profil .login-header,
.login.changerMDP .login-header {
  margin-bottom: 10px;
}
.tLayout-inscription {
  position: relative;
  margin: auto;
  margin-bottom: 10px;
  width: 100%;
}
.tLayout-inscription td {
  border: 0;
  vertical-align: top;
  text-align: initial;
}
.tLayout-inscription .inscription {
  width: 100%;
}
.gestionFacturation .row,
.inscription .row {
  padding: 5px;
}
.gestionFacturation .row span,
.inscription .row span {
  margin: auto;
  width: 100%;
}
.inscription-cgu {
  margin-bottom: 10px;
  font-size: 14px;
}
.inscription-cgu a,
.inscription-cgu a:visited {
  color: blue;
  text-decoration: underline;
}
.inscription-captcha {
  display: inline-block;
  margin-bottom: 15px;
}
.gestionFacturation .buttonValider,
.inscription .buttonValider {
  display: inline-block;
  font-size: 16px;
}
.gestionFacturation .buttonValider span,
.inscription .buttonValider span {
  font-size: 16px;
}
/*** Panel Login ***/
.ulogin {
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 990;
  overflow: hidden;
  width: 290px;
  height: 0;
  background-color: #FFF;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  /*border: 1px solid #CCC;*/
  /*padding-top: 5px;*/
}
.discon-part-login:hover .ulogin {
  padding-top: 5px;
  height: 286px;
  border: 1px solid #CCC;
}
.discon-part .ulogin a:hover {
  background: none;
}
.ulogin .login-buttons {
  padding-top: 5px;
}
.ulogin .row {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ulogin .login-buttons a img {
  display: inline;
  width: 24px;
}
.requiredField {
  float: left;
  padding: 2px 5px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-color: #ff6e6e !important;
  color: #FFF !important;
  /* width: 33% !important; */
}
/**** Panier ***/
.panier-content {
  float: left;
  margin-right: 5px;
  padding-bottom: 10px;
  width: 720px;
}
.panier-content table {
  border-collapse: collapse;
}
.panier-content-img {
  width: 130px;
  height: auto;
}
.panier-actions {
  padding: 15px 5px 10px 0px;
  text-align: left;
}
.panier-actions a {
  margin-right: 10px;
}
.buttonRed {
  background-color: #df4937;
}
.buttonRed:hover {
  background-color: #cd3835 !important;
}
.panier-actions a img {
  width: 16px;
}
.panier-content tr,
.panier-content .tr:hover,
.panier-recap .tr:hover {
  background-color: #FFF;
}
.panier-content th {
  padding: 10px;
  font-size: 13px;
}
.panier-content td {
  padding: 3px;
}
.panier-content .panier-total-container {
  width: 100%;
}
.panier-content .panier-total {
  position: relative;
  float: right;
}
.panier-content .panier-total div {
  float: left;
  width: 200px;
  height: 34px;
  line-height: 34px;
}
.panier-total-value {
  padding-left: 5px;
  background-color: #FFF;
  font-size: 16px;
  text-align: left;
}
.panier-total-label {
  text-align: center;
  font-size: 16px !important;
}
.panier-recap {
  float: left;
  margin-top: 57px;
  width: 275px;
  background-color: white;
  vertical-align: top;
}
/*** Adresses ***/
.panier-adresses {
  width: 100%;
}
.panier-adresse-c {
  position: relative;
  float: left;
  padding: 0px 20px 20px 0;
}
.panier-adresse {
  /*min-height: 250px;*/
  width: 340px;
  background-color: #FFF;
  -moz-box-shadow: 0px 0px 3px 0px #B7B7B7;
  -webkit-box-shadow: 0px 0px 3px 0px #B7B7B7;
  box-shadow: 0px 0px 3px 0px #B7B7B7;
}
.panier-adresse input[type="radio"] {
  margin-bottom: 20px;
}
.panier-adresse-header {
  float: right;
  padding: 5px;
  width: 45px;
  text-align: right;
  /*border-bottom: 1px solid #3598DC;*/
}
.panier-adresse-header img {
  display: block;
  margin-bottom: 6px;
}
.panier-adresse-content {
  margin: auto;
  padding-top: 7px;
  padding-right: 30px;
  min-height: 130px;
  width: 90%;
  font-size: 14px;
}
.panier-adresse-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.panier-adresse-actions {
  margin: auto;
  padding-bottom: 7px;
  width: 90%;
}
.panier-sde-pair {
  display: inline-block;
  padding: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 20px;
  color: #FFF;
  background-color: #69b42a;
  font-size: 11px;
  vertical-align: text-bottom;
}
.btnAdresseAction {
  display: block;
  margin: 5px auto;
  padding: 7px;
  width: 100%;
  border-width: 2px;
  border-style: solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFF;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.panier-recap-adresse {
  padding: 4px;
  width: 100%;
  border-bottom: 1px solid #BBB;
}
.panier-recap-adresse-content {
  padding-right: 30px;
}
.panier-recap-adresse-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.panier-recap-adresse-tags {
  float: right;
  padding: 3px;
  width: 30px;
  text-align: right;
}
.panier-recap-adresse-tags img {
  width: 24px;
}
.popupEditAdresse {
  padding-bottom: 7px;
  width: 540px !important;
  height: auto !important;
}
/** Mode de paiement **/
.panier-mpa {
  display: table;
  margin-bottom: 8px;
  width: 100%;
  height: 100px;
  background-color: #FFF;
  -moz-box-shadow: 0px 0px 3px 0px #B7B7B7;
  -webkit-box-shadow: 0px 0px 3px 0px #B7B7B7;
  box-shadow: 0px 0px 3px 0px #B7B7B7;
}
.panier-mpa-check,
.panier-mpa-content {
  display: table-cell;
  height: 100%;
}
.panier-mpa input[type='radio'] {
  display: none;
}
label.panier-mpa-check {
  width: 100px;
  height: 100%;
  background-color: rgba(53, 152, 220, 0.3);
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.panier-mpa input:checked ~ label.panier-mpa-check {
  background-color: #3598dc;
}
.panier-mpa input[disabled='disabled'] ~ label.panier-mpa-check,
label.panier-mpa-check.checkDisabeld {
  background-color: rgba(110, 147, 172, 0.3);
  cursor: no-drop;
}
.panier-mpa-content {
  padding: 5px;
}
.panier-mpa-title {
  display: block;
  padding-bottom: 5px;
  width: 100%;
  font-size: 20px;
}
.panier-mpa-sub {
  display: block;
  font-size: 13px;
}
.panier-mpa-sub img {
  height: 17px;
  vertical-align: middle;
}
.panier-mpa-enattente {
  display: block;
  margin-top: 10px;
  color: #e67e22;
  font-size: 13px;
}
.panier-validation {
  color: #555;
  text-align: center;
  font-size: 18px;
}
.panier-mpa-demande {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #D74136;
  color: #FFF;
  font-size: 13px;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.panier-mpa-demande:hover {
  background-color: #d32b21;
}
/*** Modes de paiement ***/
.mpa-item {
  display: table;
  width: 100%;
}
.mpa-item hr {
  display: block;
  margin: auto;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 33%;
  border: 1px solid #eaeaea;
}
.mpa-item .buttonValider {
  width: auto !important;
  font-size: 13px;
}
.mpa-autorisation,
.mpa-contenu {
  display: table-cell;
  vertical-align: top;
}
.mpa-autorisation {
  padding: 6px;
  padding-top: 9px;
  width: 52px;
  height: 52px;
}
.mpa-autorisation > div {
  padding-top: 6px;
  width: 42px;
  height: 42px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
}
.mpa-autorisation > div img {
  width: 30px;
  height: 30px;
}
.mpa-content {
  padding: 5px 0;
}
.mpa-title {
  font-size: 20px;
}
.mpa-sub-oui,
.mpa-sub-non,
.mpa-sub-enattente {
  display: block;
  padding-bottom: 5px;
  width: 100%;
  font-size: 12px;
}
.mpa-description {
  display: block;
  font-size: 13px;
}
.mpa-sub-oui {
  color: #119200;
}
.mpa-autorisation-oui {
  background-color: #119200;
}
.mpa-sub-non {
  color: #D74136;
}
.mpa-autorisation-non {
  background-color: #D74136;
}
.mpa-sub-enattente {
  color: #e67e22;
}
.mpa-autorisation-enattente {
  background-color: #e67e22;
}
.popupDemandeSEPA {
  padding: 10px;
  padding-bottom: 7px;
  width: 600px !important;
  height: auto !important;
}
.popupDemandeSEPA fieldset {
  margin: 11px 0;
  font-size: 13px;
}
.popupDemandeSEPA fieldset p {
  margin: 5px 0;
  font-size: inherit;
}
.popupDemandeSEPA fieldset legend {
  font-weight: bold;
  font-size: 16px;
}
.popupDemandeSEPA .buttonValider {
  font-size: 13px;
}
.popupDemandeSEPA .fu-container {
  padding: 6px 0;
}
/*** Verre - suppléments ***/
.suppl-container {
  margin-top: 20px;
  padding: 10px;
  width: 45%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFF;
  -moz-box-shadow: 0px 0px 3px 0px #B7B7B7;
  -webkit-box-shadow: 0px 0px 3px 0px #B7B7B7;
  box-shadow: 0px 0px 3px 0px #B7B7B7;
}
.suppl-dispo {
  float: left;
}
.suppl-selected {
  float: right;
  -moz-box-shadow: 0px 0px 3px 0px #3598dc;
  -webkit-box-shadow: 0px 0px 3px 0px #3598dc;
  box-shadow: 0px 0px 3px 0px #3598dc;
}
.suppl-container ul,
.suppl-container ul li {
  padding: 0;
  list-style: none;
}
.suppl-container input[type=checkbox] {
  display: none;
}
.suppl-container label {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #eaeaea;
  background-color: #F5F5F5;
  font-size: 13px;
  cursor: pointer;
  /* width: 100%; */
}
.suppl-container label:after,
.suppl-container label:hover:after {
  position: absolute;
  top: 7px;
  right: 13px;
  width: 24px;
  height: 24px;
  background: transparent url(/images/icones/arrow_down.png) no-repeat center center;
  content: '';
}
.suppl-container input[type=checkbox]:checked + label:after {
  background-image: url(/images/icones/arrow_up.png);
}
.suppl-title {
  display: block;
  text-align: center;
  font-size: 13px;
  /*font-weight: bold;*/
}
.suppl-selected .suppl-title {
  color: #3598dc;
}
.supl-liste-container {
  display: none;
  overflow: auto;
  max-height: 280px;
  border-bottom: 1px solid #AAA;
}
.suppl-liste {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  background: rgba(255, 255, 255, 0.5);
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  /*height: 0px;*/
  /*overflow: hidden;*/
}
.suppl-container input[type=checkbox]:checked ~ .supl-liste-container {
  display: block;
}
.suppl-liste li {
  display: block;
  margin: 5px 0;
  padding: 10px !important;
  border: 1px solid #CCC;
  background-color: #FFF;
  font-size: 11px;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.suppl-liste li:hover {
  background-color: rgba(53, 152, 220, 0.2);
}
/*** Verres ***/
.verres-tabs {
  padding-left: 20px;
  border-bottom: 1px solid #a3a3a3;
  font-size: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.verre-tab {
  display: inline-block;
  margin-bottom: -1px;
  padding: 10px;
  border: 1px solid #a3a3a3;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #333;
  font-size: 14px;
  /* border-bottom-color: #e4e7ea; */
}
.verre-tab[disabled=disabled],
.verre-tab.aspNetDisabled {
  color: #b9b9b9;
  cursor: no-drop;
}
.verre-tab.selected {
  border-width: 2px;
  border-bottom-width: 1px;
  border-bottom-color: #e4e7ea !important;
  font-weight: bold;
}
.verre-tabs-btn {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -1px;
  margin-left: 5px;
  padding: 4px;
  height: 43px;
  border: 0;
  background-color: #3598DB;
  vertical-align: bottom;
}
.verre-tab-content {
  padding-top: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inputError {
  border-color: red !important;
}
.inputError > button {
  border: 1px solid red !important;
}
.cde-params {
  position: relative;
  display: table;
  width: 100%;
}
.cde-params-cleft,
.cde-params-cright {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.cde-params-cright {
  text-align: center;
}
.cde-params .section {
  margin: 0 !important;
}
.cde-params .section-header span {
  width: 100%;
}
.cde-formepart {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 100%;
  text-align: center;
}
.cde-formebtn {
  display: block;
  width: 100%;
}
.cde-formebtn-title {
  position: relative;
  display: block;
  padding: 7px 15px;
  border: 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: white;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.cde-formepart img {
  width: 100%;
}
.cde-formebtn-svg svg {
  background-color: #FFF;
}
.width380 {
  width: 380px;
}
.cde-resume {
  margin: auto;
  margin-bottom: 15px;
  width: auto !important;
  border-spacing: 12px;
  border-collapse: separate;
}
.cd-resume-part {
  position: relative;
  padding: 8px;
  border: 1px solid rgba(157, 168, 176, 0.498039);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFF;
  color: #555;
  font-size: 9px;
  line-height: 18px;
}
.cd-resume-part-title {
  margin-right: 5px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 100%;
}
.cd-resume-part a {
  display: block;
  width: 100%;
  height: 100%;
}
.cd-resume-part a img {
  width: 40px;
}
#BodyContent_upAjouterAuPanier {
  display: flex;
}
#BodyContent_upAjouterAuPanier div {
  margin: 0 auto;
}
.ui-widget {
  font-family: inherit !important;
  font-size: inherit !important;
}
.ui-menu-item {
  font-size: 0.9em;
}
#BodyContent_ucEditAdresse_btnEditer,
#BodyContent_ucEditAdresse_btnAnnuler,
#BodyContent_btnCopyCommande,
#BodyContent_btnViderPanier,
#BodyContent_btnAjoutAdresse {
  width: 200px;
}
#BodyContent_btnCommande {
  width: 280px;
}
#BodyContent_hlPrecedent {
  width: 140px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.champobligatoire {
  color: red;
}
.warning {
  width: 45px;
  height: 45px;
}
div.warning {
  position: relative;
  float: right;
  display: block;
  padding: 15px;
  padding-bottom: 7px;
  min-width: 75px;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  height: 100%;
}
.warning:hover {
  background-color: rgba(105, 180, 42, 0.05);
}
.pdfverre {
  position: relative;
  display: inline-table;
  margin: 4px;
  height: 34px;
}
.imgpdfverre {
  height: 33px;
  vertical-align: middle;
}
.cd-resume-part + td {
  border-right: 1px solid rgba(157, 168, 176, 0.498039);
}