﻿* {
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: LatoRegular, 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
  /*min-width: 1200px;*/
  /*min-height: 100%;*/
  height: 100%;
}
body {
  background: #e4e7ea;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body,
form {
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
label {
  font-size: 13px !important;
  font-weight: 700;
}
.logo {
  background-color: #fff;
}
.logo img {
  height: 80%;
}
.powered-by {
  text-align: center;
}
.summary {
  position: relative;
  width: 90%;
  list-style: none;
  padding: 0;
  margin: auto;
  margin-top: 10px;
}
.cursor-help {
  cursor: help;
}
.p-4-1 {
  padding: 2rem !important;
}
.p-4-2 {
  padding: 2.5rem !important;
}
nav {
  position: fixed;
  left: -195px;
  top: 80px;
  bottom: 0;
  min-height: 100%;
  max-height: 100%;
  width: 245px;
  background-color: #1d2939;
  overflow-y: auto;
  z-index: 9999;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
nav::-webkit-scrollbar {
  width: 10px;
  background-color: #cccccc;
}
nav::-webkit-scrollbar-track {
  border: 1px gray solid;
  /*border-radius: 10px;*/
  /*-webkit-box-shadow: 0 0 6px gray inset;*/
}
nav:hover,
nav.pinned {
  left: 0;
}
.nav {
  width: 100% !important;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
nav:hover .nav,
nav.pinned .nav {
  width: 90% !important;
}
.nav i {
  /*margin-right: 10px;*/
  font-size: 1.5em;
  position: absolute;
  left: 200px;
  padding: 7px;
  margin-top: -7px;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.nav .fa {
  margin-top: -5px !important;
}
.fa-stack-1x {
  line-height: 1.5em !important;
}
.fa-stack-2x {
  font-size: 1.5em !important;
}
.nav span.fa-stack i {
  padding: 0;
  margin-top: 0;
  -moz-transition-delay: initial;
  -o-transition-delay: initial;
  -webkit-transition-delay: initial;
  transition-delay: initial;
  left: 0px !important;
  font-size: 1em;
}
.nav .open i {
  /*background-color: #2F86C2;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
nav:hover .nav i,
nav.pinned .nav i,
nav:hover .nav span.fa-stack,
nav.pinned .nav span.fa-stack {
  left: 10px;
  /*margin-top: -9px;*/
  background-color: transparent;
  color: #FFF;
}
.nav li a {
  border: 1px solid transparent;
  padding-left: 40px;
  line-height: 24px;
}
.nav li li a {
  padding-left: 10px;
}
.nav li a i {
  width: 24px;
  /*height: 24px;*/
  text-align: center;
}
.nav ul {
  /*display: none;*/
}
nav:hover .nav li.open ul,
nav.pinned .nav li.open ul {
  display: block;
}
.nav-title {
  display: block;
  color: whitesmoke;
  /* font-weight: bold; */
  /* border-bottom: 1px solid #ccc; */
  padding: 5px;
  padding-right: 13px;
  padding-left: 0px;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
}
.nav-title i {
  position: relative;
  float: right;
  font-size: 20px;
  margin-top: 4px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  cursor: pointer;
}
/*.nav-title i:hover,*/
nav.pinned .nav-title i {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/*.nav-title {
	display: block;
	color: whitesmoke;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
}*/
.navTopRight {
  position: fixed;
  overflow-y: auto;
  z-index: 999999;
  display: block;
  color: black;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
/*.navTopRight-title {
}*/
.summary li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
}
.summary li .summary-title {
  display: block;
  color: #999;
  text-transform: uppercase;
  opacity: 0.4;
  font-size: 13px;
}
.summary-value {
  display: block;
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
}
/*** Footer ***/
footer {
  width: 100%;
  background-color: #FFF;
  margin-top: auto;
}
footer .footer-content {
  /*width: 1000px;*/
  margin: auto;
  padding: 10px 0;
}
footer .footer-content table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
footer .footer-content table td {
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-bottom: 0;
  padding: 0 5px;
  vertical-align: top;
}
footer .footer-content .col-title {
  font-weight: bold;
  font-size: 15px;
}
footer .footer-content ul {
  list-style: none;
  padding: 5px;
  margin: 0;
}
footer .footer-content ul a,
footer .footer-content ul a:visited,
footer .footer-content ul a:active {
  font-size: 13px;
  color: #236A9A;
  text-decoration: none;
}
footer .footer-content ul a:hover {
  text-decoration: underline;
}
footer .footer-content .socialN {
  padding: 3px 0;
}
footer .footer-content .socialN a {
  margin-right: 5px;
}
/*** header ***/
header.h100 {
  height: 100px !important;
}
.header-sub {
  width: 1000px;
  height: 62px;
  min-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.header-main {
  height: 90px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(193, 193, 193, 0.1);
  box-shadow: 0px 4px 5px 0px rgba(193, 193, 193, 0.1);
}
.header-black {
  background-color: #000;
  height: 32px;
  line-height: 18px;
  color: #FFF !important;
  font-size: 0.8rem;
}
@media (max-width: 1100px) {
  .header-black {
    font-size: 0.7rem;
  }
}
@media (max-width: 760px) {
  .header-black {
    height: 84px;
  }
  .main-content {
    padding-top: 184px !important;
  }
}
.header-menu {
  width: 100%;
}
.menu-item {
  position: relative;
}
.menu-item a img {
  width: 48px;
}
.header-menu,
.header-menu-sub-item a {
  height: 40px;
  line-height: 40px;
}
.header-menu-sub {
  width: 1000px;
  height: 40px;
  min-width: 1000px;
  margin: auto;
  display: table;
  table-layout: fixed;
}
.header-menu-sub-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.header-menu-sub-item a,
.header-menu-sub-item a:visited,
.header-menu-sub-item a:active {
  color: #FFF;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.header-menu-sub-item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header-menu-sub ul li {
  display: inline-block;
  font-size: 0;
}
.header-user {
  position: relative;
  float: right;
  right: 0;
  top: 0;
  height: 61px;
  border-left-style: solid;
  border-left-width: 1px;
  line-height: 17px;
  text-align: center;
  color: #333;
  font-size: 0;
}
.header-notification {
  position: relative;
  float: right;
  height: 70px;
  width: 70px;
  cursor: pointer;
}
.header-notification i {
  font-size: 40px;
  padding: 15px;
  /*color: #B5D9F2;*/
  position: absolute;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.header-notification:hover i {
  /*color: #7DBCE8;*/
}
.header-notification-nb {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  /*background-color: #E84C3D;*/
  color: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 25px;
  min-width: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.header-notification-center {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  width: 300px;
  /*height: 350px;*/
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  z-index: 1000;
  margin: 0 0 0;
  display: none;
}
.header-notification-center:after {
  border-style: solid;
  border-width: 0 8px 8px;
  content: "";
  display: inline-block;
  right: 26px;
  position: absolute;
  top: -7px;
}
.header-notification-center-label {
  position: relative;
  height: 42px;
  line-height: 42px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.notification {
  display: block;
  display: table;
  border-bottom: 1px solid #E6E6E6;
  text-decoration: none;
  color: #333;
}
.notification:hover {
  /*background-color: rgba(53, 152, 220, 0.1);*/
}
.notification-image {
  padding: 10px;
  display: table-cell;
  width: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.notification-image img {
  width: 40px;
}
.notification-label {
  display: table-cell;
  width: 240px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px;
  font-size: 12px;
  vertical-align: middle;
}
.header-search {
  position: relative;
  float: right;
  top: 0;
  padding-top: 17px;
  width: 330px;
}
.header-priceChoice {
  font-family: Arial;
  min-width: 105px;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 0 !important;
}
.header-priceChoice div {
  width: 100%;
}
.header-priceChoice div a img {
  width: 38px;
}
.searchbox {
  position: relative;
  display: inline-block;
  line-height: 32px;
  border: none;
  border-bottom: 1px solid #000;
  padding: 4px;
}
.searchbox input[type="text"],
.searchbox textarea {
  border: none;
  width: 255px;
  display: inline-block;
  height: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-family: LatoRegular, 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
  /* font-weight: 600; */
  font-size: 12px;
}
.searchbox input[type="text"]::-webkit-input-placeholder,
.searchbox textarea::-webkit-input-placeholder {
  text-transform: none;
  font-weight: normal;
}
.searchbox input[type="text"]:-moz-placeholder,
.searchbox textarea:-moz-placeholder {
  /* Firefox 18- */
  text-transform: none;
  font-weight: normal;
}
.searchbox input[type="text"]::-moz-placeholder,
.searchbox textarea::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: none;
  font-weight: normal;
}
.searchbox input[type="text"]:-ms-input-placeholder,
.searchbox textarea:-ms-input-placeholder {
  text-transform: none;
  font-weight: normal;
}
.searchbox input[type="image"] {
  vertical-align: middle;
  width: 28px;
}
.searchbox select {
  display: inline-block;
  width: 215px;
  padding: 7px 0 7px 5px;
  border-style: solid;
  border-width: 1px;
  font-weight: 400;
  /* color: #377D6A; */
  background: #efefef;
  /* border: 0; */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
  -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;
  width: 130px;
  font-size: 12px;
}
.fs-7 {
  font-size: 0.9rem !important;
}
.fs-8 {
  font-size: 0.8rem !important;
}
.fs-9 {
  font-size: 0.7rem !important;
}
.fs-10 {
  font-size: 8px;
}
/*** login ***/
.login-lostmdp,
.button-link {
  font-size: 13px;
  line-height: 20px;
  color: #adabab;
  transition: all 100ms;
}
.login-lostmdp:hover,
.button-link:hover {
  color: #cfcfcf;
}
.login-error {
  font-size: 16px;
  color: red;
}
.page-title {
  position: relative;
  /*left: 240px;*/
  top: 0;
  line-height: 32px;
  padding: 20px;
  font-size: 22px;
  display: inline-block;
}
.page-title div {
  display: inline;
}
.page-title img {
  vertical-align: bottom;
}
.top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  z-index: 999;
}
.content-vertical-container {
  display: table;
  margin: auto;
  width: 100%;
}
.content-vertical {
  display: table-cell;
  vertical-align: top;
}
.content-vertical.cv-left {
  padding-right: 5px;
}
.content-vertical.cv-right {
  padding-left: 5px;
}
table {
  width: 100%;
  margin: 0;
}
.table-resume {
  border-spacing: 0px;
}
fieldset {
  padding: 10px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
thead {
  color: white;
}
thead td {
  padding: 10px;
  font-size: 13px;
}
tbody td {
  font-size: 12px;
  /*padding: 3px;*/
}
tfoot {
  color: white;
  text-align: right;
  font-size: 11px;
}
.ui-widget-overlay {
  background: #666 !important;
  opacity: 0.5 !important;
  z-index: 999999 !important;
}
.button,
.buttonCancel,
.buttonLabel,
.buttonYesNo,
.buttonYesNo-NotSelected,
.buttonValider,
.buttonSelected,
.btn-dropdownlist-label,
.btn-dropdownlist-arrow {
  border-style: solid;
  border-width: 1px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -moz-transition: 250ms all;
  -o-transition: 250ms all;
  -webkit-transition: 250ms all;
  transition: 250ms all;
  font-size: 13px;
  padding: 10px 15px;
}
.button .material-symbols-outlined,
.buttonCancel .material-symbols-outlined,
.buttonLabel .material-symbols-outlined,
.buttonYesNo .material-symbols-outlined,
.buttonYesNo-NotSelected .material-symbols-outlined,
.buttonValider .material-symbols-outlined,
.buttonSelected .material-symbols-outlined,
.btn-dropdownlist-label .material-symbols-outlined,
.btn-dropdownlist-arrow .material-symbols-outlined {
  font-size: 20px;
}
.button span,
.buttonCancel span,
.buttonLabel span,
.buttonYesNo span,
.buttonYesNo-NotSelected span,
.buttonValider span,
.buttonSelected span,
.btn-dropdownlist-label span,
.btn-dropdownlist-arrow span {
  vertical-align: bottom;
  letter-spacing: 1px;
}
.button.small,
.buttonCancel.small,
.buttonLabel.small,
.buttonYesNo.small,
.buttonYesNo-NotSelected.small,
.buttonValider.small,
.buttonSelected.small,
.btn-dropdownlist-label.small,
.btn-dropdownlist-arrow.small {
  font-size: 9px;
  padding: 5px 7px;
}
.button.small .material-symbols-outlined,
.buttonCancel.small .material-symbols-outlined,
.buttonLabel.small .material-symbols-outlined,
.buttonYesNo.small .material-symbols-outlined,
.buttonYesNo-NotSelected.small .material-symbols-outlined,
.buttonValider.small .material-symbols-outlined,
.buttonSelected.small .material-symbols-outlined,
.btn-dropdownlist-label.small .material-symbols-outlined,
.btn-dropdownlist-arrow.small .material-symbols-outlined {
  font-size: 15px;
}
/** button obsolete **/
.buttonYesNo {
  /*background-color: #e84c3d;*/
}
.buttonThree {
  background-color: #3DA1E8;
}
.buttonThree:hover {
  background-color: #1A71D3 !important;
}
.buttonCancel {
  text-align: center;
  text-decoration: none;
  /*background-color: #E84C3D;*/
  background-color: #333333;
}
.buttonCancel:hover {
  background-color: #222222;
}
.buttonCancel img {
  vertical-align: middle;
  margin-right: 5px;
}
.buttonValider {
  text-align: center;
  text-decoration: none;
  padding: 7px 15px;
}
.buttonValider.aspNetDisabled {
  opacity: 0.5;
  cursor: no-drop;
}
.buttonValider span {
  vertical-align: middle;
  font-size: 14px;
}
.buttonValider img {
  vertical-align: bottom;
  margin-right: 5px;
}
.buttonValider img.mLeft {
  margin-right: 0;
  margin-left: 5px;
}
.buttonValider img.mRight {
  margin-right: 5px;
  margin-left: 0;
}
.buttonYesNo,
.buttonYesNo-NotSelected {
  margin: inherit;
  margin: 0px 0px 0px 0px;
  -moz-border-radius: initial;
  -webkit-border-radius: initial;
  border-radius: initial;
  border: 1px solid #ccc;
}
.buttonYesNo:first-child,
.buttonYesNo-NotSelected:first-child {
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
  border-left: 1px solid #ccc !important;
}
.buttonYesNo:last-child,
.buttonYesNo-NotSelected:last-child {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #ccc;
  border-left: none;
}
.buttonYesNo:hover {
  /*background-color: #D32B1A;*/
}
.buttonYesNo-NotSelected {
  background-color: white;
  color: black;
}
.buttonYesNo-NotSelected:hover {
  background-color: #F9F9F9 !important;
}
.buttonLabel {
  cursor: initial;
  color: black !important;
}
.buttonRed {
  background-color: #df4937 !important;
}
.buttonRed:hover {
  background-color: #cd3835 !important;
}
.buttonDDLItem {
  background-color: white;
  color: black;
}
.buttonDDLItem:hover {
  background-color: lightgray;
}
/** end button obsolets */
/*** Popup modal ***/
.modalBackground {
  background-color: #333;
  opacity: 0.3;
  z-index: 5000;
}
.popup {
  min-width: 400px;
}
.popupHeader {
  background: #DDE8FF;
  border-bottom: 1px solid #9AC1CE;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  cursor: move;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 19px;
  line-height: 18px;
  text-align: center;
}
.popupContainer {
  background-color: #0084B4;
  /*background: rgba(179, 208, 240, 0.69);*/
  background: #b3d0f0;
  padding: 20px 50px 20px 50px;
  /*padding-bottom: 20px;*/
  text-align: center;
}
.popupContainer .k-text {
  float: none;
}
.popupBoutons {
  text-align: center;
}
.popupBoutons input {
  float: none;
}
.ms-drop ul > li {
  /*padding-left: 10px;*/
}
.ms-drop ul > li.group,
.ms-drop ul > li.ms-select-all {
  padding-left: 0px;
}
/*ONGLETS*/
.ajax__tab_header {
  border-spacing: 20px 0px;
  z-index: 5;
  position: relative;
  top: -1px;
  /*height: 30px;*/
  height: 53px;
  background-color: #e4e7ea;
}
.ajax__tab_outer {
  padding: 10px 20px;
  z-index: 5;
  border: 1px solid #D3D3D3;
  height: 30px;
  border-top: 3px solid transparent;
  font-size: 15px;
  background-color: #D3D3D3;
}
.ajax__tab_disabled {
  color: #344A61 !important;
}
.ajax__tab_inner {
  font-weight: bold;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
}
.ajax__tab_inner a:focus {
  outline: 0px;
}
.ajax__tab_active .ajax__tab_outer {
  background-color: White;
  background-image: none;
  border-bottom: 1px solid #FFF;
}
/*.ajax__tab_outer_disabled {
	background-image: none;
	border-bottom: 1px solid #FFF;
}

	.ajax__tab_outer_disabled .ajax__tab_inner a {
		text-decoration: none;
		color: silver;
	}*/
.ajax__tab_inner a {
  text-decoration: none;
  color: White;
}
.ajax__tab_body {
  min-height: 400px;
  z-index: 4;
  /*border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;*/
  padding-top: 20px;
}
.modalPopup.view .ajax__tab_body {
  height: 95% !important;
  overflow: auto !important;
}
.ajax__tab_xp .ajax__tab_body {
  border: 0px;
}
.TabContainerSmall {
  font-size: 12px;
}
.ajax__scroll_none {
  overflow: auto;
}
.iZyGridContextMenu {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #CCC;
  -moz-box-shadow: 1px 1px 12px #CCC;
  -webkit-box-shadow: 1px 1px 12px #CCC;
  box-shadow: 1px 1px 12px #CCC;
}
.iZyGridContextMenu table {
  border: 0px;
}
.iZyGridContextMenu table tr td {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  border-left: 3px solid white;
  color: #36C;
}
.iZyGridContextMenu table tr td:hover {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  color: #DD4B39;
  background-color: white;
  border-left: 3px solid #DD4B39;
  background-color: #E0E0E0;
}
.button:hover {
  background-color: #3089C7;
}
.item,
.item-mini,
.item-mini-good,
.item-mini-bad {
  position: relative;
  display: none;
  float: left;
  width: 160px;
  height: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 7px;
  text-align: center;
  line-height: 200px;
  font-size: 42pt;
  color: white;
  background-color: #3598dc !important;
}
.item-mini,
.item-mini-good,
.item-mini-bad {
  width: 80px;
  height: 59px;
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.item-mini-good {
  background-color: #36D350 !important;
}
.item-mini-bad {
  background-color: #E03E3E !important;
}
.item .item-title {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
  font-size: 11pt;
  font-weight: bold;
  padding-top: 8px;
  padding-left: 4px;
  padding-right: 2px;
}
.item-mini .item-title,
.item-mini-good .item-title,
.item-mini-bad .item-title {
  font-size: 7pt;
  font-weight: initial;
}
.pageCounter {
  z-index: 99;
  color: white !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-color: #D22222;
  padding: 5px !important;
  font-weight: bold;
  margin-left: 10px;
  -moz-box-shadow: inset 3px 2px 7px 0px #A61616;
  -webkit-box-shadow: inset 3px 2px 7px 0px #A61616;
  box-shadow: inset 3px 2px 7px 0px #A61616;
  text-align: center;
  font-size: 12px !important;
  left: 0px;
  position: absolute;
  min-width: 15px;
}
.operateurCounter {
  z-index: 99;
  color: white !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-color: #D22222;
  padding: 5px !important;
  font-weight: bold;
  margin-left: 10px;
  -moz-box-shadow: inset 3px 2px 7px 0px #A61616;
  -webkit-box-shadow: inset 3px 2px 7px 0px #A61616;
  box-shadow: inset 3px 2px 7px 0px #A61616;
  text-align: center;
  font-size: 12px !important;
  left: 30px;
  position: absolute;
  min-width: 15px;
}
.pageCounterRapide {
  -moz-box-shadow: inset 3px 2px 7px 0px #18952C;
  -webkit-box-shadow: inset 3px 2px 7px 0px #18952C;
  box-shadow: inset 3px 2px 7px 0px #18952C;
}
.pageCounterAttention,
.operateurCounterAttention {
  -moz-box-shadow: inset 3px 2px 7px 0px #8A6618;
  -webkit-box-shadow: inset 3px 2px 7px 0px #8A6618;
  box-shadow: inset 3px 2px 7px 0px #8A6618;
}
.pageCounterJOne,
.operateurCounterJOne {
  -moz-box-shadow: inset 3px 2px 7px 0px #2E629D !important;
  -webkit-box-shadow: inset 3px 2px 7px 0px #2E629D !important;
  box-shadow: inset 3px 2px 7px 0px #2E629D !important;
  background-color: #3a79b8 !important;
}
/*.item .item-subject-day, .item .item-subject-week, .item .item-subject-month {
	top: 50px;
	font-size: 18pt;
}

.item .item-label-day, .item .item-label-week, .item .item-label-month {
	top: 50px;
	right: 0px;
	left: inherit;
	font-size: 20pt;
}

.item .item-subject-week, .item .item-label-week {
	top: 100px;
}

.item .item-subject-month, .item .item-label-month {
	top: 150px;
}*/
/****************/
/*** GridView ***/
/****************/
.styled_grid {
  border: none;
  text-align: left;
  background-color: #FFF;
}
.styled_grid th {
  border: none;
  color: #FFF !important;
  font-size: 13px;
  padding: 10px;
  font-weight: 700;
  position: relative;
  text-align: left;
}
.styled_grid.mini th {
  padding: 3px;
}
.styled_grid th a,
.styled_grid th a:visited,
.styled_grid th a:active,
.styled_grid th a:hover {
  color: #FFF !important;
  text-decoration: none;
  font-weight: normal;
  display: inline-block;
  font-weight: 700;
}
.styled_grid th input[type="checkbox"] {
  vertical-align: middle;
}
.styled_grid th td {
  padding: 10px;
  font-size: 13px;
}
.styled_grid tr {
  -moz-transition: 200ms all;
  -o-transition: 200ms all;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}
.styled_grid tbody td {
  border: none;
  font-size: 12px;
  padding: 10px;
  vertical-align: top;
  text-align: left;
}
.styled_grid tfoot {
  color: white;
  text-align: right;
  font-size: 11px;
}
.jq-dropdown .jq-dropdown-menu li > a,
.jq-dropdown .jq-dropdown-menu label {
  color: #333 !important;
}
.styled_grid_footer_td {
  color: white;
  text-align: right;
  font-size: 11px;
}
.styled_grid_footer_td span {
  line-height: 20px;
}
.styled_grid_footer_td a,
.styled_grid_footer_td a:active,
.styled_grid_footer_td a:visited {
  text-decoration: none;
  vertical-align: baseline !important;
  font-size: 15px;
  color: #000;
  margin-right: 12px;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  transition: all 100ms;
}
.styled_grid_footer_td a:hover {
  background-color: #00000094;
  color: #FFF !important;
}
.styled_grid_footer_td input[type=image] {
  vertical-align: sub !important;
  margin-right: 10px;
}
.styled_grid_footer_td_selectedPage {
  background-color: #000;
  color: #FFF !important;
}
.styled_grid_textbox {
  margin: 0px 5px 5px 0px;
  width: 350px;
  height: 25px;
}
.styled_grid_delete {
  text-align: center;
  width: 25px;
}
.styled_grid_td_title {
  font-weight: 900;
  font-size: large;
}
.styled_grid_td_subtitle {
  font-weight: 900;
  font-size: larger;
}
.styled_grid_header_tooltip {
  max-height: 15px;
  position: absolute;
  margin-left: 5px;
  top: 5px;
}
.styled_grid .styled_grid_clickable_row:hover {
  cursor: pointer;
}
.clickableRow {
  cursor: pointer;
}
.styled_grid_footer_td {
  cursor: auto !important;
}
.styled_grid_columnSearch {
  display: table;
  margin: auto;
}
.styled_grid_columnSearch > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.styled_grid_columnSearch > div > input[type='text']:nth-child(3) {
  border-top: 0;
}
.styled_grid_columnSearch input[type='text'],
.styled_grid_columnSearch select {
  background-color: white;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  /*border-radius: 5px;*/
  border-radius: 0px !important;
  height: 26px !important;
  padding: 2px !important;
  font-size: 12px;
  margin-bottom: 2px;
}
.styled_grid_columnSearch select {
  height: 25px;
}
.styled_grid_columnSearch .ms-drop ul > li {
  text-align: left;
}
.styled_grid_columnSearch .izygrid_pnlsearch_subbtn_textbox {
  margin-left: 2px;
  vertical-align: sub;
}
.styled_grid_clearallfilters {
  color: #FFF;
  float: right;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.styled_grid_clearallfilters:hover {
  -moz-transform: rotateZ(-360deg);
  -ms-transform: rotateZ(-360deg);
  -o-transform: rotateZ(-360deg);
  -webkit-transform: rotateZ(-360deg);
  transform: rotateZ(-360deg);
}
/*** Find Gridview ***/
.menuDroite {
  height: 61px;
  list-style-type: none;
  float: right !important;
}
.menuDroite a {
  text-decoration: none;
  width: 100% !important;
  padding: 5px;
}
.logoDroite {
  list-style-type: none;
  float: right !important;
  height: 100%;
  width: 70px;
  text-align: center;
  vertical-align: initial;
}
.logoDroite img {
  border: none;
  margin-top: 13px;
}
.LiFinCategorieMenu {
  border-bottom: 1px solid #B9B9B9;
}
.menu-item-lang {
  position: relative;
  display: flex;
  height: 100%;
}
.mon-compte-items li {
  vertical-align: middle;
}
.mon-compte-items li img {
  width: 22px;
  vertical-align: text-bottom;
  margin-right: 8px;
}
.topmenu {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #fff;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  z-index: 9999;
}
.topmenu li {
  display: block;
  position: relative;
  float: left;
  font-size: 15px;
}
.topmenu ul {
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 65px;
  width: fit-content;
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFF;
  border: 0;
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.menuDroite:hover ul {
  max-height: 500px !important;
  border: 1px solid #CCC !important;
}
.topmenu ul li {
  display: block;
  width: 100%;
  padding: 5px;
}
.topmenu > li a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: block;
  float: left;
  font-weight: 400;
  color: black;
  z-index: 9999;
}
.topmenu ul li a {
  display: flex;
  width: 100%;
  padding: 3px;
  color: #333;
  line-height: 25px;
  font-size: 15px;
  text-align: left;
  border-bottom: 1px solid transparent;
}
#fork {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}
.centerSwitch {
  justify-content: center;
  display: inline-flex;
  width: 100%;
}
.flexSwitch,
.inactiveSwitch {
  display: inline-flex;
  float: left;
  margin-left: 15px;
}
.margin5px {
  margin-right: 5px;
}
.legend .title {
  display: block;
  margin: 0.5em;
  border-style: solid;
  border-width: 0 0 0 1em;
  padding: 0 0.3em;
  font-size: 10.5px;
}
.footerPageSelected {
  color: #332f2e !important;
  font-weight: bolder;
  font-size: 14px;
  margin-left: 2px;
  margin-right: 2px;
}
.footerPageUnselected {
  color: white !important;
  margin-left: 3px;
  margin-right: 3px;
}
.btnSaisiesEnRetard,
.btnSaisiesAttention,
.btnSaisiesRapide,
.btnAucuneSaisies {
  background: #e84c3d;
  background-image: -webkit-linear-gradient(top, #e84c3d, #d13426);
  background-image: -moz-linear-gradient(top, #e84c3d, #d13426);
  background-image: -ms-linear-gradient(top, #e84c3d, #d13426);
  background-image: -o-linear-gradient(top, #e84c3d, #d13426);
  background-image: linear-gradient(to bottom, #e84c3d, #d13426);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.btnSaisiesEnRetard:hover {
  background: #d13426;
  background-image: -webkit-linear-gradient(top, #d13426, #e84c3d);
  background-image: -moz-linear-gradient(top, #d13426, #e84c3d);
  background-image: -ms-linear-gradient(top, #d13426, #e84c3d);
  background-image: -o-linear-gradient(top, #d13426, #e84c3d);
  background-image: linear-gradient(to bottom, #d13426, #e84c3d);
  text-decoration: none;
}
.btnSaisiesEnRetard:disabled {
  background-color: #646464;
  background-image: none;
  cursor: not-allowed;
}
.btnSaisiesAttention {
  background: #FCAF3B;
  background-image: -webkit-linear-gradient(top, #FCAF3B, #FF9900);
  background-image: -moz-linear-gradient(top, #FCAF3B, #FF9900);
  background-image: -ms-linear-gradient(top, #FCAF3B, #FF9900);
  background-image: -o-linear-gradient(top, #FCAF3B, #FF9900);
  background-image: linear-gradient(to bottom, #FCAF3B, #FF9900);
}
.btnSaisiesAttention:hover {
  background: #FF9900;
  background-image: -webkit-linear-gradient(top, #FF9900, #FCAF3B);
  background-image: -moz-linear-gradient(top, #FF9900, #FCAF3B);
  background-image: -ms-linear-gradient(top, #FF9900, #FCAF3B);
  background-image: -o-linear-gradient(top, #FF9900, #FCAF3B);
  background-image: linear-gradient(to bottom, #FF9900, #FCAF3B);
  text-decoration: none;
}
.btnSaisiesRapide {
  background: #61D861;
  background-image: -webkit-linear-gradient(top, #61D861, #33CC33);
  background-image: -moz-linear-gradient(top, #61D861, #33CC33);
  background-image: -ms-linear-gradient(top, #61D861, #33CC33);
  background-image: -o-linear-gradient(top, #61D861, #33CC33);
  background-image: linear-gradient(to bottom, #61D861, #33CC33);
}
.btnSaisiesRapide:hover {
  background: #33CC33;
  background-image: -webkit-linear-gradient(top, #33CC33, #61D861);
  background-image: -moz-linear-gradient(top, #33CC33, #61D861);
  background-image: -ms-linear-gradient(top, #33CC33, #61D861);
  background-image: -o-linear-gradient(top, #33CC33, #61D861);
  background-image: linear-gradient(to bottom, #33CC33, #61D861);
  text-decoration: none;
}
.btnAucuneSaisies {
  cursor: default;
  background: #E0E0E0;
  background-image: -webkit-linear-gradient(top, #E0E0E0, #C0C0C0);
  background-image: -moz-linear-gradient(top, #E0E0E0, #C0C0C0);
  background-image: -ms-linear-gradient(top, #E0E0E0, #C0C0C0);
  background-image: -o-linear-gradient(top, #E0E0E0, #C0C0C0);
  background-image: linear-gradient(to bottom, #E0E0E0, #C0C0C0);
  color: #000000;
}
.testValueEqual {
  color: blue;
}
.testValueDifferent {
  color: red;
}
.societeActivite {
  font-size: 17px;
  display: inline-block;
  width: 55%;
  text-align: center;
  vertical-align: middle;
}
.modalPopup {
  background-color: #FFFFFF;
  -moz-box-shadow: 1px 1px 12px #555;
  -webkit-box-shadow: 1px 1px 12px #555;
  box-shadow: 1px 1px 12px #555;
  padding: 0;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modalPopup.no-padding {
  padding: 0 !important;
}
.modalPopup.popup-inactif {
  height: 180px;
  width: 750px;
  padding: 0 !important;
}
.modalPopup.view {
  top: 2% !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.modalPopup .header {
  position: relative;
  background-color: #323232;
  height: 40px;
  color: White;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  padding: 5px 20px;
}
.popup-close {
  position: absolute;
  right: 5px;
  top: -1px;
  width: 22px;
}
.modalPopup article {
  padding: 15px;
  text-align: center;
}
.modalPopup .k-text {
  float: none;
}
.modalPopup .footer {
  padding: 10px;
  text-align: center;
}
.modalPopup.view .footer {
  text-align: right;
  padding-right: 30px;
}
.modalPopup .mask {
  margin-bottom: -15px;
}
.modalPopup .btn,
.popup .btn {
  border: 0;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 7px;
  font-size: 12px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
.modalPopup .btn.yes,
.popup .btn.yes {
  text-align: center;
  text-decoration: none;
  background-color: #0A9B4C;
}
.modalPopup .btn.yes:hover,
.popup .btn.yes:hover {
  background-color: #037637;
}
.modalPopup .btn.no,
.popup .btn.no {
  text-align: center;
  text-decoration: none;
  background-color: #e84c3d;
}
.modalPopup .btn.no:hover {
  background-color: #D32B1A;
}
.modalPopup .btn.grey {
  text-align: center;
  text-decoration: none;
  background-color: #808080;
}
.modalPopup .btn.grey:hover {
  background-color: #595959;
}
.modalPopup .elem {
  display: block;
  margin-bottom: 15px;
}
/** PdfViewer **/
.pdfViewerContainer {
  /*margin-left: auto; 
	margin-right: auto; 
	width: 900px; 
	position: relative*/
  overflow: auto;
  height: 700px;
}
/*.modalPopup.view .pdfViewerContainer {
	height: 100%;
}*/
.pdfViewerImage {
  /*max-width: 100%;
	max-height: 100%;*/
}
.barre_pdf {
  opacity: 0.2;
  border: 1px solid lightsteelblue;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px;
  position: fixed;
  bottom: 20px;
  left: 25px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ecf8ff;
  z-index: 900;
}
.barre_pdf:hover {
  opacity: 0.9;
}
.pdfPageTotal {
  color: black;
  font-weight: bolder;
  vertical-align: super;
}
.pdfPageTextBox {
  max-width: 25px;
  font-weight: bolder;
  text-align: right;
  color: black;
  vertical-align: super;
}
.pdfPrevious {
  vertical-align: bottom;
}
.pdfNext {
  vertical-align: bottom;
}
.or-spacer {
  position: relative;
}
.or-spacer .mask {
  overflow: hidden;
  height: 20px;
}
.or-spacer .mask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  -moz-border-radius: 125px / 12px;
  -webkit-border-radius: 125px / 12px;
  border-radius: 125px / 12px;
  -moz-box-shadow: 0 0 8px black;
  -webkit-box-shadow: 0 0 8px black;
  box-shadow: 0 0 8px black;
}
.ph-button {
  border-style: solid;
  border-width: 0px 0px 3px;
  color: #FFFFFF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
  white-space: nowrap;
  font-family: "Gotham Rounded A", "Gotham Rounded B", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 10px 10px 10px;
  -moz-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
.ph-button:disabled,
.aspNetDisabled.ph-button {
  background-color: #696969 !important;
  border-color: #4A4A4A !important;
  cursor: not-allowed;
}
.ph-button.valid {
  background-color: #06AE3B !important;
  border-color: #008826 !important;
}
.ph-button.valid:hover {
  background: none repeat scroll 0 0 #04CB5A !important;
  border-color: #02A110 !important;
}
.ph-button.error {
  background-color: #AE1506 !important;
  border-color: #880C00 !important;
}
.ph-button.error:hover {
  background: none repeat scroll 0 0 #CB1504 !important;
  border-color: #A11002 !important;
}
.ancien:enabled,
.ancien:active {
  background-image: url("/Images/icones/warn.png") !important;
  background-repeat: no-repeat !important;
  background-size: 15% !important;
  -moz-background-origin: content-box !important;
  -webkit-background-origin: content-box !important;
  background-origin: content-box !important;
  background-position: 100% !important;
}
/*.ancien:hover:enabled {
	background-image: url("/Images/icones/warn.png") !important;
}*/
.ph-normal {
  font-size: 20px;
  font-weight: normal;
}
.hidden {
  display: none;
}
.headerSearch {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.bar {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.bar.left {
  left: 0;
  margin-left: 5px;
}
.bar.right {
  right: 0;
  margin-right: 5px;
}
.central {
  margin: 0 auto;
}
@media (max-width: 1830px) {
  .bar {
    position: relative;
    bottom: auto;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .bar.left {
    bottom: 0;
    position: absolute;
    -moz-transform: translate(0%, 25%);
    -ms-transform: translate(0%, 25%);
    -o-transform: translate(0%, 25%);
    -webkit-transform: translate(0%, 25%);
    transform: translate(0%, 25%);
  }
  .bar.right {
    float: right;
  }
  .central {
    margin: 0 auto;
    display: inline-flex !important;
  }
  .central div {
    margin-right: 15px;
  }
  .headerSearchContainer {
    display: table !important;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
    text-align: center;
    width: 100%;
  }
}
.ajax__tab_default .ajax__tab_header {
  text-align: left;
}
.panelMinimizeOpen {
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.panelMinimizeClosed {
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
/****** Recherche globale ******/
.globalSearchPart {
  padding: 10px;
  margin-bottom: 25px;
}
.globalSearchPart-Title {
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
}
.zIndex150000 {
  z-index: 150000 !important;
}
/**Graphe Container**/
.graphe_container {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #FFF;
  border: 1px solid #e9e9e9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.graphe_header {
  color: #767676;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  padding: 10px 15px;
  text-transform: uppercase;
  position: relative;
}
.disable {
  cursor: not-allowed;
  filter: invert(0.5);
  -webkit-filter: invert(0.5);
  -moz-filter: invert(0.5);
}
.commentbox {
  width: 230px;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 11px;
  position: relative;
  font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
  background-color: white;
  padding: 3px 11px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commentbox h2 {
  text-transform: uppercase;
  color: #666;
  font-size: 1.2em;
}
.commentbox h3 {
  text-transform: uppercase;
  color: #666;
  font-size: 1em;
  padding-bottom: 5px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dcdbda;
  font-style: italic;
}
.commentbox p {
  font-size: 1.1em;
  color: #222;
}
.pdfBox {
  max-width: none !important;
}
.parentFullSize {
  overflow: hidden;
  position: relative;
}
.displayFlex {
  display: inline-flex;
}
/**  Progress bar **/
.divProgress {
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 15px;
  z-index: 99999;
  text-align: center;
  right: 0px;
}
.divProgress div {
  display: inline-block;
}
/*** Custom Tabs ***/
.customtabs-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-shadow: 0 1px 3px 1px #CCC;
  -moz-box-shadow: 0 1px 3px 1px #CCC;
  box-shadow: 0 1px 3px 1px #CCC;
}
.customtabs-container a,
.customtabs-container a:active,
.customtabs-container a:visited {
  display: table-cell;
  text-decoration: none;
  color: #333;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #DDD !important;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  border-top-width: 2px;
  border-top-style: solid;
  padding: 8px;
  color: #DD8080;
}
.customtabs-container a:hover,
.customtabs-container a.active-tab {
  border-top-width: 5px;
  font-weight: bold;
  /*color: #FFF !important;*/
}
@media screen and (max-width: 1530px) {
  .headerSearchContainer {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .barRight {
    float: right;
    margin-right: 5px !important;
    margin-top: 15px !important;
  }
  .barLeft {
    margin-left: 5px !important;
    float: left;
    margin-top: 15px !important;
  }
}
.facturation:before {
  margin-right: 2px;
}
.w50perc {
  width: 50%;
}
.popup {
  position: fixed;
  z-index: 11000001;
  left: 681.5px;
  top: 285px;
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 30%;
  -moz-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.puCde-pricetopreduction span {
  font-size: 66%;
  font-weight: bold;
}
/*** Tuiles ***/
.tile,
.tile:active,
.tile:visited {
  position: relative;
  display: block;
  border-style: solid;
  border-width: 2px;
  aspect-ratio: 16/10;
  width: 100%;
  padding: 2px;
  text-decoration: none;
  transition: all 200ms;
}
.tblack,
.tblack:active,
.tblack:visited {
  background-color: #222;
}
.tile.tblack:hover {
  background-color: #000;
}
.tile-icone {
  height: 50%;
}
.tile-icone * {
  font-size: 46px;
}
.tile-title {
  text-align: center;
  font-size: 18px;
  height: 50%;
  padding: 0 8px;
  font-weight: bold;
}
.modal-popup-webshop {
  -moz-box-shadow: 1px 1px 12px #555;
  -webkit-box-shadow: 1px 1px 12px #555;
  box-shadow: 1px 1px 12px #555;
  padding: 0;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  padding: 5px;
  width: 35vw;
  min-height: 256px;
}
.modal-popup-webshop div {
  margin: 15px;
}
.modal-popup-webshop .popup-wrapper {
  height: 100%;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.modal-popup-webshop .popup-wrapper .header {
  font-weight: bold;
}
.modal-popup-webshop .popup-wrapper .error {
  color: red;
}
.modal-popup-webshop .popup-wrapper .separator {
  height: 100%;
}
.footer-fraisDePort li {
  width: 48%;
}
.footer-fraisDePort li img {
  height: 12px;
}
.footer-fraisDePort li span {
  font-size: 10px !important;
}
.footer-fraisDePort li:first-child {
  float: left;
}
.footer-fraisDePort li:last-child {
  float: right;
}
.univers-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-around;
}
.univers-item {
  width: 320px;
  position: relative;
}
.univers-item h2 {
  color: #FFF;
  font-weight: bold !important;
  text-transform: uppercase;
}
.univers-item-nom {
  height: 33%;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.btn-acceder-univers {
  background-color: #000;
  display: inline-block;
  padding: 10px 15px;
  color: #FFF;
  font-weight: bold;
  border: 1px solid #000;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.btn-acceder-univers:hover {
  border-color: #FFF;
  background-color: transparent;
}
@media (max-width: 1320px) {
  .univers-item {
    width: 260px;
  }
  .univers-item h2 {
    font-size: 22px !important;
  }
  .btn-acceder-univers {
    font-size: 13px;
    padding: 8px 11px;
  }
}
@media (max-width: 960px) {
  .univers-item {
    width: 180px;
  }
  .univers-item h2 {
    font-size: 16px !important;
  }
  .btn-acceder-univers {
    font-size: 10px;
    padding: 7px 9px;
  }
}
@media (max-width: 790px) {
  .univers-item {
    width: 150px;
  }
  .btn-acceder-univers {
    font-size: 12px;
    padding: 6px 8px;
  }
}
.univers-item-image {
  width: 100%;
}
.choix-univers-title {
  text-align: center;
  font-size: 25px;
  margin: 20px;
}
.modifier-mdp-title {
  text-align: center;
  font-size: 26px;
  margin: 20px;
}
.menu-univers {
  position: absolute;
  z-index: 9999;
  top: 60px;
  width: 1000px;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  background-color: #FFF;
  border: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms;
  box-shadow: 0px 7px 7px #555;
}
.btnunivers-menu:hover .menu-univers {
  max-height: 500px !important;
  border: 1px solid #CCC !important;
}
.menu-univers-label {
  text-align: center;
  font-size: 26px;
}
.universtuile-footer {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px;
  align-items: center;
}
.universtuile-footer a {
  display: flex;
  margin: 3px;
}
.universtuile-footer img {
  height: 32px;
}
.btnCatalogue {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  color: black;
}
.btnUnivers {
  display: block;
}
.btnValiderBonPrescription {
  font-size: 35px;
  font-weight: bold;
}
.inputBonPrescription {
  width: 420px;
  height: 60px;
  font-size: 50px;
}
.divBonPrescription {
  display: flex;
  justify-content: center;
}
.sc-row {
  text-align: left;
  margin: 10px;
  display: flex;
}
.sc-row-important {
  text-align: left;
  margin: 10px;
  display: flex;
  color: red;
}
.sc-col {
  flex: 1;
  padding: 5px 0px 5px 5px;
}
/* Vue 360 monture */
.cloudimage-360 .cloudimage-360-prev,
.cloudimage-360 .cloudimage-360-next {
  padding: 8px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 4px;
}
.cloudimage-360 .cloudimage-360-prev:focus,
.cloudimage-360 .cloudimage-360-next:focus {
  outline: none;
}
.cloudimage-360 .cloudimage-360-prev {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(50% - 15px);
  left: 20px;
}
.cloudimage-360 .cloudimage-360-next {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(50% - 15px);
  right: 20px;
}
.cloudimage-360 .cloudimage-360-prev:before,
.cloudimage-360 .cloudimage-360-next:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: 50% 50% / cover no-repeat;
}
.cloudimage-360 .cloudimage-360-prev:before {
  background-image: url('https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-left.svg');
}
.cloudimage-360 .cloudimage-360-next:before {
  background-image: url('https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-right.svg');
}
.cloudimage-360 .cloudimage-360-prev.not-active,
.cloudimage-360 .cloudimage-360-next.not-active {
  opacity: 0.4;
  cursor: default;
}
.btn-vue3D {
  width: 40px;
  position: absolute;
  right: 80px;
  background-color: black;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.hidden-force {
  display: none !important;
}
.design-image-button {
  width: 280px;
  height: 280px;
  box-shadow: 0px 5px 10px 0px #808080;
}
.asterisk-message {
  color: red;
  font-size: 15px;
}
div.button-import-export {
  display: flex;
}
.btn-dropdownlist-label {
  border-radius: 5px 0px 0px 5px;
  width: 200px;
  height: 30px;
  background-color: black;
}
.btn-dropdownlist-arrow {
  border-radius: 0px 5px 5px 0px !important;
  background-color: black;
}
.btn-dropdownlist-items {
  display: none;
  position: absolute;
  left: 200px;
  padding: 5px;
  border: 1px solid black;
  background-color: white;
  margin: 30px 0px 0px 20px;
}
.btn-dropdownlist-items--show {
  display: block;
  z-index: 11;
}
.imgFromButton {
  max-width: 8%;
  display: block;
}
.btnNotification {
  background-color: #2f5e7f;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  max-height: 10%;
  justify-content: flex-start;
  gap: 2%;
  margin-top: 5%;
  margin-bottom: 5%;
  border-radius: 10px;
  align-items: center;
  transition: 0.5s;
  padding-bottom: 1%;
  padding-top: 1%;
  padding-right: 2%;
  padding-left: 2%;
}
.btnNotification.disabled {
  background-color: dimgrey;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  max-height: 10%;
  justify-content: flex-start;
  gap: 2%;
  margin-top: 5%;
  margin-bottom: 2px;
  border-radius: 10px;
  align-items: center;
  padding-bottom: 1%;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
}
.btnNotification.relative {
  background-color: #2f5e7f;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  max-height: 10%;
  justify-content: flex-start;
  gap: 2%;
  border-radius: 10px;
  align-items: center;
  transition: 0.5s;
  padding-bottom: 1%;
  padding-top: 1%;
  padding-right: 2%;
  padding-left: 2%;
  position: relative;
  z-index: 2;
}
.btnNotification.disabled.relative {
  background-color: dimgrey;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  max-height: 10%;
  justify-content: flex-start;
  gap: 2%;
  margin-top: 5%;
  margin-bottom: 2px;
  border-radius: 10px;
  align-items: center;
  padding-bottom: 1%;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
  z-index: 2;
  font-size: 10px;
  bottom: 6px;
}
.btnNotification:hover {
  background-color: #5087b6;
}
.btnNotification.disabled:hover {
  background-color: dimgray;
  color: inherit;
}
.notificationText {
  color: whitesmoke;
}
.disabled.img {
  filter: grayscale(100%);
}
.notificationTextShield {
  text-align: center;
  width: 100%;
  color: whitesmoke;
}
.imgFromButtonShield {
  max-width: 10%;
}
.btnNotificationShield {
  padding: 3%;
  transition: 0.5s;
  align-items: center;
  background-color: #2f5e7f;
  border-radius: 10px;
  display: flex;
}
.btnNotificationShield.disabled {
  background-color: dimgrey;
  padding: 3%;
  transition: 0.5s;
  align-items: center;
  border-radius: 10px;
  display: flex;
}
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;
}
.bg-white {
  background-color: #FFF !important;
}
.clear {
  clear: both;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.tAlignCenter {
  text-align: center;
}
.tAlignLeft {
  text-align: left;
}
.tAlignRight {
  text-align: right;
}
.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 ****/
select,
input[type=text],
input[type=password],
input[type=date],
textarea,
.row > span > input[type=submit],
.row > span > label,
.row > span .ms-parent {
  -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;
  padding: 5px;
  height: 30px;
  border: 1px solid #CCC;
  background: #FFF;
  color: #555;
  font-size: 12px;
  border-radius: 0px !important;
  /*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;
}
textarea {
  height: auto !important;
  font-size: 0.8rem;
}
.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;
}
.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: 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;
}
.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: 0px;
  bottom: 36px;
  display: block;
  width: 20px;
  height: 20px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
}
#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;
}
.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;
}
.infos-client {
  vertical-align: top;
  text-align: center;
  max-width: 200px;
  padding-top: 10px;
}
.gestionFacturation .row label,
.inscription .row label {
  width: 200px;
}
.profil {
  width: 510px !important;
}
.profil .row label {
  width: 166px;
}
.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;
}
.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;
}
.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;
}
.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-recap {
  float: left;
  width: 25%;
  height: 50%;
  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 {
  width: 200px;
}
#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%);
  text-align: center;
}
.popupGeneric .popupGeneric-close {
  position: fixed;
  top: -15px;
  right: -15px;
}
.popupGeneric .header {
  padding: 5px;
  font-size: 19px;
  font-weight: bold;
}
.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: 2px;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.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-around {
  justify-content: space-around;
}
.supplements-container {
  border-top: solid 1px #ccc;
  padding-top: 10px;
}
.lens-viewer {
  border-right: 1px solid #ccc;
  border-radius: 2px;
  float: left;
}
.row-lens {
  margin-top: 15px;
  margin-bottom: 44px;
}
.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 {
  color: #FFF;
}
.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: #FFF;
  text-decoration: none;
}
.univers-selection a:hover {
  color: #e6e6e6;
}
.information-img {
  width: 16px;
  height: 16px;
  margin-top: 8px;
  z-index: 1;
  vertical-align: sub;
}
.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;
}
.prisme-tabo-mention {
  bottom: -22px;
  position: absolute;
  right: 0px;
}
/*** Popup Modal ***/
.popup-template {
  background-color: #FFFFFF;
  box-shadow: 1px 1px 12px #555;
  padding: 26px;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup-template .header {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*** Filtres ***/
.pfiltres {
  padding: 12px;
  /* height: 270px; */
  border-bottom: 1px solid #bdbdbd;
  background-color: #FFF;
  box-shadow: 0px 0px 1px 0px #bdbdbd;
  margin-right: 10px;
  overflow-x: auto;
  width: 200px;
}
.pf-filtre {
  position: relative;
  margin-bottom: 15px;
}
.pf-filtre-title {
  display: block;
  text-align: left;
  padding: 2px 0;
  border-bottom: 2px solid #000;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
}
.pf-filtre .ms-choice {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.pf-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;
}
.pf-filtre .ms-drop.bottom {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pf-filtre-buttons {
  text-align: left;
  margin-top: 20px;
}
.pf-filtre-buttons a {
  width: 190px;
  margin-bottom: 7px;
}
.buttonFiltrer {
  font-size: 16px;
  margin-right: 10px;
}
.pf-filtre-radio tr td {
  text-align: left;
  border-right: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.pf-filtre-radio tr td input {
  margin: revert;
}
.pf-filtre-radio tr td label {
  font-weight: normal;
}
.pf-filtre-radio tr td label.label-no-margin {
  margin: 0 !important;
}
.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 {
  padding-bottom: 20px;
}
.lent-liste-nbresults {
  font-size: 14px;
  color: #666;
}
.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.pagging {
  display: inline-block;
  padding: 0;
  margin: 0;
}
ul.pagging li {
  display: inline;
}
ul.pagging li a,
ul.pagging li input {
  color: black;
  float: left;
  padding: 4px 11px;
  text-decoration: none;
  transition: background-color 0.3s;
  margin: 0 8px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
ul.pagging li a.active,
ul.pagging li input.active {
  color: white;
}
ul.pagging li a:hover:not(.selected),
ul.pagging li input:hover:not(.selected) {
  background-color: #ddd;
}
ul.pagging li a.selected,
ul.pagging li input.selected {
  color: white;
}
.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.4;
}
.modalPopup {
  background-color: #FFFFFF;
}
.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;
}
/*Liste des produits*/
.ptuile {
  display: flex;
  background-color: #FFF;
}
.ptuile .ptuile-pix {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ptuile .ptuile-pix img {
  max-width: 90%;
}
.ptuile .ptuile-detail {
  padding: 30px 25px;
}
.ptuile .ptuile-detail .ptuile-detail-header {
  display: flex;
  flex-direction: column;
}
.ptuile .ptuile-detail .ptuile-detail-description {
  font-size: 13px;
  padding-top: 10px;
}
.ptuile .ptuile-info-stock-available {
  color: #88C290;
}
.ptuile .ptuile-info-stock-unavailable {
  color: #8C0E0E;
}
.ptuile .ptuile-info-stock-part-unavailable {
  color: #FAA64C;
}
.ptuile .ptuile-info .ptuile-info-stock {
  font-weight: bold;
  font-size: 12px;
}
.ptuile .ptuile-info .ptuile-info-prix {
  display: flex;
}
.ptuile .ptuile-info .ptuile-info-prix .ptuile-prixachat-label {
  display: block;
}
.ptuile .ptuile-info .ptuile-info-prix .ptuile-prixachat-val {
  font-weight: bold;
}
.ptuile .ptuile-info .ptuile-info-prix .ptuile-prixreco-label {
  display: block;
}
.ptuile .ptuile-info .ptuile-info-prix .ptuile-prixreco-val {
  font-weight: bold;
}
/*Affichage des produits en mode ligne*/
.mode-ligne {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mode-ligne .ptuile {
  width: 100%;
  flex-direction: row;
}
.mode-ligne .ptuile .ptuile-pix {
  width: 20%;
  flex: 0 0 auto;
}
.mode-ligne .ptuile .ptuile-detail {
  width: 60%;
  padding: 30px 25px;
  padding-right: 140px;
}
.mode-ligne .ptuile .ptuile-info {
  width: 20%;
  flex: 0 0 auto;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.mode-ligne .ptuile .ptuile-info .ptuile-info-stock {
  padding-bottom: 13px;
  text-align: right;
}
.mode-ligne .ptuile .ptuile-info .ptuile-info-prix {
  flex-direction: column;
}
.mode-ligne .ptuile .ptuile-info .ptuile-info-prix .ptuile-prixachat {
  text-align: right;
  padding: 5px 0px;
}
.mode-ligne .ptuile .ptuile-info .ptuile-info-prix .ptuile-prixachat-label {
  font-size: 11px;
}
.mode-ligne .ptuile .ptuile-info .ptuile-info-prix .ptuile-prixachat-val {
  font-size: 20px;
}
.mode-ligne .ptuile .ptuile-info .ptuile-info-prix .ptuile-prixreco {
  text-align: right;
  padding: 5px 0px;
}
.mode-ligne .ptuile .ptuile-info .ptuile-info-prix .ptuile-prixreco-label {
  font-size: 10px;
}
.mode-ligne .ptuile .ptuile-info .ptuile-info-prix .ptuile-prixreco-val {
  font-size: 13px;
}
.mode-ligne .ptuile .ptuile-info .ptuile-info-cder {
  text-align: right;
  padding-top: 6px;
}
/*Affichage des produits en mode tuile*/
.mode-tuile {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.mode-tuile .ptuile {
  width: 30%;
  flex-direction: column;
  align-items: stretch;
}
.mode-tuile .ptuile .ptuile-pix {
  width: 100%;
  height: 250px;
}
.mode-tuile .ptuile .ptuile-pix img {
  max-width: 80%;
  width: auto;
  max-height: 100%;
}
.mode-tuile .ptuile .ptuile-detail {
  padding: 10px;
}
.mode-tuile .ptuile .ptuile-detail .ptuile-detail-description {
  display: none;
}
.mode-tuile .ptuile .ptuile-info {
  padding: 5px 15px 15px 15px;
}
.mode-tuile .ptuile .ptuile-info .ptuile-info-stock {
  padding: 13px 0px;
  text-align: left;
  padding-top: unset;
}
.mode-tuile .ptuile .ptuile-info .ptuile-info-prix {
  flex-direction: row;
  justify-content: space-between;
}
.mode-tuile .ptuile .ptuile-info .ptuile-info-prix .ptuile-prixachat {
  text-align: left;
}
.mode-tuile .ptuile .ptuile-info .ptuile-info-prix .ptuile-prixachat-label {
  font-size: 11px;
}
.mode-tuile .ptuile .ptuile-info .ptuile-info-prix .ptuile-prixachat-val {
  font-size: 15px;
  font-weight: bold;
}
.mode-tuile .ptuile .ptuile-info .ptuile-info-prix .ptuile-prixreco {
  text-align: right;
}
.mode-tuile .ptuile .ptuile-info .ptuile-info-prix .ptuile-prixreco-label {
  font-size: 10px;
}
.mode-tuile .ptuile .ptuile-info .ptuile-info-prix .ptuile-prixreco-val {
  font-size: 13px;
}
.mode-tuile .ptuile .ptuile-info .ptuile-info-cder {
  padding: 10px 0px;
}
ucTuile_SurMesureClicka.content {
  background-color: transparent !important;
}
.form-control {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
}
.square {
  aspect-ratio: 1 / 1;
}
.magic-radio-label__m1 label {
  margin-left: 1rem;
}
.small-font-12 {
  font-size: 12px;
}
/**** R�sum� de commande ****/
.resume-background {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #cccccc;
  opacity: 0.4;
  z-index: 9998;
  display: none;
}
.resume-background.resume-background-show {
  display: block;
}
.resume-drawer {
  position: fixed !important;
  overflow: scroll;
  top: 0;
  bottom: 0;
  z-index: 9999;
  right: -700px;
  width: 700px;
  background-color: #FFF;
  border-left: 1px solid #CCC;
  transition: all ease 250ms;
  font-size: 12px;
}
.resume-drawer.resume-show {
  right: 0;
}
.resume-drawer .resume-close {
  cursor: pointer;
}
.resume-drawer .resume-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #DCDCDC;
}
.resume-drawer .resume-section {
  background-color: #FBFBFB;
  padding: 10px;
}
.resume-drawer .resume-section .resume-section-title {
  font-weight: bold;
  display: block;
}
.font-10 {
  font-size: 10px !important;
}
.small-font-12 {
  font-size: 12px !important;
}
.font-14 {
  font-size: 14px !important;
}
.suppl-header-container {
  border: 1px solid #eaeaea;
  background-color: #F5F5F5;
  cursor: pointer;
}
.suppl-item-selected {
  background-color: #88C293;
}
.lblNumCdes-small {
  position: relative;
  top: -13px;
  right: 19px;
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.lblNumCdes-large {
  position: relative;
  top: -13px;
  right: 24px;
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.mh-recap-item {
  min-height: 23px;
}