﻿* {
  -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;*/
}
.buttonOptionalAdd {
  opacity: 0.6;
  margin-right: 20px;
}
.buttonPri {
  opacity: 0.6;
  padding: 7px 15px;
  font-size: 12px !important;
}
.buttonPri-up {
  padding-bottom: 4px !important;
}
.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;
  margin-right: 0;
}
.row > span.pb10 {
  margin: 10px !important;
}
select,
input[type=text],
input[type=password],
input[type=date],
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"],
input[type=date][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;
}
.row > span > label i {
  font-size: 16px;
  margin-left: 3px;
}
select,
input[type=text],
input[type=password],
input[type=email],
input[type=date],
.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"],
input[type=date][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;
}
.row-filtre > span {
  display: inline-block;
}
.row-filtre > span > label {
  padding: 9px;
  float: left;
  border-right: 0;
}
.row-filtre > span > label i {
  font-size: 16px;
  margin-left: 3px;
}
/* NavBarCommande */
#breadcrumbs-two {
  display: flex;
  overflow: hidden;
  margin: 1px 1px 5px 1px;
  padding-right: 10px;
  padding-left: 0;
  width: 100%;
}
#breadcrumbs-two li {
  list-style: none;
  flex: 1;
  /* Prend toute la place de manière equivalente */
}
#breadcrumbs-two a {
  position: relative;
  display: block;
  margin: 0 0.4em 0 1em;
  padding: 0.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 .first-child a {
  margin-left: 0 !important;
}
#breadcrumbs-two .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;
}
.accueil-distributeur {
  margin-top: 62px;
  padding: 32px;
  width: inherit;
  text-align: center;
  font-size: 42px;
}
.img-distributeur {
  width: 70px;
  vertical-align: middle;
}
/*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-container-popup {
  display: block;
  padding: 0 90px 10px 90px;
  width: 100%;
  text-align: center;
}
.msg-error {
  padding: 10px;
  border: 1px solid #c0392b;
  color: #e74c3c;
  font-size: 14px;
  margin: 0px 10px 0px 10px;
}
.msg-error ul li {
  list-style-type: none;
}
.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: 125px / 12px;
  -webkit-border-radius: 125px / 12px;
  border-radius: 125px / 12px;
  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: 165px;
}
.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;
}
.first-child-ariane {
  border-left: 1px solid rgba(157, 168, 176, 0.498039);
}
.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: 61px;
  background-color: #fff;
}
.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: 33px;
}
.lpanier {
  /*display: none;*/
}
.menuPanier {
  padding-top: 5px !important;
}
#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,
.CdesAtt-mark-num {
  position: absolute;
  right: 16px;
  bottom: 18px;
  display: block;
  width: 26px;
  height: 26px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  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.aspNetDisabled {
  opacity: 0.5;
  cursor: no-drop;
}
.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: 11px;
}
.discon-part:last-child {
  border-right: 0;
}
.discon-part a.aAction,
.discon-part a.aAction:visited,
.discon-part a.aAction:active {
  display: block;
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
  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: 166px;
}
.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"].etat {
  width: 285px;
}
.adresse input[type="text"].ville {
  width: 285px;
}
.adresse input[type="text"].numrue {
  width: 40px;
}
.adresse input[type="text"].codepostal {
  width: 200px;
}
.adresse input[type="text"].pays {
  width: 200px;
}
.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;
  display: flex;
  flex-direction: column;
}
.panier-content-all {
  display: inline-flex;
}
.panier-statutClient {
  width: 100%;
  background-color: white;
  padding: 10px;
  text-align: center;
  color: red;
  border: 1px solid black;
  font-size: 14px;
}
.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 !important;
}
.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;
}
.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: 50%;
}
.panier-informations {
  display: inline-flex;
  width: 50%;
  float: right;
}
.panier-adresse-c {
  position: relative;
  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-information-content {
  margin: auto;
  padding-top: 7px;
  padding-bottom: 14px;
  padding-right: 30px;
  min-height: 130px;
  width: 90%;
  font-size: 14px;
  text-align: center;
}
.panier-information-content input {
  width: 100%;
}
.panier-information {
  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-information-form {
  text-align: left;
  color: #555;
  font-size: 12px;
}
.panier-information-c {
  position: relative;
  padding: 0px 20px 20px 0;
}
.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;
  color: #FFF;
  background-color: #69b42a;
  font-size: 11px;
  vertical-align: text-bottom;
}
.commande-sde-pair {
  display: inline-block;
  padding: 2px;
  border-radius: 5px;
  color: #FFF;
  background-color: #69b42a;
  font-size: 8px;
  text-align: center;
}
.commande-sde-pair {
  display: inline-block;
  padding: 2px;
  border-radius: 5px;
  color: #FFF;
  background-color: #69b42a;
  font-size: 8px;
  text-align: center;
}
.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;*/
}
.classe-supplement {
  position: absolute;
  right: 0;
  margin-right: 10px;
}
.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-collapse: separate;
}
.cd-resume-part {
  position: relative;
  padding: 4px;
  border-top: 1px solid rgba(157, 168, 176, 0.498039);
  border-right: 1px solid rgba(157, 168, 176, 0.498039);
  border-bottom: 1px solid rgba(157, 168, 176, 0.498039);
  background-color: #FFF;
  color: #555;
  font-size: 9px;
  line-height: 18px;
}
.cd-resume-part:first-child {
  border-left: 1px solid rgba(157, 168, 176, 0.498039);
}
.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;
}
td.cd-resume-part:last-child {
  border-right: 1px solid rgba(157, 168, 176, 0.498039) !important;
}
.prix-border-left {
  border-left: 1px solid #646464;
}
.prix-border-top {
  border-top: 1px solid #646464;
}
#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,
.warn-remboursement {
  position: relative;
  display: inline-table;
  margin: 4px;
  height: 34px;
}
.imgpdfverre {
  height: 33px;
  vertical-align: middle;
}
.qtip-image {
  margin-top: 2px;
  width: 100%;
  height: 100%;
}
.span-qtip {
  float: left;
  cursor: help;
  position: relative;
}
.span-qtip i {
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  margin-left: -5px;
  margin-top: 1px;
}
.discon-part a.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.help-img {
  width: 30px;
  height: 30px;
  margin-top: 4px;
  margin-bottom: 2px;
}
.prop65 {
  text-align: center;
  font-size: 13px;
}
.prop65 input[type=checkbox] {
  margin: 10px;
}
.cdesAtt-title {
  margin-top: 10px;
  text-align: center;
  color: #FFF;
  padding-top: 7px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 23px;
}
.cdesAtt-divPay {
  padding: 10px;
  display: flex;
  margin-bottom: 10px;
}
.cdesAtt-divPay .divPay-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cdesAtt-divPay .divPay-item .aspNetDisabled {
  cursor: no-drop;
}
.cdesAtt-gridTdSelec {
  text-align: center !important;
  vertical-align: middle !important;
}
.buttonEnabler.aspNetDisabled {
  cursor: no-drop;
}
.popupGeneric {
  background-color: #FFFFFF;
  box-shadow: 1px 1px 12px #555;
  padding: 0;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  text-align: center;
}
.popupGeneric .popupGeneric-close {
  position: fixed;
  top: -15px;
  right: -15px;
}
.popupGeneric .header {
  border-radius: 10px 10px 0 0;
  padding: 5px;
  font-size: 19px;
  font-weight: bold;
}
.popupGeneric article {
  padding-bottom: 15px;
}
.popupGeneric .text {
  padding: 10px;
}
.popupGeneric .text .alert {
  padding-top: 10px;
  color: red;
}
.popupGeneric .mainPart {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.popupGeneric .footerPopup {
  border-top: 1px solid gray;
  padding: 10px;
  text-align: center;
}
.popupGeneric .footerPopup .button {
  padding: 5px 20px;
}
.popupGeneric .footerPopup input[type=submit] {
  float: none;
}
.popupGeneric.popupVmapIdSelection {
  height: fit-content;
  width: 550px;
}
.popupGeneric.popupVmapIdSelection .filterButtonsContainer {
  padding: 10px 0;
}
.popupGeneric.popupVmapIdSelection .izygridVmaps {
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.popupGeneric.popupVmapIdSelection input[type=image] {
  width: 32px;
}
/* Popup SAV */
.popupSAV {
  background-color: #FFFFFF;
  box-shadow: 1px 1px 12px #555;
  padding: 0;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.popupSAV .header {
  border-radius: 10px 10px 0 0;
  padding: 5px;
  font-size: 19px;
  font-weight: bold;
}
.popupSAV article {
  padding-bottom: 15px;
}
.popupSAV .text {
  padding: 10px;
}
.popupSAV .mainPart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.popupSAV .mainPart .savButton {
  min-width: 150px;
  font-size: 15px;
  border: 2px solid;
  margin: 5px;
  cursor: pointer;
  transition-duration: 250ms;
  border-radius: 12px;
}
.popupSAV .mainPart .savButton:disabled {
  background-color: #CCC;
}
.popupSAV .mainPart .savButton:hover:disabled {
  cursor: not-allowed;
  border-color: #CCC;
}
.popupSAV .mainPart .typeButton {
  height: 75px;
}
.popupSAV .mainPart .redirectButton {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 15px;
}
.popupSAV .choiceTitle {
  width: 100%;
  text-align: left;
}
.popupSAV .divChoices {
  padding: 10px;
  display: flex;
}
.popupSAV .divChoices .divChoice {
  width: 50%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.popupSAV .divChoices .divChoice .choiceSelection {
  width: 100%;
  max-width: 320px;
  border: 1px solid #CCC;
  border-radius: 5px;
  text-align: left;
}
.popupSAV .divChoices .divChoice .choiceNumber {
  text-align: right;
  font-size: 12px;
  color: gray;
}
.popupSAV .divComment {
  width: 100%;
  padding: 0 20px 20px 20px;
}
.popupSAV .divComment textarea {
  width: 100%;
  height: 60px;
  resize: none;
}
.popupSAV .twoButtons .redirectButton {
  width: 45%;
  white-space: normal;
}
.popupSAV .divMessageAdresse {
  padding: 10px;
  width: 100%;
  text-align: center;
}
.popupSAV .footerPopup {
  border-top: 1px solid gray;
  padding: 10px;
  text-align: center;
}
.panier-recap-commentary {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  border: 1px solid black;
  border-radius: 5px;
}
/* SAV Monture+Verres*/
.radio-sav-container {
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin: 0px 15px;
  text-align: left;
}
.radio-sav-container .sav-section-container {
  display: flex;
  flex-direction: column;
}
.radio-sav-container .sav-section-container .choiceSelection {
  margin-left: 5px;
  width: 100%;
  max-width: 500px;
  border: 1px solid #CCC;
  border-radius: 5px;
  text-align: left;
}
.radio-sav-container .sav-section-container .choiceNumber {
  text-align: right;
  font-size: 12px;
  color: gray;
}
.radio-sav-container .sav-section-container .magic-radio-label {
  max-width: 50%;
  word-break: break-word;
}
.flex-between {
  justify-content: space-between;
}
.flex-around {
  justify-content: space-around;
}
.supplements-container {
  border-top: solid 1px #ccc;
  padding-top: 10px;
}
.supplement-repeater-item {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  margin-top: 12px;
}
.lens-viewer {
  width: 564px;
  max-width: 564px;
  border-right: 1px solid #ccc;
  border-radius: 2px;
  float: left;
}
.lens-details {
  float: left;
  width: 430px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.lens-tile {
  width: 260px;
  height: 90px;
  float: left;
  margin: 10px;
  padding: 5px;
  border: 3px solid #ccc;
  border-radius: 12px;
  font-size: 12px;
  text-align: center;
}
.lens-details-title {
  font-size: 26px;
  margin-bottom: 16px;
}
.lens-tile-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row-lens {
  display: table;
  margin-top: 15px;
  margin-bottom: 44px;
}
.lens-details-description {
  overflow: auto;
  font-size: 14px;
}
.unite {
  margin: 0 !important;
  font: initial;
}
.scroller {
  display: flex;
  justify-content: center;
  margin: 0;
}
.bandeau_images {
  list-style: none;
  padding-bottom: 10px;
  overflow-y: auto;
  padding-left: 0;
  width: 350px;
  display: flex;
}
.image_monture {
  border: 1px solid black;
  padding-bottom: 0px;
  margin: 0px 1px 0px 1px;
  height: 100%;
  display: flex;
  align-items: center;
}
.supplements_incompatibles {
  background-color: gray !important;
  cursor: not-allowed !important;
}
.miniatureSVG {
  width: 165px;
}
.miniatureSVG svg {
  width: 100%;
  height: auto;
}
/* Technique */
.technique-container {
  max-width: 1000px;
}
.technique-container,
.faq-container {
  margin: auto;
}
.technique-container img,
.faq-container img {
  width: 100%;
}
.technique-container h1,
.faq-container h1,
.technique-container h2,
.faq-container h2,
.technique-container h3,
.faq-container h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 2px;
}
.technique-container pre,
.faq-container pre {
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.technique-header,
.faq-header {
  width: 100%;
  padding: 3px 30px;
  font-size: 2em;
  height: auto;
  display: block;
}
.technique-content,
.faq-content {
  margin: 0px 30px;
  padding-bottom: 20px;
}
.faq-block {
  margin-bottom: 20px;
}
.faq-download .faq-annexes-title {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 2px;
  font-weight: bold;
}
.faq-download .faq-button-download {
  display: inline-block;
  padding: 8px;
  border-radius: 3px;
}
.messageAsterisqueDegression {
  color: red;
  font-size: smaller;
}
.choix-secondepaire {
  display: flex;
  flex-flow: column;
  padding: 0px !important;
}
.choix-secondepaire div {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.choix-secondepaire span {
  font-size: 12px;
  min-width: 110px;
  display: inline-flex;
  align-items: center;
}
.choix-secondepaire input {
  margin-left: 8px;
  margin-right: 8px;
}
.filStatuts-divCommandeOrigine {
  color: gray;
  font-style: italic;
  font-size: smaller;
}
.webshop-prisme-decentrement-img {
  max-width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webshop-prisme-decentrement-img img {
  width: 100%;
}
.verre-thirdpanel {
  padding-top: 10px;
}
/* Univers selection */
.univers-selection {
  height: 60px;
  width: 100%;
  font-size: 18px;
  padding-left: 20px;
  padding-top: 30px;
  margin-bottom: 20px;
}
.univers-selection .univers-selection-logo {
  height: 30px;
  vertical-align: middle;
}
.univers-selection a {
  margin-left: 15px;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
.univers-selection a,
.univers-selection a:visited,
.univers-selection a a:active {
  color: #668CCF;
  text-decoration: underline;
}
.univers-selection a:hover {
  color: #3f6fc3;
}
.commande-content {
  background-color: #FFF;
}
.panel-prix-verre-bolle {
  width: 100%;
  height: 52px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 12px;
}
.panel-prix-supplement-bolle {
  width: 100%;
  height: 52px;
  margin-top: 12px;
  font-size: 10px;
}
.prix-bolle-half {
  float: left;
  width: 50%;
  height: 100%;
}
.prix-bolle-full {
  width: 100%;
  height: 100%;
}
.information-img {
  width: 16px;
  height: 16px;
  margin-top: 8px;
  z-index: 1;
}
.multichoice-pays .ms-drop {
  width: 438px;
}
.text-label-epaisseur {
  font-size: 10pt;
}
.panierPrixMain {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  font-weight: bold;
}
.panierPrixOption {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.panierProductQuantity {
  font-size: 18px;
  font-weight: normal;
}
.lblOutOfStock {
  text-align: center;
  color: aliceblue;
  font-weight: bold;
}