/*! jQuery UI - v1.12.1 - 2018-08-30
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  touch-action: none;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default!important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-sortable-handle {
  touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
/** Reset CSS **/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-display: swap;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
* {
  transition: all 0.5s;
}
::-moz-selection {
  background: rgba(101, 106, 116, 0.7);
  color: #fff;
}
::selection {
  background: rgba(101, 106, 116, 0.7);
  color: #fff;
}
::-moz-selection {
  background: rgba(101, 106, 116, 0.7);
  color: #fff;
}
/*ancienne couleur*/
section.content div.hero.account {
  width: 100%;
  height: 350px;
}
section.content div.hero.account div.vertical h1 {
  margin: 0 0 12px;
  letter-spacing: 4px;
  font-size: 30px;
}
section.content div.hero.account div.vertical h2 {
  font-family: 'Open Sans', serif;
  font-style: italic;
  letter-spacing: 2px;
  opacity: 0.75;
  margin: 0 0 20px;
}
section.content div.navaccount div.nav {
  padding: 40px;
  background-color: white;
  position: relative;
  background-image: linear-gradient(5deg, #ffffff, #f5f5f5);
  width: 200%;
  border-radius: 100px;
  margin: -40px 0 0 -50%;
  border-bottom: 1px solid #e5e5e5;
}
section.content div.navaccount div.nav:hover {
  background-color: #353841;
}
section.content div.navaccount div.nav > ul {
  width: 1200px;
  padding: 0 40px;
  margin: auto;
  text-align: left;
}
section.content div.navaccount div.nav > ul > li {
  list-style-type: none;
}
section.content div.navaccount div.nav > ul > li > a {
  font-size: 19px;
  font-family: 'Open Sans', serif;
  font-weight: 500;
  text-decoration: none;
  color: #40444f;
  padding: 0;
  display: block;
}
section.content div.navaccount div.nav > ul > li > a:hover {
  color: #64bfbf;
}
section.content div.navaccount div.nav > ul > li ul {
  margin: 0;
  text-align: left;
}
section.content div.navaccount div.nav > ul > li ul li {
  padding: 0 20px;
  line-height: 20px;
  position: relative;
  left: 0;
  display: inline-block;
}
section.content div.navaccount div.nav > ul > li ul li a {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1.4px;
  color: #555;
  display: block;
  position: relative;
}
section.content div.navaccount div.nav > ul > li ul li a:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0px;
  background-color: #909090;
  transition: all 0.5s;
  bottom: -10px;
}
section.content div.navaccount div.nav > ul > li ul li a:hover {
  color: #909090;
}
section.content div.navaccount div.nav > ul > li ul li a:hover:before {
  width: 50%;
}
section.content div.navaccount div.nav > ul > li ul li.active a {
  color: #909090;
  font-weight: 600;
}
section.content div.navaccount div.nav > ul > li ul li.active a:before {
  width: 50%;
}
section.content div.navaccount div.nav > ul > li ul li:first-child {
  padding: 0 20px 0 0;
}
section.content div.navaccount div.nav > ul > li ul li:last-child {
  padding: 0 0 0 20px;
  float: right;
  opacity: 0.5;
}
section.content div.navaccount div.nav > ul > li ul li:last-child a:before {
  background: #ce4343;
}
section.content div.navaccount div.nav > ul > li ul li:last-child:hover {
  opacity: 1;
}
section.content div.navaccount div.nav > ul > li ul li:last-child:hover a {
  color: #ce4343;
}
section.content div.navaccount-bars {
  display: none;
}
section.content > div.contact.blue {
  background-color: #40444f;
}
section.content > div.contact.blue div.container div.div-form h4 {
  color: white;
}
section.content > div.contact.blue div.container div.div-form img {
  opacity: 0.4;
}
section.content > div.contact.blue div.container div.div-form div.form-group span,
section.content > div.contact.blue div.container div.div-form div.form-group a {
  color: #bec5d2;
}
section.content > div.contact.blue div.container div.div-form div.form-group button {
  background-color: #80858c;
}
section.content > div.contact.blue div.container div.div-form div.form-group input,
section.content > div.contact.blue div.container div.div-form div.form-group select {
  border-color: #666b74;
}
section.content > div.contact.blue div.container div.div-form div.form-group input.reset {
  width: 400px;
}
section.content > div.contact.account {
  background-color: white;
  /** liste articles **/
}
section.content > div.contact.account div.serviceclient div.progression {
  width: 100%;
  padding: 0 20px 0;
}
section.content > div.contact.account div.serviceclient div.progression div {
  padding: 10px 0 20px;
  display: flex;
  flex-direction: row;
  text-align: left;
}
section.content > div.contact.account div.serviceclient div.progression div div {
  width: 25%;
  opacity: 0.5;
  color: white;
  display: flex;
  flex-direction: column;
  text-transform: lowercase;
  font-size: 16px;
  font-weight: 500;
  color: #40444f;
}
section.content > div.contact.account div.serviceclient div.progression div div span {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 5px;
  font-size: 18px;
}
section.content > div.contact.account div.serviceclient div.progression div div.active {
  opacity: 1;
  color: #909090;
}
section.content > div.contact.account div.serviceclient #tabs {
  display: flex;
  flex-direction: row;
  padding: 30px 0 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar {
  width: 25%;
  border-radius: 20px;
  background-image: linear-gradient(185deg, #5b6684, #1b7ab1);
  position: relative;
  padding: 0 0 240px;
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar:after {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -30px;
  height: 240px;
  width: 180px;
  background-image: url(/images/flour_white.svg?1858a3b1d3e4238c2808c55faf2990b6);
  background-position: bottom;
  background-size: cover;
  opacity: 0.5;
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar div.commande h4 {
  padding: 40px;
  background: #364c68;
  text-align: left;
  font-weight: bold;
  color: white;
  border-radius: 20px 20px 0 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar ul {
  padding: 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar ul li {
  margin: 0;
  padding: 0 40px;
  white-space: inherit;
  width: 100%;
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar ul li.ui-state-active {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar ul li.ui-state-active a {
  color: white;
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar ul li.new {
  background-color: rgba(255, 255, 255, 0.1);
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar ul li.new a {
  color: white;
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar ul li.new:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar ul li:first-child {
  padding: 10px 40px 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar ul li:last-child a {
  border: none;
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar ul li:focus {
  outline: none;
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar ul li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar ul li:hover a {
  color: white;
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar ul li a {
  padding: 30px 0;
  margin: 0;
  font-size: 16px;
  letter-spacing: 1.4px;
  color: white;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar ul li a:focus {
  outline: none;
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar div.support {
  margin: 0;
  line-height: 18px;
  font-size: 16px;
  color: #656565;
  letter-spacing: 1.5px;
  text-decoration: none;
}
section.content > div.contact.account div.serviceclient #tabs > div.sidebar div.support strong {
  font-weight: bold;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs {
  width: 75%;
  padding: 0 0 0 40px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs .breadcrumb {
  padding: 20px 0 30px 0;
  margin: 0 0 10px;
  border-bottom: 2px solid #eee;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs .breadcrumb i {
  margin: 0 10px 0 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div {
  padding: 0;
  background: none;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div h4 {
  padding: 20px 0 30px;
  margin: 0 0 10px 0;
  font-size: 22px;
  letter-spacing: 2px;
  color: #444;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.div-form {
  float: left;
  padding: 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.discussion {
  display: flex;
  flex-direction: column;
  margin: 0 0 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.discussion > div {
  display: flex;
  width: 50%;
  margin: 0 0 40px;
  flex-direction: column;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.discussion > div div.date {
  font-weight: 600;
  margin: 0 0 15px 25px;
  font-size: 14px;
  color: #40444f;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.discussion > div div.container {
  padding: 25px;
  background-color: #eee;
  border-radius: 15px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.discussion > div div.container div.comment {
  font-size: 14px;
  color: #333;
  letter-spacing: 1.2px;
  line-height: 20px;
  position: relative;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.discussion > div div.container div.comment:after {
  content: '';
  position: absolute;
  background-color: #eee;
  height: 30px;
  width: 30px;
  right: 20px;
  bottom: -32px;
  transform: rotate(45deg);
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.discussion > div div.response {
  text-align: right;
  padding: 10px 80px 0 0;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  color: #40444f;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.discussion > div.biosense {
  align-self: flex-end;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.discussion > div.biosense div.container {
  background-color: #909090;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.discussion > div.biosense div.container div.comment {
  color: white;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.discussion > div.biosense div.container div.comment:after {
  background-color: #909090;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian {
  margin: 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian * {
  transition: none;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian div.resume.discussion {
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian div.resume.discussion span:first-child {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  justify-content: center;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian div.resume.discussion span:last-child {
  background-color: #40444f;
  color: white;
  display: inline-block;
  padding: 18px;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.5s all;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian > ul > li {
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: none;
  margin: 0;
  cursor: pointer;
  transition: all 0.5s;
  float: left;
  border-radius: 4px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian > ul > li > ul {
  display: none;
  padding: 0 30px 30px;
  cursor: auto;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian > ul > li > ul.suivi {
  margin: 0 25px 20px;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian > ul > li > ul.suivi p {
  font-size: 14px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian > ul > li > ul.suivi div.nav {
  margin: 0 0 15px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian > ul > li > ul.suivi div.nav div {
  font-size: 14px;
  padding: 0 0 5px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian > ul > li a > div {
  padding: 30px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian > ul > li a > div.resume {
  display: flex;
  justify-content: space-between;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian > ul > li a > div.resume p strong {
  color: #909090;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian > ul > li a > div.suivi {
  display: flex;
  flex-direction: row;
  padding: 20px 25px;
  border: none;
  align-items: center;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian > ul > li form {
  padding: 0 0 30px;
  float: left;
  width: 100%;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div #accordian > ul > li:last-child {
  border-bottom: 1px solid #ddd;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div {
  border-bottom: 2px solid #eee;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div h4,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div h4,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div h4 {
  padding: 0 0 20px;
  font-weight: 600;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div p,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div p,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 0 0 5px;
  color: #333;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div i,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div i,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div i {
  font-style: italic;
  font-size: 14px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div span.action,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div span.action,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div span.action,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div a.action,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div a.action,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div a.action {
  background-color: #909090;
  color: white;
  display: inline-block;
  padding: 18px;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.5s all;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div span.action:hover,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div span.action:hover,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div span.action:hover,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div a.action:hover,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div a.action:hover,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div a.action:hover {
  background-color: #838383;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div span.action.grey,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div span.action.grey,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div span.action.grey,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div a.action.grey,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div a.action.grey,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div a.action.grey {
  background-color: #40444f;
  cursor: auto;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div span.action.grey.statut-2,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div span.action.grey.statut-2,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div span.action.grey.statut-2,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div a.action.grey.statut-2,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div a.action.grey.statut-2,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div a.action.grey.statut-2 {
  background-color: rgba(64, 68, 79, 0.75);
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div span.action.grey.statut-3,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div span.action.grey.statut-3,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div span.action.grey.statut-3,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div a.action.grey.statut-3,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div a.action.grey.statut-3,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div a.action.grey.statut-3 {
  background-color: rgba(64, 68, 79, 0.5);
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div.expedition,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div.expedition,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div.expedition,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div.preparation,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div.preparation,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div.preparation,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div.commande,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div.commande,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div.commande,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div.livraison,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div.livraison,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div.livraison,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div.facturation,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div.facturation,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div.facturation {
  flex-direction: column;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div ul.address li,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div ul.address li,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div ul.address li {
  padding: 0 0 5px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div ul.address li:first-child,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div ul.address li:first-child,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div ul.address li:first-child {
  font-weight: 600;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div ul.address li:last-child,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div ul.address li:last-child,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div ul.address li:last-child {
  padding: 15px 0 5px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div div.tracking,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div div.tracking,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div div.tracking {
  display: flex;
  justify-content: flex-end;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div .detail,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div .detail,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div .detail {
  padding: 0;
  display: flex;
  flex-direction: row;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div .detail ul.resume li,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div .detail ul.resume li,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div .detail ul.resume li {
  border-bottom: 2px solid #eee;
  padding: 20px 10px;
  line-height: 18px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div .detail ul.resume li strong,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div .detail ul.resume li strong,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div .detail ul.resume li strong {
  padding: 0 0 5px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div .detail ul.resume li span,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div .detail ul.resume li span,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div .detail ul.resume li span {
  display: block;
  padding: 0 0 10px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div .detail ul.resume li span:last-child,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div .detail ul.resume li span:last-child,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div .detail ul.resume li span:last-child {
  padding: 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div .detail ul.resume li:last-child,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div .detail ul.resume li:last-child,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.address > div .detail ul.resume li:last-child {
  border: none;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.form > div:first-child,
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.orders > div:first-child {
  border: none;
  padding: 30px 0 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.resume-container {
  width: 40%;
  padding: 0 30px 0 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container {
  width: 100%;
  border-left: 2px solid #eee;
  padding: 0 0 0 30px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products {
  margin: 20px 0 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products ul.product {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0 30px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products ul.product > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products ul.product > li span {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 0 0 10px;
  color: #333;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products ul.product > li:first-child {
  width: 50px;
  margin: 0 20px 0 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products ul.product > li:first-child span.qty {
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  width: 30px;
  height: 32px;
  line-height: 30px;
  cursor: disabled;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products ul.product > li:nth-child(2) {
  width: 140px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products ul.product > li:nth-child(2) a {
  overflow: hidden;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products ul.product > li:nth-child(2) a img {
  transform: scale(1);
  width: 100%;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products ul.product > li:nth-child(2) a img:hover {
  transform: scale(1.2);
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products ul.product > li:nth-child(3) {
  padding: 0;
  width: 100%;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products ul.product > li:nth-child(3) span {
  color: #999;
  padding: 0 0 10px 25px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products ul.product > li:nth-child(3) span b {
  color: #333;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products ul.product > li:nth-child(3) span:first-child {
  padding: 0 0 10px 25px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products ul.product > li:nth-child(3) span:first-child a {
  font-family: 'Open Sans', serif;
  color: #909090;
  font-weight: 600;
  font-size: 16px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products ul.product > li:nth-child(3) span:first-child a:hover {
  color: #40444f;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div div.products-container div.products ul.product:last-child {
  padding: 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div form > div {
  padding-bottom: 10px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div form > div:last-child {
  padding-bottom: 0px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div.data form div.col-6:nth-child(odd) {
  padding: 0 15px 10px 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div.data form div.col-6:nth-child(even) {
  padding: 0 0 10px 15px;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div.contact form div.col-6:nth-child(even) {
  padding: 0 15px 10px 0;
}
section.content > div.contact.account div.serviceclient #tabs > div.container-tabs > div.contact form div.col-6:nth-child(odd) {
  padding: 0 0 10px 15px;
}
section.content > div.contact.account div.articles {
  padding: 0;
  background-color: white;
}
section.content > div.contact.account div.articles.account > div {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
section.content > div.contact.account div.articles.account > div a {
  text-decoration: none;
}
section.content > div.contact.account div.articles.account > div > div {
  list-style-type: none;
  padding: 0 10px;
}
section.content > div.contact.account div.articles.account > div.head {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 40px;
}
section.content > div.contact.account div.articles.account > div.head div {
  font-size: 16px;
  font-weight: 800;
  color: #909090;
}
section.content > div.contact.account div.articles.account > div.detail div {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0 0 30px;
  font-size: 16px;
  color: #3a3f4a;
}
section.content > div.contact.account div.articles.account > div.detail div:first-child img {
  width: 80px;
}
section.content > div.contact.account div.articles.account > div.detail div input {
  max-width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  margin: auto;
}
section.content > div.contact.account div.articles.account > div.detail div span.old {
  padding: 6px 0 0;
  font-size: 14px;
  color: #969ca9;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  text-decoration: line-through;
}
section.content > div.contact.account div.articles.account > div.detail div.name {
  flex-direction: column;
}
section.content > div.contact.account div.articles.account > div.detail div.name span:last-child {
  padding: 6px 0 0;
  font-size: 14px;
  color: #969ca9;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
}
section.content > div.contact.account div.articles.account > div:last-child div {
  border: none;
  margin: 0 0 40px;
  padding: 0;
}
section.content > div.reassurance div.container.small {
  width: 1200px;
  padding: 0;
}
body {
  transition: all 0.5s;
  right: 0;
}
body.onNavAccount {
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}
body.onNavAccount > div.page-wrapper {
  position: relative;
  transition: all 0.5s;
}
section.content {
  /*** style générique ***/
}
section.content > div.commande {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-family: 'Open sans', serif;
  color: #656a74;
  /*** steps style ***/
  /** liste articles **/
}
section.content > div.commande h1,
section.content > div.commande h2,
section.content > div.commande h3,
section.content > div.commande h4,
section.content > div.commande h5,
section.content > div.commande h6 {
  font-family: 'Open sans', sans-serif;
}
section.content > div.commande h2 {
  font-size: 26px;
  margin: 20px 0 10px 0;
}
section.content > div.commande h3 {
  font-size: 22px;
  margin: 10px 0;
}
section.content > div.commande h4 {
  font-size: 20px;
  margin: 20px 0 10px 0;
  color: #87a9a9;
}
section.content > div.commande h5 {
  font-size: 20px;
  margin: 5px 0;
  color: #87a9a9;
}
section.content > div.commande p {
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 10px;
  color: #333;
}
section.content > div.commande a {
  text-decoration: none;
  color: #4e545f;
  font-weight: 600;
  text-decoration: underline;
}
section.content > div.commande a:hover {
  color: #8492ab;
}
section.content > div.commande img {
  width: 100%;
}
section.content > div.commande ul {
  padding: 0 0 10px 20px;
}
section.content > div.commande ul li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0;
}
section.content > div.commande strong {
  font-weight: 600;
  color: #555;
}
section.content > div.commande div.subTitle {
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 30px;
}
section.content > div.commande div.subTitle h4 {
  font-size: 30px;
  line-height: 30px;
  color: #555;
  letter-spacing: 3px;
  font-family: 'Open sans', sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0;
}
section.content > div.commande div.steps {
  width: 100%;
  padding: 70px 0;
  background-color: #40444f;
  overflow: hidden;
}
section.content > div.commande div.steps div.container {
  display: flex;
  width: 100%;
  padding: 0 100px;
  margin: auto;
  position: relative;
}
section.content > div.commande div.steps div.container:after,
section.content > div.commande div.steps div.container:before {
  content: '';
  position: absolute;
  background-image: url(/images/flour_white.svg?1858a3b1d3e4238c2808c55faf2990b6);
  background-size: contain;
  opacity: 0.05;
  width: 239px;
  height: 300px;
}
section.content > div.commande div.steps div.container:after {
  top: 0;
  right: 100%;
}
section.content > div.commande div.steps div.container:before {
  bottom: 0;
  left: 100%;
}
section.content > div.commande div.steps div.container div {
  width: 25%;
  text-align: center;
  font-size: 22px;
  color: white;
  font-family: 'Open Sans', serif;
  letter-spacing: 3px;
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  position: relative;
}
section.content > div.commande div.steps div.container div span:first-child {
  border: 2px solid white;
  width: 50px;
  margin: auto;
  padding: 0 0 0 2px;
  height: 50px;
  border-radius: 50%;
  line-height: 44px;
  background-color: #40444f;
  position: relative;
  z-index: 1;
}
section.content > div.commande div.steps div.container div span:last-child {
  padding: 10px 0 0;
}
section.content > div.commande div.steps div.container div:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 23px;
  background-color: white;
}
section.content > div.commande div.steps div.container div:first-child:after {
  width: 50%;
  left: inherit;
  right: 0;
}
section.content > div.commande div.steps div.container div:last-child:after {
  width: 50%;
}
section.content > div.commande div.steps div.container div.active {
  opacity: 1;
}
section.content > div.commande div.steps div.container div.active span:first-child {
  background-color: white;
  color: #40444f;
}
section.content > div.commande div.steps div.container div.active:after {
  background-color: #a8aab0;
}
section.content > div.commande div.articles {
  padding: 50px 0;
  background-color: white;
}
section.content > div.commande div.articles div.container {
  width: 1200px;
  margin: auto;
}
section.content > div.commande div.articles div.container ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
section.content > div.commande div.articles div.container ul a {
  text-decoration: none;
}
section.content > div.commande div.articles div.container ul button {
  border-radius: 100px;
  background-color: #9da3b4;
  color: white;
  border: none;
  cursor: pointer;
  height: 25px;
  width: 25px;
}
section.content > div.commande div.articles div.container ul button i {
  font-size: 12px;
  font-weight: 600;
}
section.content > div.commande div.articles div.container ul button:hover {
  background-color: #767b89;
}
section.content > div.commande div.articles div.container ul > li {
  list-style-type: none;
  padding: 0 10px;
}
section.content > div.commande div.articles div.container ul.details {
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 0;
  flex-direction: column;
}
section.content > div.commande div.articles div.container ul.details li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #3a3f4a;
}
section.content > div.commande div.articles div.container ul.details li ul li:first-child {
  padding: 0 10px 0 0;
  width: 10%;
}
section.content > div.commande div.articles div.container ul.details li ul li:first-child img {
  width: 100px;
  padding: 0 10px 0 0;
}
section.content > div.commande div.articles div.container ul.details li ul li:nth-child(2) {
  width: 30%;
}
section.content > div.commande div.articles div.container ul.details li ul li:nth-child(n+3) {
  width: 12%;
  text-align: center;
}
section.content > div.commande div.articles div.container ul.details li ul li:nth-child(5) div {
  display: flex;
  flex-direction: row;
  align-self: center;
  height: 100%;
  align-items: center;
}
section.content > div.commande div.articles div.container ul.details li ul li:nth-child(5) div input {
  width: 100%;
  border-radius: 0;
}
section.content > div.commande div.articles div.container ul.details li ul li:nth-child(5) div button {
  width: 100%;
  padding: 10px 0 10px 5px;
  height: 37px;
  background: white;
  border: none;
  font-weight: 600;
  border-radius: 0;
  cursor: pointer;
}
section.content > div.commande div.articles div.container ul.details li ul li:nth-child(5) div button i {
  font-size: 18px;
  color: #6e7587;
}
section.content > div.commande div.articles div.container ul.details li ul li:nth-child(5) div button:focus,
section.content > div.commande div.articles div.container ul.details li ul li:nth-child(5) div button:hover {
  outline: none;
}
section.content > div.commande div.articles div.container ul.details li ul li:last-child {
  padding: 0 0 0 10px;
}
section.content > div.commande div.articles div.container ul.details li ul.article li span {
  font-weight: 600;
}
section.content > div.commande div.articles div.container ul.details li ul.opt li span {
  font-size: 14px;
  color: #969ca9;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0 0 0 3px;
}
section.content > div.commande div.articles div.container ul.details li ul.opt li button {
  color: #9da3b4;
  background: none;
}
section.content > div.commande div.articles div.container ul.details li ul.opt li:first-child {
  width: 10%;
}
section.content > div.commande div.articles div.container ul.details li ul.opt li:nth-child(2) {
  width: 30%;
  padding: 0 0 5px 0;
}
section.content > div.commande div.articles div.container ul.details li ul.opt li:nth-child(n+3) {
  width: 12%;
  text-align: center;
}
section.content > div.commande div.articles div.container ul.details li input {
  max-width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  margin: auto;
}
section.content > div.commande div.articles div.container ul.details li span.old {
  padding: 6px 0 0;
  font-size: 14px;
  color: #969ca9;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  text-decoration: line-through;
}
section.content > div.commande div.articles div.container ul.details li.name span:nth-child(n+2) {
  padding: 5px 0 0;
  font-size: 14px;
  color: #969ca9;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
  font-weight: 400;
}
section.content > div.commande div.articles div.container ul.details li.name span:last-child {
  padding: 0;
}
section.content > div.commande div.articles div.container ul.details:hover {
  background-color: #f9f9f9;
}
section.content > div.commande div.articles div.container ul.details:last-child {
  border-bottom: none;
}
section.content > div.commande div.articles div.container ul.head {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 40px;
}
section.content > div.commande div.articles div.container ul.head li {
  font-size: 16px;
  font-weight: 700;
  color: #909090;
}
section.content > div.commande div.articles div.container ul.head li:first-child {
  padding: 0 10px 0 0;
  width: 10%;
}
section.content > div.commande div.articles div.container ul.head li:first-child img {
  width: 100px;
  padding: 0 10px 0 0;
}
section.content > div.commande div.articles div.container ul.head li:nth-child(2) {
  width: 30%;
}
section.content > div.commande div.articles div.container ul.head li:nth-child(n+3) {
  width: 12%;
  text-align: center;
}
section.content > div.commande div.articles div.container div.empty h3 {
  font-size: 30px;
  margin: 0 0 15px;
}
section.content > div.commande div.articles div.container div.empty a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
section.content > div.commande.details div.container {
  width: 1200px;
  margin: auto;
}
section.content > div.commande.details div.products {
  margin: 20px 0 0;
  width: 1200px;
  float: right;
}
section.content > div.commande.details div.products ul.product {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section.content > div.commande.details div.products ul.product > li {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ddd;
}
section.content > div.commande.details div.products ul.product > li a {
  text-decoration: none;
}
section.content > div.commande.details div.products ul.product > li span {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 0 0 10px;
  color: #333;
}
section.content > div.commande.details div.products ul.product > li:first-child {
  width: 15%;
}
section.content > div.commande.details div.products ul.product > li:first-child a {
  overflow: hidden;
}
section.content > div.commande.details div.products ul.product > li:first-child a img {
  transform: scale(1);
  width: 100%;
}
section.content > div.commande.details div.products ul.product > li:first-child a img:hover {
  transform: scale(1.2);
}
section.content > div.commande.details div.products ul.product > li:nth-child(2) {
  width: 65%;
  padding: 10px 0 0 30px;
}
section.content > div.commande.details div.products ul.product > li:nth-child(2) span {
  color: #999;
}
section.content > div.commande.details div.products ul.product > li:nth-child(2) span b {
  color: #333;
}
section.content > div.commande.details div.products ul.product > li:nth-child(2) span:first-child {
  padding: 0 0 15px;
}
section.content > div.commande.details div.products ul.product > li:nth-child(2) span:first-child a {
  font-family: 'Open Sans', serif;
  color: #909090;
  font-weight: 600;
  font-size: 16px;
}
section.content > div.commande.details div.products ul.product > li:nth-child(2) span:first-child a:hover {
  color: #40444f;
}
section.content > div.commande.details div.products ul.product > li:nth-child(3) {
  width: 25%;
  justify-content: space-evenly;
}
section.content > div.commande.details div.products ul.product > li:nth-child(3) span {
  font-weight: 600;
}
section.content > div.commande.details div.products ul.product:last-child li {
  border: none;
}
section.content > div.commande div.summary {
  padding: 80px 0 100px;
  background-color: #eee;
}
section.content > div.commande div.summary div.container {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
section.content > div.commande div.summary div.container div.total {
  width: 100%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
}
section.content > div.commande div.summary div.container div.total ul {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}
section.content > div.commande div.summary div.container div.total ul li {
  width: 50%;
  list-style-type: none;
  font-size: 16px;
  padding: 10px 0;
  align-self: center;
}
section.content > div.commande div.summary div.container div.total ul li span {
  font-weight: 400;
  font-size: 14px;
}
section.content > div.commande div.summary div.container div.total ul li:last-child {
  text-align: right;
}
section.content > div.commande div.summary div.container div.total ul.fraisLivraison li {
  color: #c76821;
  font-weight: 900;
}
section.content > div.commande div.summary div.container div.total ul:nth-child(4) li {
  color: #40444f;
  font-weight: 900;
}
section.content > div.commande div.summary div.container div.total div.confirm {
  width: 50%;
  margin: 30px 0 0;
  justify-content: flex-end;
  display: flex;
}
section.content > div.commande div.summary div.container div.total div.confirm a,
section.content > div.commande div.summary div.container div.total div.confirm button {
  padding: 25px 35px;
  background-color: #ca2944;
  border: none;
  float: right;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  border-radius: 10px;
}
section.content > div.commande div.summary div.container div.total div.confirm a:hover,
section.content > div.commande div.summary div.container div.total div.confirm button:hover {
  background-color: #a02036;
}
section.content > div.commande div.summary div.container div.total div.confirm a i,
section.content > div.commande div.summary div.container div.total div.confirm button i {
  font-size: 16px;
  float: right;
  margin: 0 0 0 20px;
}
section.content > div.commande div.summary div.container div.code {
  padding: 30px 0 0;
}
section.content > div.commande div.summary div.container div.code h4 {
  color: #40444f;
}
section.content > div.commande div.summary div.container div.code div.input-group {
  display: flex;
}
section.content > div.commande div.summary div.container div.code div.input-group input {
  padding: 26px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #ddd;
  border-right: none;
  font-size: 16px;
  letter-spacing: 2px;
}
section.content > div.commande div.summary div.container div.code div.input-group button {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0 5px 5px 0;
  color: #40444f;
  padding: 15px;
}
section.content > div.commande div.summary div.container div.code div.input-group button:hover {
  cursor: pointer;
}
section.content > div.commande div.summary div.container div.confirmcart {
  display: flex;
  flex-direction: row;
  width: 100%;
}
section.content > div.commande div.summary.deliveryView div.total {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
section.content > div.commande div.summary.deliveryView div.total div.subtotal {
  width: 50%;
}
section.content > div.commande div.summary.deliveryView div.total div.subtotal ul li {
  width: inherit;
}
section.content > div.commande div.summary.deliveryView div.total div.confirmcart {
  width: 50%;
  justify-content: flex-end;
}
section.content > div.commande div.summary.deliveryView div.total div.confirmcart div.confirm {
  display: block;
  margin: 30px 0 0;
}
section.content > div.commande.delivery {
  margin: 0;
}
section.content > div.commande.delivery > div.head {
  background-color: #eee;
}
section.content > div.commande.delivery > div.head > div.container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 1200px;
  margin: auto;
  padding: 50px 0;
  text-align: center;
}
section.content > div.commande.delivery > div.head > div.container h4 {
  color: #414550;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}
section.content > div.commande.delivery > div.container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 1200px;
  margin: auto;
  flex-direction: row;
}
section.content > div.commande.delivery > div.container div.multipleChoices {
  width: 30%;
  padding: 0 40px 0 0;
  border-right: 2px solid #eee;
}
section.content > div.commande.delivery > div.container div.multipleChoices > div.container {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.content > div.commande.delivery > div.container div.multipleChoices label.radioChoice {
  display: flex;
  flex-direction: row;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
  line-height: 22px;
}
section.content > div.commande.delivery > div.container div.multipleChoices label.radioChoice div.radio {
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.content > div.commande.delivery > div.container div.multipleChoices label.radioChoice strong {
  font-size: 14px;
  width: 100%;
}
section.content > div.commande.delivery > div.container div.multipleChoices label.radioChoice:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
section.content > div.commande.delivery > div.container div.articles {
  padding: 0;
  width: 70%;
}
section.content > div.commande.delivery > div.container div.articles div.container {
  width: 100%;
  margin: 0;
  padding: 50px 0 50px 50px;
}
section.content > div.commande.delivery > div.container div.articles div.container > ul {
  justify-content: space-between;
  padding: 20px 0;
}
section.content > div.commande.delivery > div.container div.articles div.container > ul li {
  margin: 0;
  padding: 0;
  border: none;
}
section.content > div.commande.delivery > div.container div.articles div.container > ul li:last-child {
  margin: 0;
  padding: 0;
}
section.content > div.commande.delivery > div.container div.articles div.container > ul li ul {
  width: 100%;
  justify-content: space-between;
}
section.content > div.commande.delivery > div.container div.articles div.container > ul li ul li:first-child {
  width: 15%;
}
section.content > div.commande.delivery > div.container div.articles div.container > ul li ul li:nth-child(2) {
  width: 50%;
}
section.content > div.commande.delivery > div.container div.articles div.container > ul li ul li:nth-child(3) {
  width: 20%;
}
section.content > div.commande.delivery > div.container div.articles div.container > ul li ul li:nth-child(4) {
  width: 15%;
}
section.content > div.commande.delivery > div.container div.multipleChoices,
section.content > div.commande.delivery > div.container div.articles {
  display: flex;
}
section.content > div.commande div.multipleChoices {
  width: 1200px;
  margin: auto;
}
section.content > div.commande div.multipleChoices div.container h3 {
  padding: 80px 0 20px;
  font-size: 20px;
  font-weight: 600;
  color: #40444f;
}
section.content > div.commande div.multipleChoices div.paymentChoices {
  display: flex;
  flex-direction: row;
  padding: 0 0 50px 0;
}
section.content > div.commande div.multipleChoices div.paymentChoices ul {
  width: 100%;
  padding: 40px;
  border: 2px solid #eee;
  border-right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.content > div.commande div.multipleChoices div.paymentChoices ul:last-child {
  border-right: solid #eee;
}
section.content > div.commande div.multipleChoices div.paymentChoices ul:hover {
  background-color: #eee;
}
section.content > div.commande div.multipleChoices div.paymentChoices ul li {
  list-style-type: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.content > div.commande div.multipleChoices div.paymentChoices ul li input {
  height: 20px;
  width: 20px;
}
section.content > div.commande div.multipleChoices div.paymentChoices ul img {
  max-width: 150px;
}
section.content > div.commande div.confirmationPaiment {
  width: 1200px;
  margin: auto;
}
section.content > div.commande div.confirmationPaiment > div.container {
  padding: 0 0 80px 0;
}
section.content > div.commande div.confirmationPaiment > div.container > div.top {
  margin: 0 0 50px;
}
section.content > div.commande div.confirmationPaiment > div.container > div.bottom > div {
  display: flex;
}
section.content > div.commande div.confirmationPaiment > div.container > div.bottom > div input {
  width: 20px;
  height: 20px;
  margin: 10px 15px 0 10px;
}
section.content > div.commande div.confirmationPaiment > div.container > div.bottom > div label {
  line-height: 22px;
}
section.content > div.commande div.confirmationPaiment > div.container > div.bottom > div label strong {
  font-size: 18px;
  font-weight: 700;
}
section.content > div.commande div.confirmationPaiment > div.container > div h3 {
  font-size: 20px;
  margin: 10px 0 20px;
  font-weight: 600;
  color: #40444f;
}
section.content > div.commande div.confirmationPaiment > div.container > div textarea {
  width: 100%;
  padding: 20px;
  height: 150px;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
section.content div.reassurance,
section.content div.reassurance.contact {
  padding: 60px 0 70px 0;
  background-color: #40444f;
  float: left;
  width: 100%;
}
section.content div.reassurance div.container,
section.content div.reassurance.contact div.container {
  width: 100%;
  margin: auto;
  display: flex;
  padding: 0 80px;
}
section.content div.reassurance div.container > div,
section.content div.reassurance.contact div.container > div {
  width: 20%;
}
section.content div.reassurance div.container > div img,
section.content div.reassurance.contact div.container > div img {
  text-align: center;
  max-width: 90px;
  margin: 0 auto 15px;
  opacity: 0.5;
  transition: all 0.5s;
}
section.content div.reassurance div.container > div a,
section.content div.reassurance.contact div.container > div a {
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
}
section.content div.reassurance div.container > div a > div:nth-child(2),
section.content div.reassurance.contact div.container > div a > div:nth-child(2) {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 18px;
}
section.content div.reassurance div.container > div a > div:last-child,
section.content div.reassurance.contact div.container > div a > div:last-child {
  font-weight: 400;
  opacity: 0.75;
}
section.content div.reassurance div.container > div:hover img,
section.content div.reassurance.contact div.container > div:hover img {
  opacity: 1;
}
section.content div.reassurance div.container > div:hover img a > div:last-child,
section.content div.reassurance.contact div.container > div:hover img a > div:last-child {
  opacity: 1;
}
section.content div.reassurance.white,
section.content div.reassurance.contact.white {
  background-color: white;
}
section.content div.reassurance.white div.container > div a,
section.content div.reassurance.contact.white div.container > div a {
  color: #40444f;
}
section.content div.contact {
  padding: 40px 0;
  background-color: #eee;
  float: left;
  width: 100%;
}
section.content div.contact.login div.container {
  display: flex;
}
section.content div.contact.adresse {
  background-color: white;
  overflow: hidden;
}
section.content div.contact > div.container {
  position: relative;
  width: 1200px;
  margin: auto;
  flex-direction: row;
  justify-content: space-between;
}
section.content div.contact > div.container > img {
  top: 30px;
  position: absolute;
  opacity: 0.2;
  max-width: 240px;
  left: calc(50% - 120px);
  margin: 0;
}
section.content div.contact > div.container div.col-4 {
  width: 33%;
  float: left;
}
section.content div.contact > div.container div.col-5 {
  width: 38%;
}
section.content div.contact > div.container div.col-6 {
  width: 50%;
  float: left;
}
section.content div.contact > div.container div.col-8 {
  width: 66%;
  float: left;
}
section.content div.contact > div.container div.col-12 {
  width: 100%;
}
section.content div.contact > div.container div.div-form {
  padding: 0 20px 10px;
}
section.content div.contact > div.container div.div-form:last-child {
  justify-content: flex-end;
}
section.content div.contact > div.container div.div-form:last-child div.form-group button {
  justify-content: flex-end;
}
section.content div.contact > div.container div.div-form.nopadding {
  padding: 0;
}
section.content div.contact > div.container div.div-form h4 {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  color: #444;
  padding: 40px 0;
  font-weight: 600;
}
section.content div.contact > div.container div.div-form p {
  margin: 0 0 20px;
  line-height: 22px;
  color: #222;
}
section.content div.contact > div.container div.div-form p a {
  color: #111;
  font-weight: 700;
}
section.content div.contact > div.container div.div-form p a:hover {
  color: #ca2944;
}
section.content div.contact > div.container div.div-form.white p {
  color: white;
}
section.content div.contact > div.container div.div-form.white a {
  color: white;
}
section.content div.contact > div.container div.div-form.white a:hover {
  color: white;
}
section.content div.contact > div.container div.div-form div.form-group {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px;
}
section.content div.contact > div.container div.div-form div.form-group.block {
  display: flex;
  margin: 30px 0 0;
  justify-content: space-between;
  flex-direction: row;
}
section.content div.contact > div.container div.div-form div.form-group.split a {
  text-align: right;
  margin: 20px 20px 0 0;
  float: left;
}
section.content div.contact > div.container div.div-form div.form-group.split button {
  float: right;
}
section.content div.contact > div.container div.div-form div.form-group.checkbox {
  flex-direction: row;
}
section.content div.contact > div.container div.div-form div.form-group.checkbox input.checkbox {
  height: 20px;
  width: 20px;
  float: left;
}
section.content div.contact > div.container div.div-form div.form-group.checkbox span {
  margin: 5px 0 0 20px;
}
section.content div.contact > div.container div.div-form div.form-group.f-right {
  justify-content: flex-end;
}
section.content div.contact > div.container div.div-form div.form-group span {
  margin: 0 0 10px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 14px;
  color: #909090;
}
section.content div.contact > div.container div.div-form div.form-group label {
  font-weight: 600;
  margin: 0 0 15px;
  color: #444;
}
section.content div.contact > div.container div.div-form div.form-group input,
section.content div.contact > div.container div.div-form div.form-group textarea,
section.content div.contact > div.container div.div-form div.form-group select {
  padding: 15px;
  color: #444;
  border-radius: 3px;
  border: 1px solid #ccc;
  letter-spacing: 2px;
  font-size: 14px;
}
section.content div.contact > div.container div.div-form div.form-group input:hover,
section.content div.contact > div.container div.div-form div.form-group textarea:hover,
section.content div.contact > div.container div.div-form div.form-group select:hover {
  background-color: #f5f5f5;
  border: 1px solid #8492ab;
}
section.content div.contact > div.container div.div-form div.form-group input:focus,
section.content div.contact > div.container div.div-form div.form-group textarea:focus,
section.content div.contact > div.container div.div-form div.form-group select:focus {
  outline: none;
}
section.content div.contact > div.container div.div-form div.form-group button,
section.content div.contact > div.container div.div-form div.form-group input.btn-success {
  border: none;
  padding: 25px 35px;
  background: #ca2944;
  float: left;
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 10px;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.5s;
}
section.content div.contact > div.container div.div-form div.form-group button i,
section.content div.contact > div.container div.div-form div.form-group input.btn-success i {
  margin: 0 0 0 10px;
}
section.content div.contact > div.container div.div-form div.form-group button:hover,
section.content div.contact > div.container div.div-form div.form-group input.btn-success:hover {
  opacity: 0.9;
  background-color: #626879;
}
section.content div.contact > div.container div.div-form div.form-group button:focus,
section.content div.contact > div.container div.div-form div.form-group input.btn-success:focus {
  outline: none;
  background-color: #4b505d;
}
section.content div.contact > div.container div.div-form div.form-group a {
  text-align: left;
  color: #909090;
  text-decoration: none;
  margin: 10px 0 0;
}
section.content div.contact > div.container div.second_address {
  display: flex;
  background-color: #eee;
  padding: 50px 0;
  margin: 30px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
section.content div.contact > div.container div.second_address > div {
  position: relative;
  z-index: 2;
}
section.content div.contact > div.container div.second_address > div:first-child {
  text-align: left;
  width: 50%;
  float: left;
  padding: 30px 0 0 20px;
  display: flex;
}
section.content div.contact > div.container div.second_address > div:first-child span {
  font-weight: 600;
  color: #414550;
}
section.content div.contact > div.container div.second_address > div:first-child input.checkbox {
  height: 20px;
  width: 20px;
  margin: 0 10px 0 0;
}
section.content div.contact > div.container div.second_address > div:nth-child(2) {
  width: 100%;
}
section.content div.contact > div.container div.second_address > div:last-child {
  width: 50%;
  float: right;
}
section.content div.contact > div.container div.second_address > div:last-child > div {
  margin: 0!important;
}
section.content div.contact > div.container div.second_address:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1000%;
  left: -500%;
  top: 0;
  z-index: 0;
  background-color: #eee;
}
section.content div.contact > div.container div#coordonnees-livraison {
  display: flex;
  flex-wrap: wrap;
}
section.content div.reassurance.contact {
  float: left;
  width: 100%;
}
section.content.errors {
  margin: 0;
  width: 100%;
  height: 100vh;
  background-image: url(/images/background.jpg?cfaa8094575205b9e76af03a4e2893c5);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  flex-direction: row;
}
section.content.errors div.content div.col-md-12 h1 {
  font-size: 26px;
  color: white;
  margin: 0 0 60px;
}
section.content.errors div.content div.col-md-12 h2 {
  font-size: 20px;
  color: white;
  margin: 0 0 60px;
  line-height: 26px;
}
section.content.errors div.content div.col-md-12 h2 a {
  color: white;
}
section.content.errors div.content div.col-md-12 p {
  font-size: 40px;
  color: white;
  margin: 0 0 20px;
}
section.content.errors div.content div.col-md-12 > a {
  background-color: white;
  color: black;
  padding: 15px 25px;
}
section.content.errors div.content div.col-md-12 > a i {
  margin: 0 10px 0 0;
}
section.content {
  font-family: 'Open sans', sans-serif;
  position: relative;
  margin: 180px 0 0;
  padding: 0px;
}
section.content div.successMessage {
  text-align: center;
  padding: 20px 0 70px;
  font-size: 22px;
  font-weight: 600;
  color: #4e525e;
}
section.content div.breadcrumb {
  width: 100%;
  margin: auto;
  background: white;
}
section.content div.breadcrumb ul {
  padding: 0;
  text-align: center;
}
section.content div.breadcrumb ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
  opacity: 0.8;
  padding: 30px 10px;
  transition: all 0s;
}
section.content div.breadcrumb ul li a {
  color: #40444f;
  text-decoration: none;
  opacity: 0.75;
  position: relative;
  transition: all 0s;
}
section.content div.breadcrumb ul li a:hover {
  opacity: 0.8;
}
section.content div.breadcrumb ul li a:after {
  content: '';
  position: absolute;
  right: -14px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #b3b4b4;
  top: 50%;
}
section.content div.breadcrumb ul li:last-child a:after {
  display: none;
}
section.content > div.hero {
  margin: auto;
  width: 100%;
  height: 400px;
  color: white;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
section.content > div.hero div {
  position: relative;
  z-index: 10;
  margin: -10px 0 0;
}
section.content > div.hero div.vertical {
  width: 50%;
}
section.content > div.hero div.vertical h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 100%;
  margin: 0 0 15px;
}
section.content > div.hero div.vertical h1 span {
  font-weight: 500;
  font-style: italic;
  text-transform: initial;
  font-size: 26px;
  letter-spacing: 2px;
}
section.content > div.hero div.vertical h2 {
  line-height: 24px;
}
section.content > div.hero div.vertical h4 {
  line-height: 24px;
}
section.content > div.hero div.vertical p {
  font-family: 'Open Sans', serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}
section.content > div.hero div.vertical a.shop {
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 15px 20px;
  margin: 20px 0 0;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 2px;
}
section.content > div.hero div.vertical a.shop:hover {
  background: rgba(255, 255, 255, 0.2);
}
section.content > div.hero img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
section.content > div.hero div.logo img {
  position: relative;
  max-width: 300px;
}
section.content > div.hero ul.date {
  margin: 0 0 15px;
  padding: 0 0 15px;
  position: relative;
}
section.content > div.hero ul.date li {
  letter-spacing: 4px;
}
section.content > div.hero ul.date:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: -3px;
  background-color: rgba(255, 255, 255, 0.5);
  left: calc(50% - 25px);
}
section.content > div.hero ul.tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
section.content > div.hero ul.tag li {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  border-radius: 3px;
  padding: 10px;
  margin: 0 20px 0 0;
}
section.content > div.hero ul.tag li a {
  color: black;
  font-size: 14px;
  font-weight: 600;
}
section.content > div.hero ul.tag li:hover {
  background-color: white;
}
section.content > div.hero ul.tag li:last-child {
  margin: 0;
}
section.content > div.hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #40444f;
  z-index: -10;
}
section.content > div.hero:hover:after {
  background-color: rgba(0, 0, 0, 0.25);
}
section.content > div.hero.grid div.vertical h1 {
  color: white;
}
section.content > div.hero.grid div.vertical p {
  color: white;
}
section.content > div.vertical {
  display: flex;
}
section.content > div.vertical > div {
  width: 50%;
}
section.content > div.vertical > div.map {
  position: fixed;
  overflow: hidden;
  height: 100%;
  height: calc(100vh + 48px);
  top: 100px;
}
section.content > div.vertical > div.map iframe {
  height: 100%;
  margin: -48px 0 0 0;
}
section.content > div.vertical > div.content {
  margin: 0 0 0 50%;
}
section.content > div.vertical > div.content h1,
section.content > div.vertical > div.content h2,
section.content > div.vertical > div.content h3,
section.content > div.vertical > div.content h4,
section.content > div.vertical > div.content h5,
section.content > div.vertical > div.content h6 {
  font-family: 'Open sans', sans-serif;
}
section.content > div.vertical > div.content h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 100%;
  margin: 0 0 15px;
}
section.content > div.vertical > div.content h3 {
  font-weight: 600;
  line-height: 34px;
}
section.content > div.vertical > div.content h4 {
  line-height: 22px;
}
section.content > div.vertical > div.content p {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0;
  font-weight: 500;
  color: #333;
}
section.content > div.vertical > div.content a {
  color: #40444f;
}
section.content > div.vertical > div.content div.hero {
  margin: auto;
  width: 100%;
  height: 300px;
  color: white;
  text-align: left;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
}
section.content > div.vertical > div.content div.hero > div.vertical {
  position: relative;
  z-index: 10;
  margin: -10px 0 0;
  width: 100%;
  padding: 0 60px;
}
section.content > div.vertical > div.content div.hero > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
section.content > div.vertical > div.content div.details {
  padding: 60px;
}
section.content > div.vertical > div.content div.details > ul {
  margin: 20px 0 0;
}
section.content > div.vertical > div.content div.details > ul li ul {
  display: flex;
  flex-direction: row;
  background: white;
  width: 100%;
  border-bottom: 1px solid #eee;
}
section.content > div.vertical > div.content div.details > ul li ul li {
  padding: 15px 10px;
}
section.content > div.vertical > div.content div.details > ul li ul li:first-child {
  width: 200px;
}
section.content > div.vertical > div.content div.details > ul li ul li:nth-child(2) {
  width: 280px;
}
section.content > div.vertical > div.content div.details > ul li ul li:nth-child(2) a {
  font-weight: bold;
}
section.content > div.vertical > div.content div.details > ul li ul:hover {
  background: #eee;
}
section.content > div.vertical > div.content div.details > ul li:last-child ul {
  border: none;
}
section.content > div.content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
section.content > div.content.boutiqueView.detail div.article img {
  width: auto;
  max-width: inherit;
  height: inherit;
}
section.content > div.content div.articleBig,
section.content > div.content div.article {
  font-family: 'Open Sans', serif;
  color: #656a74;
  min-height: 400px;
}
section.content > div.content div.articleBig h1,
section.content > div.content div.article h1,
section.content > div.content div.articleBig h2,
section.content > div.content div.article h2,
section.content > div.content div.articleBig h3,
section.content > div.content div.article h3,
section.content > div.content div.articleBig h4,
section.content > div.content div.article h4,
section.content > div.content div.articleBig h5,
section.content > div.content div.article h5,
section.content > div.content div.articleBig h6,
section.content > div.content div.article h6 {
  font-family: 'Open sans', sans-serif;
}
section.content > div.content div.articleBig h1,
section.content > div.content div.article h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 20px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  color: #414855;
  text-transform: uppercase;
}
section.content > div.content div.articleBig h2,
section.content > div.content div.article h2 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  color: #757b87;
  position: relative;
}
section.content > div.content div.articleBig h2:after,
section.content > div.content div.article h2:after {
  content: "";
  width: 150px;
  height: 25px;
  left: 10px;
  bottom: 0;
  background: #e7e7e7;
  position: absolute;
  z-index: -1;
}
section.content > div.content div.articleBig h3,
section.content > div.content div.article h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #8799c8;
}
section.content > div.content div.articleBig h4,
section.content > div.content div.article h4 {
  font-size: 20px;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 600;
  color: #909090;
  line-height: 26px;
}
section.content > div.content div.articleBig h5,
section.content > div.content div.article h5 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #676767;
}
section.content > div.content div.articleBig h6,
section.content > div.content div.article h6 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #909090;
}
section.content > div.content div.articleBig p,
section.content > div.content div.article p {
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  font-weight: 300;
  color: #333;
  font-weight: 400;
}
section.content > div.content div.articleBig p strong,
section.content > div.content div.article p strong {
  font-weight: 600;
  color: #000;
}
section.content > div.content div.articleBig b,
section.content > div.content div.article b {
  font-weight: bold;
}
section.content > div.content div.articleBig i,
section.content > div.content div.article i,
section.content > div.content div.articleBig em,
section.content > div.content div.article em {
  font-style: italic;
}
section.content > div.content div.articleBig a,
section.content > div.content div.article a {
  text-decoration: none;
  color: #4e545f;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  letter-spacing: 1px;
}
section.content > div.content div.articleBig a:hover,
section.content > div.content div.article a:hover {
  color: #aaaaaa;
}
section.content > div.content div.articleBig a:after,
section.content > div.content div.article a:after {
  content: '';
  position: absolute;
  z-index: -1;
  background-color: #eee;
  width: 80%;
  left: 10%;
  height: 50%;
  bottom: -10%;
}
section.content > div.content div.articleBig a.more,
section.content > div.content div.article a.more {
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
  margin: 20px 0 0;
  background: #4b5363;
  color: white;
}
section.content > div.content div.articleBig img,
section.content > div.content div.article img {
  max-width: 100%;
  height: inherit;
}
section.content > div.content div.articleBig ul,
section.content > div.content div.article ul,
section.content > div.content div.articleBig ol,
section.content > div.content div.article ol {
  padding: 0 0 10px 20px;
}
section.content > div.content div.articleBig ul li,
section.content > div.content div.article ul li,
section.content > div.content div.articleBig ol li,
section.content > div.content div.article ol li {
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0;
  margin: 0 0 0 10px;
  position: relative;
  font-size: 16px;
  color: #333;
}
section.content > div.content div.articleBig ul li,
section.content > div.content div.article ul li {
  list-style-type: disc;
}
section.content > div.content div.articleBig ul.portfolio,
section.content > div.content div.article ul.portfolio {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
section.content > div.content div.articleBig ul.portfolio li,
section.content > div.content div.article ul.portfolio li {
  list-style-type: none;
  width: 33%;
  margin: 0;
  overflow: hidden;
  padding: 10px 0 0 20px;
}
section.content > div.content div.articleBig ul.portfolio li img,
section.content > div.content div.article ul.portfolio li img {
  height: 250px;
  max-width: inherit;
}
section.content > div.content div.articleBig ul.portfolio li div.content,
section.content > div.content div.article ul.portfolio li div.content {
  text-align: center;
  padding: 20px;
}
section.content > div.content div.articleBig ol li,
section.content > div.content div.article ol li {
  list-style-type: decimal;
}
section.content > div.content div.articleBig div.image,
section.content > div.content div.article div.image {
  margin: 30px 0;
  width: 100%;
}
section.content > div.content div.articleBig div.image img,
section.content > div.content div.article div.image img {
  width: 100%;
}
section.content > div.content div.articleBig div.imageLink,
section.content > div.content div.article div.imageLink {
  position: relative;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.content > div.content div.articleBig div.imageLink img,
section.content > div.content div.article div.imageLink img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
section.content > div.content div.articleBig div.table3col,
section.content > div.content div.article div.table3col {
  width: 100%;
  margin: 20px 0;
}
section.content > div.content div.articleBig div.table3col > div.top,
section.content > div.content div.article div.table3col > div.top {
  padding: 20px 0;
  background-color: #909090;
  display: flex;
}
section.content > div.content div.articleBig div.table3col > div.top div,
section.content > div.content div.article div.table3col > div.top div {
  width: 33.33%;
  text-align: center;
  color: white;
}
section.content > div.content div.articleBig div.table3col > div.content,
section.content > div.content div.article div.table3col > div.content {
  display: flex;
}
section.content > div.content div.articleBig div.table3col > div.content > div.col,
section.content > div.content div.article div.table3col > div.content > div.col {
  width: 33.33%;
  text-align: center;
}
section.content > div.content div.articleBig div.table3col > div.content > div.col div,
section.content > div.content div.article div.table3col > div.content > div.col div {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
section.content > div.content div.articleBig {
  width: 100%;
  padding: 50px 0;
  float: left;
}
section.content > div.content div.article {
  width: 75%;
  float: right;
  padding: 50px 0 50px 50px;
  text-align: justify;
  margin: 0;
}
section.content > div.content div.article.wide {
  min-height: inherit;
  width: 100%;
  padding: 50px 0;
}
section.content > div.content div.article.wide p {
  font-size: 16px;
}
section.content > div.content div.sidebar {
  transition: none;
  width: 25%;
  float: left;
  margin: 0;
  top: 0;
  z-index: 100;
  border-right: 3px solid #f5f5f5;
  background-color: white;
}
section.content > div.content div.sidebar div.nav {
  padding: 70px 50px 70px 0;
  background-color: white;
  position: relative;
}
section.content > div.content div.sidebar div.nav > ul > li {
  list-style-type: none;
}
section.content > div.content div.sidebar div.nav > ul > li > a {
  font-size: 20px;
  font-family: 'Merriweather', serif;
  font-weight: 500;
  text-decoration: none;
  color: #40444f;
  padding: 0 0 5px;
  display: block;
}
section.content > div.content div.sidebar div.nav > ul > li > a:hover {
  color: #909090;
}
section.content > div.content div.sidebar div.nav > ul > li > ul > li.active {
  left: 15px;
}
section.content > div.content div.sidebar div.nav > ul > li > ul > li.active > a {
  color: #03A9F4;
  font-weight: 600;
}
section.content > div.content div.sidebar div.nav > ul > li > ul > li.active > ul > li.active > a {
  color: #03A9F4;
  font-weight: 600;
}
section.content > div.content div.sidebar div.nav > ul > li > ul > li.active > ul > li.active:before {
  opacity: 1;
}
section.content > div.content div.sidebar div.nav > ul > li > ul > li.active:before {
  opacity: 1;
}
section.content > div.content div.sidebar div.nav > ul > li ul {
  margin: 20px 0 0;
}
section.content > div.content div.sidebar div.nav > ul > li ul li {
  padding: 0 0 15px 0;
  line-height: 20px;
  position: relative;
  left: 0;
}
section.content > div.content div.sidebar div.nav > ul > li ul li a {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1.4px;
  color: #656a74;
  display: block;
}
section.content > div.content div.sidebar div.nav > ul > li ul li a:hover {
  color: #03A9F4;
}
section.content > div.content div.sidebar div.nav > ul > li ul li > ul {
  margin: 0;
}
section.content > div.content div.sidebar div.nav > ul > li ul li > ul > li {
  left: 15px;
}
section.content > div.content div.sidebar div.nav > ul > li ul li > ul > li > a {
  color: #909090;
}
section.content > div.content div.sidebar div.nav > ul > li ul li > ul > li.active {
  left: 15px;
}
section.content > div.content div.sidebar div.nav > ul > li ul li > ul > li.active a {
  color: #03A9F4;
}
section.content > div.content div.sidebar div.nav > ul > li ul li > ul > li:before {
  opacity: 1;
}
section.content > div.content div.sidebar div.nav > ul > li ul li > ul > li:last-child {
  padding: 0;
  margin: 0 0 10px;
}
section.content > div.content div.sidebar div.nav > ul > li ul li > ul > li:first-child {
  margin: 15px 0 0;
}
section.content > div.content div.sidebar div.nav > ul > li ul li:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 12px;
  left: -13px;
  top: 4px;
  background-image: url(/images/icon_arrow.png?d5a0b714a495e05e41cc4a3c64175222);
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
section.content > div.content div.sidebar div.nav > ul > li ul li:last-child {
  padding: 0 0 0 0;
}
section.content > div.content div.sidebar div.nav > ul > li ul li:hover {
  left: 15px;
}
section.content > div.content div.sidebar div.nav > ul > li ul li:hover:before {
  opacity: 1;
}
section.content > div.content div.sidebar div.nav:after {
  content: '';
  position: absolute;
}
section.content > div.content.boutiqueView {
  padding: 0;
  width: inherit;
  flex-direction: column;
  background-color: white;
  float: left;
  width: 100%;
}
section.content > div.content.boutiqueView > div.container {
  width: 1200px;
  margin: 0 auto;
}
section.content > div.content.boutiqueView > div.big-container {
  padding: 20px 0;
  position: relative;
}
section.content > div.content.boutiqueView > div.big-container > div.article {
  position: relative;
  z-index: 1;
}
section.content > div.content.boutiqueView > div.big-container:after {
  content: '';
  position: absolute;
  background-image: url(/images/boutique_pattern.jpg?6529fe60c5cb559d9b138618c1ace849);
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.65;
}
section.content > div.content.boutiqueView div.coordonnees {
  position: relative;
  padding: 70px 0;
}
section.content > div.content.boutiqueView div.coordonnees:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 200%;
  left: -50%;
  top: 0;
  background-color: #40444f;
  z-index: 0;
}
section.content > div.content.boutiqueView div.coordonnees h2 {
  font-size: 22px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 0 0 10px;
  text-align: center;
}
section.content > div.content.boutiqueView div.coordonnees p {
  font-size: 16px;
  line-height: 22px;
  color: white;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}
section.content > div.content.boutiqueView div.coordonnees p a {
  color: white;
}
section.content > div.content.boutiqueView div.coordonnees i {
  font-size: 50px;
  color: #ddd;
}
section.content > div.content.boutiqueView div.coordonnees > div.bloc {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  position: relative;
}
section.content > div.content.boutiqueView div.coordonnees > div.bloc > div {
  width: 100%;
}
section.content > div.content.boutiqueView div.coordonnees > div.bloc > div:first-child {
  padding: 0 20px 0 0;
}
section.content > div.content.boutiqueView div.mapcontainer {
  width: 100%;
  height: calc(394px - 0px);
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
section.content > div.content.boutiqueView div.mapcontainer iframe {
  position: absolute;
  top: -54px;
}
section.content > div.content.boutiqueView div.boutique {
  padding: 100px 0;
}
section.content > div.content.boutiqueView div.boutique.mainPictures {
  position: relative;
  display: flex;
  flex-direction: row;
}
section.content > div.content.boutiqueView div.boutique.mainPictures img {
  max-height: 400px;
}
section.content > div.content.boutiqueView div.boutique.mainPictures img:nth-child(1) {
  position: relative;
  z-index: 1;
  box-shadow: 6px 4px 14px rgba(0, 0, 0, 0.15);
}
section.content > div.content.boutiqueView div.boutique.mainPictures img:nth-child(2) {
  margin: 300px 0 0 -200px;
  position: relative;
  z-index: 0;
  box-shadow: -6px 4px 14px rgba(0, 0, 0, 0.15);
}
section.content > div.content.boutiqueView div.boutique.mainPictures img:hover:nth-child(1) {
  margin: 15px 0 0 0;
}
section.content > div.content.boutiqueView div.boutique.mainPictures img:hover:nth-child(2) {
  margin: 285px 0 0 -200px;
}
section.content > div.content.boutiqueView div.grid.list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 0;
}
section.content > div.content.boutiqueView div.grid.list > div.big > a {
  position: relative;
}
section.content > div.content.boutiqueView div.grid.list > div.big > a > div img {
  width: inherit;
  max-height: 100px;
}
section.content > div.content.boutiqueView div.grid.list > div.big > a:hover > img:nth-child(2) {
  opacity: 1;
  z-index: 999;
}
section.content > div.content.boutiqueView div.grid.list > div.big > a:hover > img:nth-child(3) {
  opacity: 0;
}
section.content > div.content.boutiqueView div.grid.list > div.big > a > img:nth-child(1) {
  display: block;
}
section.content > div.content.boutiqueView div.grid.list > div.big > a > img:nth-child(2) {
  top: 0px;
  left: 0;
  right: 0px;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  display: block;
  max-width: 100%;
  height: auto;
}
section.content > div.content.boutiqueView div.grid.list > div.logo > a > img:nth-child(2) {
  top: 115px;
}
section.content > div.content.boutiqueView div.grid.list > div a {
  float: left;
  text-align: center;
  overflow: hidden;
  letter-spacing: 1px;
  transition: none;
  border-radius: 6px;
}
section.content > div.content.boutiqueView div.grid.list > div a img {
  margin: 0 0 15px;
  transform: scale(1);
  border-radius: 6px;
  top: 0;
  position: relative;
}
section.content > div.content.boutiqueView div.grid.list > div a ul {
  top: 0;
  position: relative;
  padding: 10px 0 0;
}
section.content > div.content.boutiqueView div.grid.list > div a ul li {
  padding: 0 0 10px;
  line-height: 20px;
}
section.content > div.content.boutiqueView div.grid.list > div a ul li:first-child {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
section.content > div.content.boutiqueView div.grid.list > div a ul li:last-child {
  padding: 0 0 40px;
  font-size: 14px;
}
section.content > div.content.boutiqueView div.grid.list > div a:hover {
  color: #40444f;
}
section.content > div.content.boutiqueView div.grid.list > div a:hover > img {
  transform: scale(1.05);
  opacity: 0.8;
}
section.content > div.content.boutiqueView div.grid.list.certificats div.big {
  border: 1px solid #eee;
  margin: 10px;
  padding: 0;
  width: 31%;
}
section.content > div.content.boutiqueView div.grid.list.certificats div.big div.logo {
  height: 140px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
section.content > div.content.boutiqueView div.grid.list.certificats div.big div.logo img {
  width: initial;
}
section.content > div.content.boutiqueView div.grid.list.certificats div.big a {
  padding: 30px;
}
section.content > div.content.boutiqueView div.grid.list.certificats div.big a ul li:first-child {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 3px;
  margin: 0 0 10px;
  color: #4c5464;
}
section.content > div.content.boutiqueView div.grid.list.certificats div.big a ul li:last-child {
  padding: 0;
}
section.content > div.content.boutiqueView.grey {
  padding: 40px 0 0;
  background-color: #6c6f79;
}
section.content > div.content.boutiqueView.grey div.grid.list > div a:hover {
  color: #c1c4cd;
}
section.content > div.content.boutiqueView.grey h3,
section.content > div.content.boutiqueView.grey p {
  color: white;
}
section.content > div.content.boutiqueView.grey p {
  opacity: 0.75;
  font-weight: normal;
}
section.content > div.content.boutiqueView.grey a {
  color: white;
}
section.content > div.content.manufacturing {
  border-top: 1px solid #ddd;
  width: 100%;
}
section.content > div.content.manufacturing > div.container {
  width: 1200px;
  margin: auto;
}
section.content > div.content.materials {
  border: none;
  width: 100%;
}
section.content > div.content.materials > div.container {
  width: 100%;
  margin: auto;
}
section.content div.banner {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
section.content div.banner.fixed img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -99999;
}
footer {
  position: relative;
  float: left;
  width: 100%;
}
footer div.container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: auto;
}
footer div.container.top {
  padding: 80px;
  background-color: #383b43;
  justify-content: space-between;
}
footer div.container.top div {
  margin: 0 100px 0 0;
  width: 25%;
}
footer div.container.top div:first-child {
  display: flex;
  justify-content: start;
  flex-direction: column;
}
footer div.container.top div:first-child p,
footer div.container.top div:first-child a {
  margin: 15px 0 0;
  line-height: 20px;
  font-size: 14px;
  color: white;
  font-family: 'Open Sans', serif;
  letter-spacing: 1px;
  text-decoration: none;
}
footer div.container.top div:first-child a {
  font-weight: bold;
}
footer div.container.top div h4 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  color: white;
  margin: 0 0 30px;
}
footer div.container.top div img {
  width: 250px;
}
footer div.container.top div img path,
footer div.container.top div img rect,
footer div.container.top div img polygon {
  fill: white;
}
footer div.container.top div ul li,
footer div.container.top div ul a {
  line-height: 20px;
  font-size: 16px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
}
footer div.container.top div ul li:hover,
footer div.container.top div ul a:hover {
  color: #5983ce;
}
footer div.container.top div ul span {
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  float: left;
  margin: 5px 0 20px;
}
footer div.container.top div ul li {
  padding: 0 0 15px;
}
footer div.container.top div ul li a {
  text-decoration: none;
}
footer div.container.top div ul li:last-child {
  padding: 0;
}
footer div.container.bottom {
  padding: 40px 80px;
  background-color: #fff;
  justify-content: space-between;
}
footer div.container.bottom div ul li,
footer div.container.bottom div ul a {
  font-size: 16px;
  color: #656565;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
}
footer div.container.bottom div ul li:hover,
footer div.container.bottom div ul a:hover {
  color: #909090;
}
footer div.container.bottom div ul li {
  padding: 0 15px 0 0;
  display: inline-block;
}
footer div.container.bottom div ul li a {
  text-decoration: none;
}
footer div.container.bottom div ul li:last-child {
  padding: 0;
}
footer ul.secondNav {
  display: none;
}
header.fixedHeader {
  height: 100px;
}
header.fixedHeader > ul {
  height: 100px;
}
header.fixedHeader > ul.left,
header.fixedHeader > ul.right {
  top: 0;
}
header.fixedHeader div.small_nav {
  top: -30px;
  opacity: 0;
}
header.fixedHeader div.center {
  top: -45px;
  height: 88px;
}
header.fixedHeader div.center div.logo {
  opacity: 0;
  z-index: -999;
}
header.fixedHeader div.center ul.main_nav {
  position: relative;
}
section.content > div.shop.product div.range.fixedMatelas {
  height: 70px;
  bottom: 0;
}
section.content > div.shop.product div.range.fixedMatelas > ul > li {
  padding-top: 0;
  height: 145px;
}
section.content > div.shop.product div.range.fixedMatelas > ul > li.active {
  padding: 0 0 20px;
}
section.content > div.shop.product div.range.fixedMatelas div.nav ul li {
  height: 69px;
  line-height: 69px;
  bottom: 0;
}
section.content > div.shop.product div.range.fixedMatelas:hover {
  height: 160px;
}
section.content > div.shop.product div.range.fixedMatelas:hover > ul > li {
  padding-top: 30px;
  height: 160px;
}
section.content > div.shop.product div.range.fixedMatelas:hover > ul > li.active {
  padding: 30px 0 40px;
  background: #22252c;
}
section.content > div.shop.product div.range.fixedMatelas:hover div.nav ul li {
  height: 159px;
  line-height: 203px;
}
@media (max-width: 1240px) {
  header.fixedHeader div.center {
    top: -15px;
  }
  header.fixedHeader div.center div.logo {
    display: block;
    opacity: 1;
  }
}
@media (min-width: 1240px) {
  header.fixedHeader div.center ul.main_nav {
    top: -80px;
  }
}
header {
  position: fixed;
  z-index: 99999;
  height: 180px;
  top: 0;
  width: 100%;
  background-color: white;
  box-shadow: 10px 0 11px 3px rgba(0, 0, 0, 0.03);
}
header * {
  font-family: 'Open sans', sans-serif;
}
header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header ul li {
  display: inline-block;
}
header > ul {
  height: 125px;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header > ul.left {
  left: 50px;
  top: 55px;
  z-index: 1;
}
header > ul.left li {
  padding: 0;
  width: 250px;
}
header > ul.left li a {
  float: left;
  width: 100%;
  color: #525d6f;
  font-weight: 600;
}
header > ul.left li a span {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 0 0 10px;
  float: left;
  line-height: 20px;
}
header > ul.right {
  right: 50px;
  top: 55px;
  z-index: 1;
}
header > ul.right li {
  padding: 0 0 0 30px;
}
header > ul.right li.icon_phone,
header > ul.right li.icon_shop,
header > ul.right li.icon_nav,
header > ul.right li.icon_logout {
  display: none;
}
header > ul li a {
  text-decoration: none;
  color: #8e99ad;
  position: relative;
}
header > ul li a img {
  float: left;
}
header > ul li.icon_cart {
  margin: -10px 10px 0 0;
}
header > ul li.icon_cart a span {
  position: absolute;
  background: #8e99ad;
  text-align: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  float: left;
  display: flex;
  padding: 6px 0 0;
  justify-content: center;
  border: 3px solid white;
  bottom: -55px;
  right: -15px;
  color: white;
}
header > ul li.icon_nav > a {
  display: flex;
  height: 30px;
  align-items: center;
}
header > ul li.icon_nav div.hamb {
  width: 35px;
  height: 3px;
  background: #b8c4c4;
  border-radius: 5px;
  position: relative;
}
header > ul li.icon_nav div.hamb:after,
header > ul li.icon_nav div.hamb:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #b8c4c4;
  border-radius: 10%;
}
header > ul li.icon_nav div.hamb:after {
  top: 10px;
}
header > ul li.icon_nav div.hamb:before {
  bottom: 10px;
}
header div.small_nav {
  width: 100%;
  margin: auto;
  padding: 10px 0;
  position: relative;
  z-index: 9999;
  top: 0;
  opacity: 1;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #eee;
}
header div.small_nav > ul:last-child {
  margin: -10px 0 0;
}
header div.small_nav ul {
  width: 50%;
}
header div.small_nav ul:first-child {
  text-align: left;
  padding: 10px 0 10px 50px;
}
header div.small_nav ul:last-child {
  text-align: right;
  padding: 10px 50px 10px 0;
}
header div.small_nav ul li {
  display: inline-block;
  padding: 0 10px;
}
header div.small_nav ul li:first-child {
  padding: 0 10px 0 0;
}
header div.small_nav ul li:last-child {
  padding: 0 0 0 10px;
}
header div.small_nav ul li a {
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 1;
  color: #555d6b;
  font-weight: 600;
}
header div.small_nav ul li a:hover {
  color: #c76821;
  opacity: 1;
}
header div.small_nav ul li ul {
  display: none;
}
header div.small_nav ul li:hover ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  padding: 20px 0 0;
}
header div.small_nav ul li:hover ul li {
  background: #808285;
  padding: 0 20px;
  width: 100%;
  transition: all 0.5s;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
header div.small_nav ul li:hover ul li a {
  color: white;
  text-align: left;
  text-transform: inherit;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid #9fa3a9;
  display: block;
  padding: 12px 0;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.5s;
}
header div.small_nav ul li:hover ul li:first-child {
  padding: 12px 20px 0;
}
header div.small_nav ul li:hover ul li:last-child {
  padding: 0 20px 12px;
}
header div.small_nav ul li:hover ul li:last-child a {
  border: none;
}
header div.small_nav ul li:hover ul:hover li {
  background: #626366;
}
header div.small_nav ul:last-child li img {
  position: relative;
  top: 7px;
}
header div.small_nav ul:last-child li:hover ul {
  right: 50px;
}
header div.small_nav ul:last-child li:hover ul li a {
  text-align: right;
}
header div.small_nav ul:last-child li:last-child li {
  margin: 0;
}
header div.center {
  top: -40px;
  margin: 0;
  position: relative;
}
header div.center ul {
  text-align: center;
}
header div.center ul.main_nav {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
header div.center ul.main_nav li {
  padding: 25px 15px;
}
header div.center ul.main_nav li a {
  display: inline-block;
}
header div.center ul.main_nav > li > a:hover {
  color: #74b5ef;
}
header div.center ul.main_nav > li:first-child > div > ul:last-child li:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header div.center ul.main_nav > li:first-child > div > ul:last-child li:nth-child(4) {
  border: none;
}
header div.center ul li {
  position: relative;
}
header div.center ul li a {
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #808285;
  letter-spacing: 3px;
  font-weight: 600;
  width: 100%;
  display: block;
}
header div.center ul li div ul {
  display: none;
}
header div.center ul li:hover > a {
  color: #909090;
}
header div.center ul li:hover div {
  height: inherit;
  opacity: 1;
  width: 400%;
  left: -150%;
  top: 60px;
  display: block;
  position: absolute;
  display: flex;
  flex-direction: row;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
header div.center ul li:hover div ul {
  padding: 20px;
  background-color: #808285;
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 50%;
  justify-content: space-between;
}
header div.center ul li:hover div ul li {
  background-image: url(/images/icon_arrow.png?d5a0b714a495e05e41cc4a3c64175222);
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 30px 20px 40px;
  background-position: 15px center;
}
header div.center ul li:hover div ul li a {
  color: white;
  font-size: 16px;
  text-transform: inherit;
  font-weight: 600;
  letter-spacing: 1.5px;
  display: flex;
  flex-direction: column;
}
header div.center ul li:hover div ul li a span {
  font-size: 14px;
  opacity: 0.75;
  padding: 5px 0 0;
  font-weight: 400;
}
header div.center ul li:hover div ul li ul {
  display: none;
}
header div.center ul li:hover div ul li:last-child {
  padding: 20px 30px 20px 40px;
  border: none;
}
header div.center ul li:hover div ul:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #626366;
}
header div.center ul li:hover div ul:last-child li {
  height: 100%;
  align-content: space-between;
  display: flex;
  align-items: center;
  justify-content: center;
}
header div.center div.logo {
  margin: auto;
  width: 230px;
  height: 80px;
  padding: 12px 20px 0;
  background-color: white;
  position: relative;
  z-index: 99999;
}
header div.center div.logo a {
  float: left;
  position: relative;
  z-index: 9999;
}
header div.center div.logo a img {
  top: 0;
  position: relative;
  width: 190px;
  height: inherit;
}
header div.center div.logo a:hover {
  opacity: 0.6;
}
section.content {
  overflow: hidden;
}
section.content .slideshow-container {
  max-width: inherit;
}
section.content .slideshow-container div.controls {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100px;
  z-index: 9999;
  display: flex;
  justify-content: center;
}
section.content .slideshow-container div.controls div.tools {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
section.content .slideshow-container div.controls div.tools a {
  width: 50px;
  height: 70px;
  padding: 0;
  display: block;
  z-index: 99999;
  margin: 0;
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: none;
}
section.content .slideshow-container div.controls div.tools a:hover {
  background: none;
}
section.content .slideshow-container .mySlides > div.slideshow {
  margin: 0;
  transition: all 0.5s;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 736px;
}
section.content .slideshow-container .mySlides > div.slideshow:after,
section.content .slideshow-container .mySlides > div.slideshow:before {
  content: '';
  position: absolute;
  z-index: 0;
}
section.content .slideshow-container .mySlides > div.slideshow:before {
  content: '';
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 999;
  background: #1e200a;
  background: linear-gradient(90deg, #1e200a 0%, rgba(255, 255, 255, 0) 60%);
  opacity: 1;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide {
  position: absolute;
  left: 50%;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide div.content {
  position: absolute;
  width: 100%;
  margin: auto;
  left: -50%;
  z-index: 9999;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center {
  width: 1200px;
  margin: auto;
  text-align: left;
  height: 736px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 120px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.left h2 {
  color: white;
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.left h3 {
  color: white;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 20px 0 0;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.left > a {
  background: #6e8039;
  color: white;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 30px;
  margin: 30px 0 0;
  font-weight: 600;
  font-size: 20px;
  border-radius: 5px;
  letter-spacing: 1px;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.left > a:hover {
  background: #64778f;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.left > a i {
  font-size: 18px;
  margin: 0 0 0 10px;
}
@media (min-width: 1240px) {
  section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.left h2 {
    width: 100%;
  }
}
@media (max-width: 1240px) {
  section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.left {
    width: 100%;
  }
}
section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.right {
  text-align: right;
  width: 50%;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.right img {
  left: inherit;
  height: inherit;
  width: 140px;
  margin: 0 0 10px;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.right img:hover {
  opacity: 0.9;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.right h4,
section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.right h5 {
  color: white;
  line-height: 26px;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.right h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 44px;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.right h5 {
  font-size: 22px;
  letter-spacing: 1px;
}
@media (max-width: 1240px) {
  section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.right {
    display: none;
  }
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left p {
  font-weight: 400;
  padding: 18px;
  display: block;
  margin: 0 0 -9px 30px;
  color: white;
  font-size: 21px;
  letter-spacing: 2px;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left h2 {
  font-size: 60px;
  line-height: 56px;
  font-weight: 600;
  letter-spacing: 8px;
  margin: 0 0 30px;
  width: 90%;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left h3 {
  line-height: 36px;
  font-size: 28px;
  font-weight: 400;
  margin: 20px 0;
  letter-spacing: 1px;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left h3 a {
  font-weight: 600;
  color: white;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left h3 a:hover {
  color: #ead1bf;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left h3 strong {
  font-weight: 600;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left h3 i {
  font-size: 22px;
  font-weight: 300;
  top: -5px;
  position: relative;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left h3 span {
  position: relative;
  margin: 0 10px;
  font-weight: 700;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left h3 span:before {
  content: '';
  position: absolute;
  left: -7px;
  top: -22px;
  height: 90px;
  width: 90px;
  border-radius: 100%;
  background-color: #98a51f;
  z-index: -1;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left h3 {
  font-size: 28px;
  color: white;
  margin: 0 0 10px;
  line-height: 34px;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left h3 a {
  font-weight: 700;
  color: white;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left h3 a:hover {
  color: #ead1bf;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left > a {
  background-color: #98a51f;
  color: white;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 30px;
  margin: 30px 0 0;
  font-weight: 600;
  font-size: 20px;
  border-radius: 5px;
  letter-spacing: 1px;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left > a:hover {
  background: #6d770e;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left > a i {
  font-size: 18px;
  margin: 0 0 0 10px;
}
@media (min-width: 1240px) {
  section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left h2 {
    width: 100%;
  }
}
@media (max-width: 1240px) {
  section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left {
    width: 100%;
  }
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.right {
  text-align: right;
  width: 50%;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.right img {
  left: inherit;
  height: inherit;
  width: 140px;
  margin: 0 0 10px;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.right img:hover {
  opacity: 0.9;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.right h4,
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.right h5 {
  color: white;
  line-height: 26px;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.right h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 44px;
}
section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.right h5 {
  font-size: 22px;
  letter-spacing: 1px;
}
@media (max-width: 1240px) {
  section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.right {
    display: none;
  }
}
section.content .slideshow-container .mySlides > div.slideshow div.slide img {
  position: relative;
  left: -50%;
  height: 100%;
}
section.content div.presentation.white {
  background: white;
}
section.content div.presentation.grey {
  background: #eee;
}
section.content div.presentation div.container {
  width: 1200px;
  margin: auto;
  display: flex;
  padding: 100px 0 120px;
  text-align: center;
  flex-direction: column;
}
section.content div.presentation div.container > div.biosense > img {
  width: 220px;
  margin: 0 auto 20px;
  height: inherit;
}
section.content div.presentation h1 {
  font-size: 30px;
  line-height: 30px;
  color: #555;
  letter-spacing: 2.5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0 0 30px;
  padding: 0;
}
section.content div.presentation p {
  font-size: 16px;
  line-height: 30px;
  color: #777;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 0 0 30px;
  padding: 0;
}
section.content div.presentation div.biosense {
  margin: 0 auto 30px;
}
section.content div.presentation div.biosense h1 {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: bold;
}
section.content div.presentation div.biosense p strong a {
  background: #4b5363;
  padding: 15px 20px;
  margin: 0;
  color: white;
  border-radius: 5px;
}
section.content div.presentation div.biosense p strong a:hover {
  background: #64778f;
}
section.content div.presentation div.categories {
  margin: 0 -30px;
}
section.content div.presentation div.categories:hover > div {
  opacity: 0.5;
}
section.content div.presentation div.categories:hover > div:hover {
  opacity: 1;
}
section.content div.presentation div.categories > div {
  display: flex;
  flex-direction: column;
}
section.content div.presentation div.categories a {
  height: 100%;
  position: relative;
  margin: 10px 0 0;
}
section.content div.presentation div.categories a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
section.content div.presentation div.categories a span {
  display: flex;
  margin: 40px 0 0;
  font-weight: 700;
  font-size: 22px;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #4b5363;
}
section.content div.presentation div.categories a span i {
  margin: 0 0 0 10px;
}
section.content div.presentation div.categories a p {
  margin: 20px 0 40px;
  padding: 0 20px;
  line-height: 20px;
  font-size: 16px;
}
section.content div.presentation div.categories a.more span {
  margin: 0;
  text-transform: inherit;
  letter-spacing: 1px;
  font-size: 16px;
  background: #4b5363;
  display: inline;
  padding: 15px 20px;
  border-radius: 5px;
  color: white;
  font-weight: 600;
}
section.content div.presentation div.categories a.more:hover span {
  color: white;
  background-color: #64778f;
}
section.content div.presentation div.categories a:hover img:nth-child(1) {
  opacity: 0;
}
section.content div.presentation div.categories a:hover img:nth-child(2) {
  opacity: 1;
}
section.content div.presentation div.categories a:hover span {
  color: #40444f;
}
section.content div.presentation div.categories a:hover div.promotionEte > span:after {
  background-color: grey;
}
section.content div.presentation div.categories a div.promotionEte {
  height: 130px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 410px;
  z-index: 999;
}
section.content div.presentation div.categories a div.promotionEte:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 83%;
  background-color: rgba(255, 255, 255, 0.5);
}
section.content div.presentation div.categories a div.promotionEte > span {
  position: absolute;
  color: white;
  margin: 40px 0 0 30px;
  padding: 4px 0 0 0;
  font-size: 30px;
  font-weight: 600;
}
section.content div.presentation div.categories a div.promotionEte > span:after {
  content: '';
  position: absolute;
  left: -9px;
  top: -20px;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: rgba(199, 104, 33, 0.77);
  z-index: -1;
}
section.content div.presentation div.categories a div.promotionEte p {
  text-align: right;
  margin: 0;
  padding: 0;
  color: white;
  font-weight: bold;
  font-size: 26px;
  line-height: 25px;
  padding: 30px 30px 0 0;
}
section.content div.presentation div.categories a div.promotionEte p i {
  display: block;
  font-weight: 400;
  letter-spacing: 10px;
  line-height: 36px;
  margin: 0 -9px 0 0;
}
section.content div.presentation div.categories > div.noel a span {
  color: #3c4621;
}
section.content div.presentation div.categories > div.noel a.more span {
  color: white;
  background-color: #3c4621;
}
section.content div.presentation div.categories > div.destockage a span {
  color: #921e1e;
}
section.content div.presentation div.categories > div.destockage a.more span {
  color: white;
  background-color: #921e1e;
}
section.content div.shop div.reinsurance.home {
  padding: 30px 0;
  display: block;
  float: left;
}
section.content div.shop div.reinsurance.home div.matieres {
  padding: 0;
}
section.content div.shop div.reinsurance.home div.certificates {
  padding: 0 0 0;
}
section.content div.shop div.reinsurance.home div.certificates p {
  font-size: 14px;
  line-height: 20px;
}
section.content div.shop div.reinsurance.home > div.subTitle {
  padding: 80px 0 0;
}
section.content div.shop div.reinsurance.home > div.subTitle p {
  font-size: 16px;
  margin: 10px 0 30px;
  display: block;
}
section.content div.matelasHome {
  margin: 0;
  transition: all 0.5s;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 700px;
}
section.content div.matelasHome > div {
  position: absolute;
  left: 50%;
}
section.content div.matelasHome > div div.content {
  position: absolute;
  width: 100%;
  margin: auto;
  left: -50%;
}
section.content div.matelasHome > div div.content div.center {
  width: 900px;
  margin: auto;
  text-align: right;
  display: flex;
  height: 700px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 70px 0 0 0;
  align-items: flex-end;
}
section.content div.matelasHome > div div.content div.center h3 {
  color: white;
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
}
section.content div.matelasHome > div div.content div.center h4 {
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin: 20px 0 0;
}
section.content div.matelasHome > div div.content div.center a {
  background: #4b5363;
  color: white;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 30px;
  margin: 30px 0 0;
  font-weight: 600;
  font-size: 20px;
  border-radius: 5px;
  letter-spacing: 1px;
}
section.content div.matelasHome > div div.content div.center a:hover {
  background: #64778f;
}
section.content div.matelasHome > div div.content div.center a i {
  font-size: 18px;
  margin: 0 0 0 10px;
}
section.content div.matelasHome > div img {
  position: relative;
  left: -50%;
  height: 100%;
  z-index: -1;
}
section.content div.events {
  margin: 0;
}
section.content div.events div.container {
  width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 auto;
}
section.content div.events div.container > div {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
section.content div.events div.container > div a {
  position: relative;
  padding: 100px 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: white;
}
section.content div.events div.container > div a span {
  position: relative;
  z-index: 100;
}
section.content div.events div.container > div a span:first-child {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 0 0 10px;
}
section.content div.events div.container > div a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}
section.content div.events div.container > div a:hover:after {
  background-color: rgba(0, 0, 0, 0);
}
section.content div.subTitle {
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 30px;
  text-align: center;
}
section.content div.subTitle h4 {
  font-size: 30px;
  line-height: 30px;
  color: #555;
  letter-spacing: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0 0 10px!important;
}
section.content div.subTitle a {
  color: #40444f;
  font-weight: 400!important;
  margin: 10px 0 0;
  text-decoration: none!important;
  font-size: 18px;
}
section.content div.subTitle a:hover {
  text-decoration: underline;
}
section.content div.hotelsHome {
  position: relative;
}
section.content div.hotelsHome > div.container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
section.content div.hotelsHome > div.container > div {
  height: 99.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: white;
}
section.content div.hotelsHome > div.container > div > div {
  padding: 50px;
  transition: all 0.5s;
}
section.content div.hotelsHome > div.container > div h5 {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 30px;
}
section.content div.hotelsHome > div.container > div p {
  line-height: 24px;
}
section.content div.hotelsHome > div.container > div a {
  display: flex;
  justify-content: center;
  color: white;
  font-weight: 600;
  padding: 0;
  margin: 20px 0 0;
}
section.content div.hotelsHome > div.container > div:first-child {
  padding: 0 50px 0 100px;
}
section.content div.hotelsHome > div.container > div:last-child {
  padding: 0 100px 0 50px;
  background-color: rgba(0, 0, 0, 0.35);
}
section.content div.hotelsHome > div.container:hover > div:first-child {
  background-color: rgba(0, 0, 0, 0.35);
}
section.content div.hotelsHome > div.container:hover > div:last-child {
  background-color: rgba(0, 0, 0, 0);
}
section.content {
  /*** style générique ***/
}
section.content > div.shop {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-family: 'Open Sans', serif;
  color: #656a74;
}
section.content > div.shop h1,
section.content > div.shop h2,
section.content > div.shop h3,
section.content > div.shop h4,
section.content > div.shop h5,
section.content > div.shop h6 {
  font-family: 'Open sans', sans-serif;
}
section.content > div.shop h2 {
  font-size: 26px;
  margin: 20px 0 10px 0;
}
section.content > div.shop h3 {
  font-size: 22px;
  margin: 10px 0;
}
section.content > div.shop h4 {
  font-size: 20px;
  margin: 20px 0 10px 0;
  color: #87a9a9;
}
section.content > div.shop h5 {
  font-size: 20px;
  margin: 5px 0;
  color: #87a9a9;
}
section.content > div.shop p {
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 10px;
  color: #333;
  font-weight: 500;
}
section.content > div.shop a {
  text-decoration: none;
  color: #4e545f;
  font-weight: 600;
  text-decoration: underline;
}
section.content > div.shop a:hover {
  color: #909090;
}
section.content > div.shop ul {
  padding: 0 0 10px 20px;
}
section.content > div.shop ul li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 26px;
  padding: 5px 0;
}
section.content > div.shop strong {
  font-weight: 600;
  color: #555;
}
section.content > div.shop div.breadcrumb li {
  font-family: 'Lato', sans-serif;
  padding: 8px 10px;
}
section.content > div.shop div.breadcrumb li a {
  color: white;
  opacity: 1;
}
section.content > div.shop div.grey {
  background-color: #eee;
}
section.content > div.shop div.grey:after {
  content: '';
  position: absolute;
  width: 1000%;
  left: -500%;
  height: 100%;
  top: 0;
  background-color: #eee;
  z-index: -2;
}
section.content > div.shop div.subTitle {
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 30px;
}
section.content > div.shop div.subTitle h4 {
  font-size: 30px;
  line-height: 30px;
  color: #555;
  letter-spacing: 3px;
  font-family: 'Open sans', sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0;
}
section.content > div.shop div.subTitle.light {
  padding: 25px 30px 50px;
}
section.content > div.shop div.subTitle.light h4 {
  color: white;
}
section.content > div.shop {
  display: block;
  display: flex;
  /*** Page accueil catalogue ***/
}
section.content > div.shop.categories div.main {
  width: 100%;
}
section.content > div.shop.categories div.main div.home-categorie {
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
section.content > div.shop.categories div.main div.home-categorie div.featured {
  width: 100%;
  float: left;
  margin: 10px 0 100px;
  overflow: hidden;
}
section.content > div.shop.categories div.main div.home-categorie div.bloc {
  padding: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: 33.33%;
}
section.content > div.shop.categories div.main div.home-categorie div.bloc a {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
section.content > div.shop.categories div.main div.home-categorie div.bloc a img {
  width: 100%;
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.5s;
}
section.content > div.shop.categories div.main div.home-categorie div.bloc a div.pictures {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
section.content > div.shop.categories div.main div.home-categorie div.bloc a div.pictures img {
  opacity: 1;
  transform: scale(1.05);
}
section.content > div.shop.categories div.main div.home-categorie div.bloc a div.pictures img:hover {
  opacity: 0.95;
  transform: scale(1.1);
}
section.content > div.shop.categories div.main div.home-categorie div.bloc div.texte {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 50px 30px;
  text-align: center;
  opacity: 1;
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
section.content > div.shop.categories div.main div.home-categorie div.bloc div.texte h3,
section.content > div.shop.categories div.main div.home-categorie div.bloc div.texte p {
  transition: all 0.25s;
}
section.content > div.shop.categories div.main div.home-categorie div.bloc div.texte h3 {
  padding: 0;
  font-size: 22px;
  letter-spacing: 2px;
  color: #40444f;
  font-weight: 700;
  margin: 0 0 10px;
}
section.content > div.shop.categories div.main div.home-categorie div.bloc div.texte p {
  font-weight: 400;
  color: #40444f;
  padding: 0 20px;
  margin: 0 0 20px;
}
section.content > div.shop.categories div.main div.home-categorie div.bloc div.texte a {
  padding: 20px 30px;
  color: #ffffff;
  font-size: 15px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  width: initial;
  border-radius: 5px;
  background: #4b5363;
  letter-spacing: 1px;
}
section.content > div.shop.categories div.main div.home-categorie div.bloc:hover a div.pictures {
  box-shadow: 0px 6px 10px rgba(56, 59, 67, 0.15);
}
section.content > div.shop.categories div.main div.home-categorie div.bloc:hover div.texte {
  background-color: #eee;
}
section.content > div.shop.categories div.main div.home-categorie div.bloc:hover div.texte a {
  background-color: #64778f;
}
section.content > div.shop.categories div.main div.listCat {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px;
}
section.content > div.shop.categories div.main div.listCat > div.category {
  float: left;
}
section.content > div.shop.categories div.main div.listCat > div.category:nth-child(-n+3) {
  width: 31.5555%;
  margin: 0 2.66666% 2.66666% 0;
}
section.content > div.shop.categories div.main div.listCat > div.category:nth-child(3) {
  width: 31.5555%;
  margin: 0 0 2.66666% 0;
}
section.content > div.shop.categories div.main div.listCat > div.category:nth-child(n+4) {
  width: 23%;
  margin: 0 2.66666% 2.66666% 0;
}
section.content > div.shop.categories div.main div.listCat > div.category:nth-child(7) {
  margin: 0 0 2.66666% 0;
}
section.content > div.shop.categories div.main div.listCat > div.category div.pictures {
  position: relative;
}
section.content > div.shop.categories div.main div.listCat > div.category div.pictures > ul {
  padding: 0;
}
section.content > div.shop.categories div.main div.listCat > div.category div.pictures > ul li {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}
section.content > div.shop.categories div.main div.listCat > div.category div.pictures > ul li img {
  opacity: 1;
  transform: scale(1.05);
}
section.content > div.shop.categories div.main div.listCat > div.category div.pictures > ul li img:hover {
  opacity: 0.95;
  transform: scale(1.1);
}
section.content > div.shop.categories div.main div.listCat > div.category div.pictures div.bullets {
  position: absolute;
  top: 20px;
  width: 100%;
}
section.content > div.shop.categories div.main div.listCat > div.category div.pictures div.bullets ul {
  width: 100%;
  text-align: center;
  padding: 0;
}
section.content > div.shop.categories div.main div.listCat > div.category div.pictures div.bullets ul li {
  display: inline-block;
  list-style-type: none;
  background-color: rgba(255, 255, 255, 0.2);
  height: 20px;
  width: 20px;
  border-radius: 3px;
  margin: 0 5px;
  cursor: pointer;
}
section.content > div.shop.categories div.main div.listCat > div.category div.pictures div.bullets ul li:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
section.content > div.shop.categories div.main div.listCat > div.category div.text {
  text-align: center;
}
section.content > div.shop.categories div.main div.listCat > div.category div.text h4 {
  font-size: 20px;
  color: #777;
  letter-spacing: 5px;
  font-weight: bold;
}
section.content > div.shop.categories div.main div.listCat > div.category div.text p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
}
section.content > div.shop.categories div.main div.listCat > div.category div.text a {
  font-family: 'Open sans', sans-serif;
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
section.content > div.shop.categories div.main div.listCat.mainCat {
  padding: 0 50px;
}
section.content > div.shop.categories div.main div.listCat.mainCat div.category.first {
  width: 48.6666%;
  position: relative;
  margin: 0;
}
section.content > div.shop.categories div.main div.listCat.mainCat div.category.first div.pictures {
  position: relative;
  z-index: 1;
}
section.content > div.shop.categories div.main div.listCat.mainCat div.category.first div.text {
  position: absolute;
  z-index: 2;
  top: 3.5%;
  right: 3.5%;
  width: 35%;
  color: white;
  text-align: right;
}
section.content > div.shop.categories div.main div.listCat.mainCat div.category.first div.text h4,
section.content > div.shop.categories div.main div.listCat.mainCat div.category.first div.text p,
section.content > div.shop.categories div.main div.listCat.mainCat div.category.first div.text a {
  color: white;
}
section.content > div.shop.categories div.main div.listCat.mainCat div.category.first div.text h4 {
  font-size: 36px;
  font-weight: 400;
  margin: 10px 0 20px;
}
section.content > div.shop.categories div.main div.listCat.mainCat div.category.first div.text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
section.content.content-shop {
  display: flex;
  flex-direction: column;
}
section.content.content-shop > div.shop div.reinsurance {
  border-top: 1px solid #ddd;
}
section.content > div.shop {
  /*** Hero Cat ***/
  /*** Sidebar  ***/
  /*** Page categorie du catalogue ***/
}
section.content > div.shop div.heroCategory {
  background-color: #272b33;
  background-size: cover;
  color: white;
  width: 100%;
  padding: 100px 40px;
  text-align: center;
}
section.content > div.shop div.heroCategory h1 {
  font-size: 34px;
  letter-spacing: 5px;
}
section.content > div.shop div.heroCategory h2 {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Open Sans', serif;
  opacity: 0.9;
  line-height: 22px;
  margin: 0;
}
section.content > div.shop div.sidebar {
  width: 20%;
  float: left;
  padding: 60px 50px;
  border-right: 1px solid #ddd;
}
section.content > div.shop div.sidebar ul {
  padding: 0;
  text-align: left;
}
section.content > div.shop div.sidebar ul > li {
  font-size: 18px;
  padding: 0 0 15px 0;
  font-family: "Open sans", sans-serif;
  list-style-type: none;
  transition: all 0.05s;
}
section.content > div.shop div.sidebar ul > li a {
  color: #909090;
  text-decoration: none;
  font-weight: 600;
  opacity: 0.6;
  letter-spacing: 2px;
}
section.content > div.shop div.sidebar ul > li a i {
  margin: 0 15px 0 0;
}
section.content > div.shop div.sidebar ul > li a:hover {
  letter-spacing: 4px;
}
section.content > div.shop div.sidebar ul > li.active {
  margin: 13px 0 20px 0;
  padding: 0;
  position: relative;
  z-index: 1;
  padding: 0 0 20px;
  border-bottom: 2px solid #eee;
}
section.content > div.shop div.sidebar ul > li.active > a {
  opacity: 1;
  font-weight: bold;
  font-size: 26px;
  color: #909090;
}
section.content > div.shop div.sidebar ul > li.active ul {
  margin: 30px 0 5px;
  position: relative;
  padding: 0 0 40px 0;
}
section.content > div.shop div.sidebar ul > li.active ul:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 25%;
  height: 3px;
  background-color: #ddd;
}
section.content > div.shop div.sidebar ul > li.active ul li a {
  color: #909090;
  opacity: 1;
}
section.content > div.shop div.sidebar ul > li.active ul li a:hover {
  letter-spacing: 2px;
  color: #333;
}
section.content > div.shop div.sidebar ul > li.active ul li:last-child {
  padding: 0;
}
section.content > div.shop div.sidebar ul > li.OPTION {
  display: none;
}
section.content > div.shop div.sidebar ul > li:hover > a {
  opacity: 1;
  color: #333;
  letter-spacing: 2px;
}
section.content > div.shop div.sidebar ul > li ul {
  margin: 30px 0 15px;
}
section.content > div.shop div.sidebar ul > li ul li a {
  opacity: 0.6;
}
section.content > div.shop div.main {
  width: 80%;
  float: right;
  background-color: white;
  padding: 60px;
  position: relative;
}
section.content > div.shop div.main div.hero {
  float: left;
  width: 100%;
  padding: 0 0 40px;
}
section.content > div.shop div.main div.hero h1 {
  font-size: 30px;
}
section.content > div.shop div.main div.hero h2 {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Open Sans', serif;
  color: #a0a3a9;
}
section.content > div.shop div.main div.filters {
  display: flex;
  flex-direction: row;
  margin: 5px 0 40px;
}
section.content > div.shop div.main div.filters div.filter {
  width: 100%;
  margin: 0 30px 0 0;
}
section.content > div.shop div.main div.filters div.filter > ul {
  border-bottom: 2px solid #ccc;
  position: relative;
  overflow: hidden;
  cursor: auto!important;
}
section.content > div.shop div.main div.filters div.filter > ul i {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 8px;
  font-weight: 600;
  color: #909090;
}
section.content > div.shop div.main div.filters div.filter > ul li {
  margin: 0 30px 0 0;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 3px;
  font-size: 18px;
  list-style-type: none;
  font-weight: 600;
}
section.content > div.shop div.main div.filters div.filter > ul > ul {
  position: absolute;
  z-index: 2;
  padding: 20px;
  width: 100%;
  background-color: #ffffff;
  left: 0;
  top: 42px;
  border: 1px solid #ddd;
  margin: 0;
  border-radius: 3px;
  height: 0px;
  display: block;
  opacity: 0;
  transition: all 0.5s;
}
section.content > div.shop div.main div.filters div.filter > ul > ul li {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 1px;
}
section.content > div.shop div.main div.filters div.filter > ul > ul li input {
  margin: 0 10px 0 0;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: none;
}
section.content > div.shop div.main div.filters div.filter > ul > ul li input:focus {
  background-color: #909090;
}
section.content > div.shop div.main div.filters div.filter > ul:hover {
  overflow: visible;
  border-color: white;
}
section.content > div.shop div.main div.filters div.filter > ul:hover ul {
  height: inherit;
  opacity: 1;
}
section.content > div.shop div.main div.filters div.filter > ul:hover i {
  transform: rotate(90deg);
}
section.content > div.shop div.main div.filters div.filter:last-child {
  margin: 0;
}
section.content > div.shop div.main div.filters div.filter div.choices {
  display: flex;
}
section.content > div.shop div.main div.filters div.filter div.choices div {
  margin: 20px 15px 0 0;
  padding: 12px;
  width: inherit;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}
section.content > div.shop div.main div.filters div.filter div.choices div i {
  margin: 0 0 0 5px;
}
section.content > div.shop div.main div.filters div.filter div.choices div:hover {
  background-color: #e5e5e5;
}
section.content > div.shop div.main div.products {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
section.content > div.shop div.main div.products.center {
  justify-content: center;
}
section.content > div.shop div.main div.products.pro {
  flex-wrap: wrap;
  width: 1200px;
  padding: 0 0 50px;
  display: flex;
  margin: auto;
  justify-content: center;
  float: none;
}
section.content > div.shop div.main div.products.bGrey {
  padding: 50px 0 10px;
}
section.content > div.shop div.main div.products.bGrey:after {
  content: '';
  position: absolute;
  width: 1000%;
  left: -500%;
  height: 100%;
  top: 0;
  background-color: #eee;
  z-index: -2;
}
section.content > div.shop div.main div.products.SOMMIERS > div.product:nth-child(1) {
  order: 2;
}
section.content > div.shop div.main div.products.SOMMIERS > div.product:nth-child(2) {
  order: 3;
}
section.content > div.shop div.main div.products.SOMMIERS > div.product:nth-child(3) {
  order: 4;
}
section.content > div.shop div.main div.products.SOMMIERS > div.product:nth-child(4) {
  order: 5;
}
section.content > div.shop div.main div.products.SOMMIERS > div.product:nth-child(5) {
  order: 6;
}
section.content > div.shop div.main div.products.SOMMIERS > div.product:nth-child(6) {
  order: 7;
}
section.content > div.shop div.main div.products.SOMMIERS > div.product:nth-child(7) {
  order: 1;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(1) {
  order: 5;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(2) {
  order: 6;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(3) {
  order: 7;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(4) {
  order: 8;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(5) {
  order: 9;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(6) {
  order: 10;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(7) {
  order: 11;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(8) {
  order: 12;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(9) {
  order: 4;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(10) {
  order: 13;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(11) {
  order: 14;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(12) {
  order: 1;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(13) {
  order: 15;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(14) {
  order: 2;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(15) {
  order: 3;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(16) {
  order: 16;
}
section.content > div.shop div.main div.products.OREILLERS > div.product:nth-child(17) {
  order: 17;
}
section.content > div.shop div.main div.products div.product {
  float: left;
  padding: 0;
  width: 25%;
  margin: 0;
  padding: 0 0 30px 0;
  position: relative;
  overflow: hidden;
}
section.content > div.shop div.main div.products div.product article {
  display: block;
}
section.content > div.shop div.main div.products div.product article > div.label {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
  background: white;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
section.content > div.shop div.main div.products div.product article > div.label.promo {
  background-color: #de7424;
  color: white;
}
section.content > div.shop div.main div.products div.product article > div.label.dest {
  background: #ca2944;
  color: white;
}
section.content > div.shop div.main div.products div.product article > div {
  position: relative;
}
section.content > div.shop div.main div.products div.product article > div > div.pictures {
  box-sizing: inherit;
  position: relative;
}
section.content > div.shop div.main div.products div.product article > div > div.pictures a img {
  display: block;
  width: 100%;
  height: auto;
}
section.content > div.shop div.main div.products div.product article > div > div.pictures a img:nth-child(2) {
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  display: block;
  width: calc(100%);
  height: auto;
}
section.content > div.shop div.main div.products div.product article > div div.matiere {
  display: flex;
  justify-content: center;
  margin: -22px 0 0px 0;
  position: relative;
}
section.content > div.shop div.main div.products div.product article > div div.matiere > span {
  padding: 15px 20px;
  font-size: 14px;
  letter-spacing: 2px;
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}
section.content > div.shop div.main div.products div.product article > div div.matiere > span.detail1 {
  background-color: #6883ae;
}
section.content > div.shop div.main div.products div.product article > div div.matiere > span.detail2 {
  background-color: #deb28b;
}
section.content > div.shop div.main div.products div.product article > div div.matiere > span.detail3 {
  background-color: #a1be92;
}
section.content > div.shop div.main div.products div.product article > div div.matiere > span.detail4 {
  background-color: #ae687f;
}
section.content > div.shop div.main div.products div.product article > div div.card {
  margin: 0;
  text-align: center;
  float: left;
  width: 100%;
  padding: 0 30px;
}
section.content > div.shop div.main div.products div.product article > div div.card h4 {
  font-size: 20px;
  letter-spacing: 5px;
  font-weight: 500;
  color: #555;
  margin: 30px 0 0;
}
section.content > div.shop div.main div.products div.product article > div div.card h4 span.brand {
  float: left;
  font-size: 20px;
  width: 100%;
  font-weight: 700;
  margin: 3px 0 0;
}
section.content > div.shop div.main div.products div.product article > div div.card div.price {
  margin: 15px 0 5px;
  padding: 15px 0 0;
  color: #506cbf;
  font-size: 14px;
  position: relative;
  float: left;
  width: 100%;
  font-weight: 600;
}
section.content > div.shop div.main div.products div.product article > div div.card div.price:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  top: 0;
  left: calc(50% - 20px);
  background-color: #ccc;
  transition: all 0.5s;
}
section.content > div.shop div.main div.products div.product article > div div.card div.price span.newPrice {
  font-weight: bold;
}
section.content > div.shop div.main div.products div.product article > div div.card div.price span.oldPrice {
  text-decoration: line-through;
  color: #aaa;
  font-weight: 500;
  margin: 7px 0 0;
  display: block;
}
section.content > div.shop div.main div.products div.product article > div div.card div.ecopart {
  font-family: 'Open Sans', sans-serif;
  color: #909090;
  font-size: 12px;
  font-weight: 300;
}
section.content > div.shop div.main div.products div.product article > div div.card p {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', serif;
  float: left;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  line-height: 20px;
  color: #555;
}
section.content > div.shop div.main div.products div.product article > div div.card a {
  text-decoration: none;
  float: left;
  width: 100%;
}
section.content > div.shop div.main div.products div.product article > div div.card a:hover {
  color: inherit;
}
section.content > div.shop div.main div.products div.product article > div div.card:hover div.price:before {
  width: 70px;
  left: calc(50% - 35px);
}
section.content > div.shop div.main div.products div.product article > div div.details {
  text-align: center;
  float: left;
  width: 100%;
}
section.content > div.shop div.main div.products div.product article > div div.details ul {
  margin: 10px 0 0;
  list-style-type: none;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Open Sans', serif;
  line-height: 20px;
}
section.content > div.shop div.main div.products div.product article > div div.details ul li {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}
section.content > div.shop div.main div.products div.product:hover {
  background-color: #eee;
}
section.content > div.shop div.main div.products div.product:hover div.support {
  width: 100%;
  margin: 7px 0 10px;
}
section.content > div.shop div.main div.products div.product:hover div.support > span {
  opacity: 1;
}
section.content > div.shop div.main div.products div.product:hover div.pictures > a img:nth-child(2) {
  opacity: 1;
}
section.content > div.shop div.main div.products div.product div.support {
  margin: 7px 0 10px 5%;
  width: 90%;
  height: 7px;
  background-color: #40444f;
  z-index: 99;
  bottom: 0;
  border-radius: 4px;
  position: relative;
}
section.content > div.shop div.main div.products div.product div.support > span {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -12px;
  background: #40444f;
  color: #ffffff;
  padding: 10px 0;
  opacity: 0;
  z-index: 999999;
}
section.content > div.shop div.main div.products div.product div.support > div {
  right: 0;
  position: absolute;
  transform: scale(1, 1);
}
section.content > div.shop div.main div.products div.product div.support > div > div {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
}
section.content > div.shop div.main div.products div.product div.support > div span {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  color: white;
  font-size: 17px;
  z-index: 3;
  font-weight: 600;
  top: -4px;
  left: 0px;
}
section.content > div.shop div.main div.products div.product div.support > div:hover > div {
  display: block;
}
section.content > div.shop div.main div.products div.product div.support > div:before {
  content: '';
  position: absolute;
  background-color: #40444f;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  top: -13px;
  left: -13px;
  z-index: 2;
  border: 4px solid white;
}
section.content > div.shop div.main div.products div.product div.support > div:after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 7px;
  background: #b8c4c4;
  z-index: 1;
  border-radius: 4px;
}
section.content > div.shop div.main div.products div.product div.support div.three {
  width: calc(70% + 5px);
}
section.content > div.shop div.main div.products div.product div.support div.four {
  width: calc(60% + 5px);
}
section.content > div.shop div.main div.products div.product div.support div.five {
  width: calc(50% + 5px);
}
section.content > div.shop div.main div.products div.product div.support div.six {
  width: calc(40% + 5px);
}
section.content > div.shop div.main div.products div.product div.support div.seven {
  width: calc(30% + 5px);
}
section.content > div.shop div.main div.products div.product div.support div.height {
  width: calc(20% + 5px);
}
section.content > div.shop div.main div.products div.product div.support div.nine {
  width: calc(10% + 5px);
}
section.content > div.shop div.main div.description_category {
  float: left;
  padding: 60px 0 0;
  border-top: 1px solid #ddd;
}
section.content > div.shop div.main div.description_category h3 {
  color: #5571a4;
  font-weight: 600;
  font-size: 22px;
  padding: 0 0 10px;
}
section.content > div.shop div.main div.description_category a {
  color: #728bb7;
}
section.content > div.shop div.main div.description_category strong {
  color: #222;
}
section.content > div.shop.category-mattress div.main div.products > div.product {
  width: 100%;
  margin: 0 0 30px 0;
}
section.content > div.shop.category-mattress div.main div.products > div.product article {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
section.content > div.shop.category-mattress div.main div.products > div.product article div.support_vertical {
  width: 10%;
  text-align: center;
  display: none;
}
section.content > div.shop.category-mattress div.main div.products > div.product article div.support_vertical > div {
  display: flex;
  width: 100%;
  justify-content: center;
}
section.content > div.shop.category-mattress div.main div.products > div.product article div.support_vertical > div span {
  align-self: center;
  width: 100%;
  position: relative;
  color: white;
}
section.content > div.shop.category-mattress div.main div.products > div.product article div.support_vertical > div span:after {
  content: '';
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #456e86;
  border-radius: 50%;
  left: 12px;
  z-index: -1;
  top: -10px;
}
section.content > div.shop.category-mattress div.main div.products > div.product article > div {
  display: flex;
  flex-direction: row;
}
section.content > div.shop.category-mattress div.main div.products > div.product article > div div.pictures {
  width: 20%;
  overflow: hidden;
  border-radius: 10px;
}
section.content > div.shop.category-mattress div.main div.products > div.product article > div div.card {
  text-align: left;
  display: flex;
  padding: 0 0 0 30px;
  width: 75%;
  flex-direction: column;
  justify-content: space-evenly;
}
section.content > div.shop.category-mattress div.main div.products > div.product article > div div.card a {
  align-self: center;
}
section.content > div.shop.category-mattress div.main div.products > div.product article > div div.card h4 {
  margin: 0;
  color: #40444f;
}
section.content > div.shop.category-mattress div.main div.products > div.product article > div div.card h4 span.brand {
  font-size: 26px;
}
section.content > div.shop.category-mattress div.main div.products > div.product article > div div.card div.price {
  font-size: 16px;
  margin: 15px 0;
}
section.content > div.shop.category-mattress div.main div.products > div.product article > div div.card div.price:before {
  left: 0;
}
section.content > div.shop.category-mattress div.main div.products > div.product article > div div.coupes {
  width: 9.5%;
  margin: 20px 0 0 30px;
  position: relative;
  display: none;
}
section.content > div.shop.category-mattress div.main div.products > div.product article > div div.support {
  margin: 0 0 10px;
  background-color: #8fa8b6;
}
section.content > div.shop.category-mattress div.main div.products > div.product article > div div.support > div:after {
  background-color: #ddd;
}
section.content #effect {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  background: white;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  top: 0;
}
section.content #effect h3 {
  font-size: 32px;
  color: white;
  margin: 0 0 60px;
  position: relative;
}
section.content #effect h3:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 3px;
  left: calc(50% - 60px);
  bottom: -33px;
}
section.content #effect p a {
  color: white;
  border: none;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 2px;
  border-radius: 5px;
  margin: 0 10px 0;
}
section.content #effect p a.catalogue {
  background-color: #eee;
  color: black;
}
section.content #effect p a.catalogue i {
  margin: 0 7px 0 0;
}
section.content #effect p a.catalogue:hover {
  background-color: #bbbbbb;
}
section.content #effect p a.cart {
  background-color: #ca2944;
}
section.content #effect p a.cart i {
  margin: 0 0 0 7px;
}
section.content #effect p a.cart:hover {
  background-color: #751827;
}
section.content #effect:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
section.content > div.shop {
  /*** Vue produit ***/
}
section.content > div.shop.product {
  padding: 0;
  display: flex;
  background-color: white;
  justify-content: center;
  width: 100%;
  /*** Navigation pour la literie ***/
}
section.content > div.shop.product div.main {
  width: 100%;
  padding: 0;
}
section.content > div.shop.product div.main div.productCard div.productMain {
  width: 1280px;
  margin: auto;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
}
section.content > div.shop.product div.main div.productCard div.productMain:after {
  content: '';
  position: absolute;
  width: 1000%;
  left: -500%;
  height: 100%;
  background-color: #eee;
  z-index: -2;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures {
  background-color: #eee;
  width: 50%;
  float: left;
  position: relative;
  padding: 0 0 30px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures > div.label {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 2;
  padding: 15px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  font-weight: 600;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures > div.label.dest {
  background: #ca2944;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures > div.label.promo {
  background: #de7424;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures > div {
  text-align: center;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures > div img {
  margin: 15px 15px 20px 0;
  width: 100px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures > div img:first-child {
  display: block;
  width: 100%;
  margin: 0 0 -40px 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures div.controls {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 10;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures ul {
  padding: 0;
  overflow: hidden;
  display: flex;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures ul li {
  list-style-type: none;
  padding: 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures ul li img {
  width: 100%;
  transform: scale(1.1);
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures ul li img:hover {
  transform: scale(1.15);
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures ul.thumbs {
  margin: 0 0 30px;
  justify-content: center;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures ul.thumbs li {
  width: 100px;
  margin: 30px 0 0 30px;
  overflow: hidden;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures ul.thumbs li.active img {
  opacity: 1;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures ul.thumbs li:first-child {
  margin: 30px 0 0 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures ul.thumbs img {
  width: 100%;
  min-height: inherit;
  height: inherit;
  opacity: 0.5;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures ul.thumbs img:hover {
  opacity: 1;
  transform: scale(1.2);
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures .slideshow-container a {
  width: 50px;
  display: flex;
  text-decoration: none;
  background: #40444f;
  width: 40px;
  height: 40px;
  padding: 10px 14px;
  top: inherit;
  color: white;
  border-radius: 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures .slideshow-container a.prev {
  bottom: 20px;
  right: 70px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.pictures .slideshow-container a.next {
  bottom: 20px;
  right: 20px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.content {
  width: 50%;
  float: left;
  background-color: #eee;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head {
  width: 100%;
  float: left;
  padding: 40px 0 40px 40px;
  background-color: #40444f;
  position: relative;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: -500%;
  width: 1000%;
  height: 100%;
  background-color: #40444f;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.top {
  display: flex;
  justify-content: space-between;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.top h1 {
  color: white;
  letter-spacing: 2px;
  font-family: 'Open sans', sans-serif;
  font-weight: 300;
  font-size: 28px;
  padding: 0 30px 0 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.top h1 strong {
  font-size: 34px;
  color: white;
  font-weight: 600;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.top h1 i {
  font-size: 18px;
  margin: 5px 0 15px;
  float: left;
  width: 100%;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.top div.note {
  flex-direction: row;
  display: flex;
  float: right;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.top div.note a {
  flex-direction: row;
  display: flex;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.top div.note div.bloc-star {
  border-radius: 3px;
  height: 24px;
  width: 24px;
  margin: 6px 4px 0 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.top div.note div.bloc-star.green {
  background-color: #00b67a;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head ul {
  display: flex;
  margin: 10px 0 0;
  padding: 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head ul li {
  margin: 0;
  color: white;
  list-style-type: none;
  padding: 0 12px;
  font-weight: 300;
  font-size: 16px;
  position: relative;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head ul li:after {
  content: '';
  position: absolute;
  right: -2px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #d2dcdc;
  top: 50%;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head ul li:first-child {
  padding: 0 12px 0 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head ul li:last-child {
  padding: 0 0 0 12px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head ul li:last-child:after {
  display: none;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head h2 {
  margin: 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head p {
  color: white;
  padding: 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price {
  float: left;
  width: 100%;
  margin: 30px 0 0px;
  padding: 30px 0 0;
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #727884;
  color: white;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price span {
  font-family: 'Open sans', sans-serif;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.new {
  float: left;
  margin: 0;
  padding: 0;
  min-width: 155px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.new span {
  float: left;
  width: 100%;
  font-weight: bold;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.new span:first-child {
  font-size: 31px;
  margin: 0 0 8px;
  letter-spacing: 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.new span:last-child {
  font-size: 13px;
  font-weight: normal;
  opacity: 0.5;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.public {
  float: left;
  margin: 0;
  padding: 2px 0 0 0;
  width: auto;
  max-width: 110px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.public span {
  float: left;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  text-align: left;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.public span:first-child {
  text-decoration: line-through;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.public span:last-child {
  float: left;
  padding: 7px 7px;
  background-color: #909090;
  color: white;
  font-weight: 500;
  max-width: 60px;
  margin: 4px 0 0 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.availability {
  text-align: left;
  position: relative;
  padding: 0 0 0 40px;
  margin: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.availability span {
  float: left;
  width: 100%;
  font-size: 16px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.availability span.green {
  font-weight: bold;
  color: white;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.availability span:first-child {
  padding: 0 0 5px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.availability:before {
  content: '';
  position: absolute;
  height: 26px;
  width: 26px;
  left: 2px;
  top: 15px;
  border-radius: 50%;
  background: #48d888;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.availability:after {
  content: '';
  position: absolute;
  height: 34px;
  width: 34px;
  left: -2px;
  top: 11px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.conception {
  display: flex;
  align-items: center;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.conception span {
  padding: 0 0 0 12px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.conception span strong {
  color: white;
  margin: 4px 0 0;
  display: block;
}
section.content > div.shop.product div.main div.productCard div.productMain div.resume {
  width: calc(100%-40px);
  float: left;
  padding: 30px 0 30px 0;
  margin: 0 0 0 40px;
  color: #555;
  border-bottom: 1px solid #ddd;
}
section.content > div.shop.product div.main div.productCard div.productMain div.resume a {
  font-size: 14px;
  font-weight: normal;
}
section.content > div.shop.product div.main div.productCard div.productMain div.resume p:last-child {
  padding: 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart {
  width: 100%;
  float: left;
  padding: 30px 0 0 40px;
  margin: 0 0 40px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison form.article186 label.labelOptions,
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison form.article187 label.labelOptions,
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison form.article186 div.declinaisonOptions,
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison form.article187 div.declinaisonOptions {
  display: none;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison form.article186 input#quantityUpDown,
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison form.article187 input#quantityUpDown {
  pointer-events: none;
  color: #6e6e6e;
  background: #F5F5F5;
  width: 70px;
  padding: 14px 0 14px 14px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison button {
  float: left;
  width: 100%;
  background-color: #ca2944;
  color: white;
  border: none;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 2px;
  border-radius: 5px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison button:hover {
  background-color: #838383;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt {
  width: 100%;
  float: left;
  margin: 0;
  display: flex;
  flex-direction: row;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt > span {
  margin: 0;
  width: 25%;
  line-height: 36px;
  font-size: 14px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt div.values {
  float: left;
  width: 65%;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt div.size {
  background-color: white;
  float: left;
  width: 100%;
  border: none;
  padding: 15px;
  border: 1px solid #ddd;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  letter-spacing: 2px;
  border-radius: 5px;
  color: #555;
  float: right;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt div.size:hover {
  background: #eee;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt div.size ul {
  margin: 20px 0 0;
  padding: 20px 20px 20px 20px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 26px;
  width: 100%;
  z-index: 11;
  border: 1px solid #ddd;
  border-top: none;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt div.size ul li {
  list-style-type: none;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt div.size ul li span {
  width: 50%;
  text-align: center;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt div.size ul li span:last-child {
  font-weight: 600;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt div.size ul li:hover {
  background: #ddd;
  border-bottom: 1px solid #ddd;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt div.size ul li:last-child {
  border: none;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt div.size ul.hidden {
  display: none;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt div.size ul.block {
  display: block;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt input {
  float: left;
  width: 100%;
  border: none;
  padding: 14px;
  border: 1px solid #ddd;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  letter-spacing: 2px;
  border-radius: 5px;
  outline: none;
  color: #555;
  float: right;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt span.act {
  position: absolute;
  right: 0px;
  top: 4px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt span.act:before,
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt span.act:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 10px;
  border-radius: 10px;
  background-color: #909090;
  top: 16px;
  right: 20px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt span.act:before {
  transform: rotate(45deg);
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.opt span.act:after {
  transform: rotate(-45deg);
  right: 25px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonInputs {
  display: flex;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonInputs > div {
  width: 100%;
  position: relative;
  padding: 0;
  float: left;
  display: flex;
  flex-direction: column;
  margin: 0 15px 0 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonInputs > div span {
  margin: 0 0 10px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonInputs > div select {
  padding: 17px 17px 16px 17px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: 0;
  color: #333;
  font-weight: bold;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonInputs > div:last-child {
  margin: 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonInputs div.declinaison_BONNET {
  width: 120px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonInputs div.qty_container {
  float: left;
  width: 80px;
  padding: 0;
  position: relative;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonInputs div.qty_container > span {
  margin: 0 0 10px;
  float: left;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonInputs div.qty_container div {
  position: relative;
  width: 80px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonInputs div.qty_container div input {
  text-align: center;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison label.labelOptions {
  margin: 20px 0 15px;
  display: block;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonOptions {
  padding: 0;
  display: flex;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonOptions > div {
  width: 100%;
  margin: 0 15px 0 0;
  background: white;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonOptions > div div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonOptions > div input {
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonOptions > div label strong {
  display: block;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonOptions > div i {
  font-size: 26px;
  color: #8e99ad;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonOptions > div i span {
  display: none;
  position: absolute;
  width: 40%;
  text-align: right;
  right: 20px;
  font-family: Open-sans, sans-serif;
  font-size: 16px;
  color: white;
  padding: 20px;
  background-color: #3b3d43;
  border-radius: 5px;
  line-height: 20px;
  margin: -15px 10px 0 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonOptions > div i:hover span {
  display: block;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.declinaisonOptions > div:last-child {
  margin: 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.ferrure,
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.zip {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0 0 15px;
  float: left;
  display: flex;
  flex-direction: row;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.ferrure label,
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.zip label {
  margin: 0 0 0 5px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.actions {
  float: left;
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele {
  float: left;
  width: 100%;
  display: flex;
  margin: 0 0 30px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele > div {
  width: 50%;
  background-color: #ddd;
  border: 1px solid #ddd;
  text-align: left;
  padding: 14px;
  display: flex;
  cursor: pointer;
  border-radius: 4px;
  color: #333;
  line-height: 30px;
  opacity: 0.5;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele > div:first-child {
  border-right: 0px;
  border-radius: 4px 0 0 4px;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele > div span {
  margin: 0 10px 0 0;
  font-weight: 600;
  position: relative;
  top: 3px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ddd;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele > div span:after {
  content: '';
  position: absolute;
  transform: rotate(-45deg);
  width: 3px;
  height: 8px;
  left: 6px;
  top: 6px;
  background-color: #ddd;
  opacity: 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele > div span:before {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  width: 3px;
  height: 22px;
  left: 16px;
  top: -4px;
  background-color: #ddd;
  opacity: 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele > div > div {
  margin: 0 0 0 5px;
  font-style: italic;
  font-weight: 800;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele > div.active {
  background-color: white;
  color: #333;
  opacity: 1;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele > div.active span {
  margin: 0 20px 0 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele > div.active span:before,
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele > div.active span:after {
  background-color: #87c619;
  opacity: 1;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele > div:hover {
  background-color: white;
  opacity: 1;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele > div:hover span {
  margin: 0 20px 0 0;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele > div:hover span:before,
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele > div:hover span:after {
  background-color: #87c619;
  opacity: 1;
}
section.content > div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.add {
  width: 50%;
}
section.content > div.shop.product div.main div.productCard div.teamAdvice {
  width: 1280px;
  padding: 0 0 50px;
  margin: 50px auto 0;
  display: flex;
}
section.content > div.shop.product div.main div.productCard div.teamAdvice div.left {
  width: 70%;
  padding: 50px;
}
section.content > div.shop.product div.main div.productCard div.teamAdvice h3 {
  color: #555;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 500;
  margin: 10px 0 25px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  padding: 0 0 0 25px;
}
section.content > div.shop.product div.main div.productCard div.teamAdvice h3:before {
  content: '"';
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 40px;
  color: #909090;
}
section.content > div.shop.product div.main div.productCard div.teamAdvice img {
  max-width: 100%;
  height: inherit;
}
section.content > div.shop.product div.main div.productCard div.teamAdvice > div.pictures {
  width: 50%;
}
section.content > div.shop.product div.main div.productCard div.teamAdvice > div.pictures img {
  width: 100%;
}
section.content > div.shop.product div.main div.productCard div.teamAdvice > div.matterAdvice {
  width: 50%;
  padding: 0 0 0 50px;
}
section.content > div.shop.product div.main div.productCard div.reinsurance.reinsuranceProduct div.subTitle {
  padding: 70px 30px 0;
  border-top: 1px solid #eee;
}
section.content > div.shop.product div.main div.productCard div.reinsurance.reinsuranceProduct div.subTitle p {
  font-size: 16px;
  margin: 10px 0 30px;
  display: block;
}
section.content > div.shop.product div.main div.productCard div.reinsurance.reinsuranceProduct div.certificates {
  padding: 30px 0 0;
}
section.content > div.shop.product div.main div.productCard div.reinsurance.reinsuranceProduct div.certificates p {
  font-size: 14px;
  line-height: 20px;
}
section.content > div.shop.product div.main div.productCard div.video {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  background: url(/images/video.png?d7bd4066b1d75da6fc1978199efa9127);
  background-repeat: repeat;
}
section.content > div.shop.product div.main div.productCard div.video iframe {
  width: 800px;
  height: 450px;
}
section.content > div.shop.product div.main div.productCard div.block-tabs {
  float: right;
  width: 50%;
  padding: 0;
  margin: 0;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 {
  padding: 0 50px 0 0;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs > ul,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 > ul,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 > ul {
  padding: 0;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #eee;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs > ul li,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 > ul li,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 > ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs > ul li a,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 > ul li a,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 > ul li a {
  background-color: #fff;
  color: black;
  padding: 7px 16px 20px 16px;
  border: 1px solid #fff;
  border-bottom: none;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs > ul li a:after,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 > ul li a:after,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 > ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs > ul li a:focus,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 > ul li a:focus,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 > ul li a:focus {
  outline: none;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs > ul li:hover,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 > ul li:hover,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 > ul li:hover {
  opacity: 1;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs > ul li:hover a,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 > ul li:hover a,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 > ul li:hover a {
  color: #909090;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs > ul li.ui-state-active,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 > ul li.ui-state-active,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 > ul li.ui-state-active {
  opacity: 1;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs > ul li.ui-state-active a,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 > ul li.ui-state-active a,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 > ul li.ui-state-active a {
  color: #ca2944;
  border-bottom: none;
  position: relative;
  font-weight: bold;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs > ul li.ui-state-active a:after,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 > ul li.ui-state-active a:after,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 > ul li.ui-state-active a:after {
  content: '';
  position: absolute;
  background-color: #909090;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs > ul li:focus,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 > ul li:focus,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 > ul li:focus {
  outline: none;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs #tabs-4,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 #tabs-4,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 #tabs-4 {
  padding: 30px 0;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs #tabs-4 .rebranding .tp-widget-wrapper,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 #tabs-4 .rebranding .tp-widget-wrapper,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 #tabs-4 .rebranding .tp-widget-wrapper {
  max-width: 100%!important;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs > div.ui-tabs-panel,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 > div.ui-tabs-panel,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 > div.ui-tabs-panel {
  padding: 30px 20px 0 20px;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs > div.ui-tabs-panel strong,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 > div.ui-tabs-panel strong,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 > div.ui-tabs-panel strong {
  font-weight: 600;
  color: #000;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs > div.ui-tabs-panel h5,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 > div.ui-tabs-panel h5,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 > div.ui-tabs-panel h5 {
  margin: 10px 0 15px;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs > div.ui-tabs-panel h5:first-child,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 > div.ui-tabs-panel h5:first-child,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 > div.ui-tabs-panel h5:first-child {
  margin: 0 0 15px;
}
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs > div.ui-tabs-panel h5 a,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs2 > div.ui-tabs-panel h5 a,
section.content > div.shop.product div.main div.productCard div.block-tabs > #tabs3 > div.ui-tabs-panel h5 a {
  text-decoration: none;
  color: #ca2944;
}
section.content > div.shop.product div.main div.productCard div.block-tabs div.description {
  width: 100%;
  float: left;
  padding: 0;
}
section.content > div.shop.product div.main div.productCard div.block-tabs div.description ul {
  margin: 0;
  padding: 0;
}
section.content > div.shop.product div.main div.productCard div.block-tabs div.description ul li {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}
section.content > div.shop.product div.main div.productCard div.block-tabs div.description ul li > span {
  color: #555;
}
section.content > div.shop.product div.main div.productCard div.block-tabs div.description ul li > span:first-child {
  width: 35%;
  font-weight: bold;
  color: #909090;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 2px;
}
section.content > div.shop.product div.main div.productCard div.block-tabs div.description ul li > span:last-child {
  width: 65%;
}
section.content > div.shop.product div.main div.productCard div.block-tabs div.description ul li:first-child {
  padding: 0 0 10px 0;
}
section.content > div.shop.product div.main div.productCard div.block-tabs div.description ul li:last-child {
  border: none;
}
section.content > div.shop.product div.main div.productCard div.block-tabs div.description ul li.certification span {
  padding: 0 16px 0 0;
  position: relative;
}
section.content > div.shop.product div.main div.productCard div.block-tabs div.description ul li.certification span span:after {
  content: '';
  list-style-type: disc;
  background: #a8aab2;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  z-index: 3;
  position: absolute;
  top: 8px;
  right: 4px;
}
section.content > div.shop.product div.main div.productCard div.block-tabs div.description ul li.certification span span:last-child:after {
  display: none;
}
section.content > div.shop.product div.range {
  width: 100%;
  height: 160px;
  left: 0;
  background-color: #40444f;
  position: fixed;
  bottom: -160px;
  z-index: 999;
  margin: 20px 0 0;
}
section.content > div.shop.product div.range > div.nav ul {
  padding: 0;
}
section.content > div.shop.product div.range > div.nav ul li {
  cursor: pointer;
  background-color: #40444f;
  position: fixed;
  z-index: 101;
  bottom: -160px;
  width: 50px;
  height: 159px;
  font-size: 30px;
  line-height: 203px;
  list-style-type: none;
  text-align: center;
}
section.content > div.shop.product div.range > div.nav ul li i {
  color: #999;
}
section.content > div.shop.product div.range > div.nav ul li:first-child {
  left: 0;
}
section.content > div.shop.product div.range > div.nav ul li:last-child {
  right: 0;
}
section.content > div.shop.product div.range > div.nav ul li:hover:first-child i {
  left: -10px;
}
section.content > div.shop.product div.range > div.nav ul li:hover:last-child i {
  right: -10px;
}
section.content > div.shop.product div.range > ul {
  display: flex;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
section.content > div.shop.product div.range > ul:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  top: 105px;
  background-color: #666;
  z-index: 1;
}
section.content > div.shop.product div.range > ul > li {
  flex-direction: column;
  list-style-type: none;
  width: 16%;
  padding: 30px 0 50px;
  text-align: center;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}
section.content > div.shop.product div.range > ul > li > a {
  float: left;
  width: 100%;
  font-family: 'Open sans', sans-serif;
  color: #ddd;
  font-size: 22px;
  letter-spacing: 5px;
  text-decoration: none;
  margin: 0;
  padding: 0 0 20px;
}
section.content > div.shop.product div.range > ul > li > a span {
  width: 100%;
  font-size: 14px;
  float: left;
  letter-spacing: 1.5px;
  font-weight: 400;
}
section.content > div.shop.product div.range > ul > li:first-child {
  margin: 0 0 0 2%;
}
section.content > div.shop.product div.range > ul > li.active,
section.content > div.shop.product div.range > ul > li:hover {
  background-color: #22252c;
  padding: 30px 0;
}
section.content > div.shop.product div.range > ul > li.active a,
section.content > div.shop.product div.range > ul > li:hover a {
  color: #c3c3c3;
  padding: 0;
  margin: 0;
}
section.content > div.shop.product div.range > ul > li.active ul,
section.content > div.shop.product div.range > ul > li:hover ul {
  opacity: 1;
  width: 100%;
  height: 40px;
  margin: 10px 0 0;
}
section.content > div.shop.product div.range > ul > li.active ul li,
section.content > div.shop.product div.range > ul > li:hover ul li {
  color: #c5c5c5;
  font-size: 14px;
  padding: 0 10px;
}
section.content > div.shop.product div.range > ul > li.active:after,
section.content > div.shop.product div.range > ul > li:hover:after {
  opacity: 0;
}
section.content > div.shop.product div.range > ul > li.active {
  background-color: #22252c;
}
section.content > div.shop.product div.range > ul > li.active:hover {
  background-color: #22252c;
}
section.content > div.shop.product div.range > ul > li:after {
  content: '';
  position: absolute;
  left: calc(50% - 15px);
  top: 92px;
  width: 30px;
  height: 30px;
  background-color: #40444f;
  border-radius: 50%;
  border: 2px solid #666;
  font-family: 'Open sans', sans-serif;
  font-weight: 800;
  color: #999;
  line-height: 26px;
}
section.content > div.shop.product div.range > ul > li:first-child:after {
  content: '3';
}
section.content > div.shop.product div.range > ul > li:nth-child(2):after {
  content: '4';
}
section.content > div.shop.product div.range > ul > li:nth-child(3):after {
  content: '5';
}
section.content > div.shop.product div.range > ul > li:nth-child(4):after {
  content: '6';
}
section.content > div.shop.product div.range > ul > li:nth-child(5):after {
  content: '7';
}
section.content > div.shop.product div.range > ul > li:nth-child(6):after {
  content: '8';
}
section.content > div.shop.product div.range > ul > li ul {
  transition: all 0.5s;
  float: left;
  opacity: 0;
  font-size: 13px;
  height: 0px;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
section.content > div.shop.product div.range > ul > li ul li {
  height: 20px;
  width: 100%;
  padding: 0;
  display: block;
  letter-spacing: 0px;
  color: #555;
}
section.content > div.shop.product div.range > ul > li ul li:first-child {
  margin: 0;
}
section.content > div.shop div.reinsurance {
  margin: auto;
  width: 100%;
}
section.content > div.shop div.reinsurance div.certificates,
section.content > div.shop div.reinsurance div.matieres {
  width: 100%;
  float: left;
  position: relative;
  padding: 70px 0 0 ;
  margin: 0 0 70px 0;
}
section.content > div.shop div.reinsurance div.certificates.center ul,
section.content > div.shop div.reinsurance div.matieres.center ul {
  align-items: center;
  justify-content: center;
}
section.content > div.shop div.reinsurance div.certificates h4,
section.content > div.shop div.reinsurance div.matieres h4 {
  font-size: 24px;
  color: #555;
  letter-spacing: 5px;
  font-family: 'Open sans', sans-serif;
  font-weight: 400;
  text-align: center;
}
section.content > div.shop div.reinsurance div.certificates ul,
section.content > div.shop div.reinsurance div.matieres ul {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
}
section.content > div.shop div.reinsurance div.certificates ul li,
section.content > div.shop div.reinsurance div.matieres ul li {
  width: 100%;
  list-style-type: none;
  padding: 0 0;
  text-align: center;
}
section.content > div.shop div.reinsurance div.certificates ul li:first-child,
section.content > div.shop div.reinsurance div.matieres ul li:first-child {
  padding: 0 0 0 0;
}
section.content > div.shop div.reinsurance div.certificates ul li:last-child,
section.content > div.shop div.reinsurance div.matieres ul li:last-child {
  padding: 0 0 0 0;
}
section.content > div.shop div.reinsurance div.certificates ul li a,
section.content > div.shop div.reinsurance div.matieres ul li a {
  float: left;
  text-decoration: none;
  color: #333;
  position: relative;
  top: 0;
  width: 100%;
  overflow: hidden;
}
section.content > div.shop div.reinsurance div.certificates ul li a img,
section.content > div.shop div.reinsurance div.matieres ul li a img {
  opacity: 0.85;
  max-width: 120px;
}
section.content > div.shop div.reinsurance div.certificates ul li a h3,
section.content > div.shop div.reinsurance div.matieres ul li a h3 {
  text-align: center;
  margin: 0;
  font-size: 18px;
  letter-spacing: 3px;
  color: #555;
}
section.content > div.shop div.reinsurance div.certificates ul li a p,
section.content > div.shop div.reinsurance div.matieres ul li a p {
  font-size: 14px;
  line-height: 20px;
}
section.content > div.shop div.reinsurance div.certificates ul li a div,
section.content > div.shop div.reinsurance div.matieres ul li a div {
  text-align: center;
  background-color: white;
  font-weight: 300;
  color: #555;
  font-size: 13px;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
  transition: all 0.25s;
}
section.content > div.shop div.reinsurance div.certificates ul li a div:after,
section.content > div.shop div.reinsurance div.matieres ul li a div:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 20px;
  width: 100%;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
section.content > div.shop div.reinsurance div.certificates ul li a:hover,
section.content > div.shop div.reinsurance div.matieres ul li a:hover {
  top: -7px;
}
section.content > div.shop div.reinsurance div.certificates ul li a:hover img,
section.content > div.shop div.reinsurance div.matieres ul li a:hover img {
  opacity: 0;
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
section.content > div.shop div.reinsurance div.certificates ul li a:hover > div,
section.content > div.shop div.reinsurance div.matieres ul li a:hover > div {
  opacity: 1;
}
section.content > div.shop div.reinsurance div.certificates ul li a:hover h3,
section.content > div.shop div.reinsurance div.matieres ul li a:hover h3 {
  opacity: 0;
}
section.content > div.shop div.reinsurance div.certificates:before {
  content: '';
  position: absolute;
  left: -500px;
  width: 1000%;
  top: 0;
}
section.content > div.shop div.reinsurance div.certificates ul li {
  max-width: 200px;
}
section.content > div.shop div.reinsurance div.matieres {
  margin: 0 0 70px 0;
}
section.content > div.shop div.reinsurance div.matieres ul li a img {
  max-width: 150px;
}
section.content > div.shop div.reinsurance div.matieres ul li a h3 {
  margin: 10px 0;
}
section.content > div.shop div.reinsurance div.reviews {
  width: 1200px;
  display: flex;
  position: relative;
  padding: 70px 0;
  margin: auto;
  z-index: 1;
  background-color: #40444f;
}
section.content > div.shop div.reinsurance div.reviews:after {
  content: '';
  position: absolute;
  top: 0;
  left: -500%;
  width: 1000%;
  height: 100%;
  background-color: #40444f;
  z-index: -1;
}
section.content > div.shop div.reinsurance div.reviews div.boutique {
  width: 20%;
  float: left;
}
section.content > div.shop div.reinsurance div.reviews div.boutique h5 {
  font-size: 33px;
  font-weight: 600;
  color: white;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 30px;
}
section.content > div.shop div.reinsurance div.reviews div.avis {
  width: 80%;
  float: left;
  padding: 0 0 0 50px;
}
section.content > div.shop div.reinsurance div.reviews div.avis > div div.head {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  display: flex;
  padding: 0 0 15px;
  justify-content: space-between;
}
section.content > div.shop div.reinsurance div.reviews div.avis > div div.head div.left {
  float: left;
  width: 60%;
  display: flex;
}
section.content > div.shop div.reinsurance div.reviews div.avis > div div.head div.left div.name {
  font-weight: 600;
  color: white;
}
section.content > div.shop div.reinsurance div.reviews div.avis > div div.head div.left div.date {
  margin: 0 0 0 10px;
  padding: 0 0 0 20px;
  font-style: italic;
  position: relative;
  color: #00b67a;
}
section.content > div.shop div.reinsurance div.reviews div.avis > div div.head div.left div.date:after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border: 2px solid #ccc;
  border-radius: 50%;
}
section.content > div.shop div.reinsurance div.reviews div.avis > div div.head div.note {
  flex-direction: row;
  display: flex;
  float: right;
}
section.content > div.shop div.reinsurance div.reviews div.avis > div div.head div.note div.bloc-star {
  border-radius: 3px;
  height: 30px;
  width: 30px;
  margin: 0 5px 0 0;
}
section.content > div.shop div.reinsurance div.reviews div.avis > div div.head div.note div.bloc-star.green {
  background-color: #00b67a;
}
section.content > div.shop div.reinsurance div.reviews div.avis > div div.head div.note div.bloc-star.grey {
  background-color: #ccc;
}
section.content > div.shop div.reinsurance div.reviews div.avis > div div.content {
  float: left;
  width: 100%;
  padding: 20px 0 0 40px;
  position: relative;
}
section.content > div.shop div.reinsurance div.reviews div.avis > div div.content h6 {
  font-size: 22px;
  margin: 0  0 20px;
  color: white;
  font-family: 'Open Sans', sans-serif;
}
section.content > div.shop div.reinsurance div.reviews div.avis > div div.content p {
  color: white;
}
section.content > div.shop div.reinsurance div.reviews div.avis > div div.content a {
  border-top: 1px solid #6e7587;
  font-family: 'Open Sans', sans-serif;
  float: left;
  padding: 0;
  text-decoration: none;
  letter-spacing: 2px;
  margin: 20px 0 0;
  padding: 10px 0 0;
  color: #00b67a;
}
section.content > div.shop div.reinsurance div.reviews div.avis > div div.content:after {
  content: '"';
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 50px;
  font-family: 'Open Sans', serif;
  color: #bbb;
}
section.content > div.shop div.coupe-matelas {
  float: left;
  width: 100%;
  margin: 20px 0 60px;
}
section.content > div.shop div.coupe-matelas div {
  float: left;
  width: 50%;
}
section.content > div.shop div.coupe-matelas div.texte {
  padding: 50px;
}
@media (max-width: 1240px) {
  section.content div.hero.account {
    display: none;
  }
  section.content div.contact > div.container {
    width: 100%;
  }
  section.content div.contact.account {
    padding: 0;
  }
  section.content div.contact.account > .container {
    padding: 0;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs {
    padding: 0;
    flex-direction: column;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.sidebar {
    width: 100%;
    border-radius: 0;
    padding: 0;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.sidebar div.commande {
    display: none;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.sidebar ul {
    display: flex;
    flex-direction: row;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.sidebar ul li {
    padding: 0;
    text-align: center;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.sidebar ul li a {
    border: none;
    padding: 40px 0;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.sidebar ul li:first-child {
    padding: 0;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.sidebar ul li:last-child {
    padding: 0;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.sidebar:after {
    display: none;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs {
    width: 100%;
    padding: 50px;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs div.div-form button {
    width: 100%;
  }
  section.content div.navaccount {
    position: absolute;
    right: -100%;
    top: -196px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: #40444f;
    opacity: 0.2;
    transition: all 1s;
  }
  section.content div.navaccount:after {
    display: none;
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
    height: 200%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  section.content div.navaccount div.nav {
    border-radius: 0;
    background: #40444f;
    margin: 0;
    width: 100%;
    box-shadow: none;
    padding: 170px 80px 80px;
  }
  section.content div.navaccount div.nav:hover {
    background-color: #40444f;
  }
  section.content div.navaccount div.nav > ul {
    width: 100%;
    padding: 0;
  }
  section.content div.navaccount div.nav > ul > li ul li {
    width: 100%;
    text-align: center;
    padding: 0 0 40px;
  }
  section.content div.navaccount div.nav > ul > li ul li a {
    font-size: 22px;
  }
  section.content div.navaccount div.nav > ul > li ul li a:before {
    width: 10%;
    bottom: -20px;
    background-color: rgba(255, 255, 255, 0);
    margin: 0 0 0 -5%;
    left: 50%;
  }
  section.content div.navaccount div.nav > ul > li ul li.active a:before {
    width: 10%;
    bottom: -20px;
    background-color: #909090;
    margin: 0 0 0 -5%;
    left: 50%;
  }
  section.content div.navaccount div.nav > ul > li ul li:hover a:before {
    width: 10%;
    bottom: -20px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 0 0 -5%;
    left: 50%;
  }
  section.content div.navaccount div.nav > ul > li ul li:first-child {
    padding: 0 0 40px;
  }
  section.content div.navaccount div.nav > ul > li ul li:last-child {
    padding: 0 0 40px;
  }
  section.content div.navaccount.onNavAccount {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    opacity: 1;
  }
  section.content div.navaccount-bars {
    display: none;
    position: absolute;
    right: 40px;
    top: -120px;
    z-index: 99999;
  }
  section.content div.navaccount-bars i {
    font-size: 40px;
    color: white;
    cursor: pointer;
  }
  section.content div.navaccount-bars i:hover {
    opacity: 0.8;
  }
  section.content div.navaccount-bars.onNavAccount {
    right: 50%;
    margin: 0 -20px 0 0;
  }
  section.content > div.reassurance {
    padding: 40px 20px 60px 20px;
  }
  section.content > div.reassurance div.container.small {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 999px) {
  section.content div.contact.blue div.container div.div-form div.form-group input.reset {
    width: 99%;
  }
  section.content div.contact > div.container div.div-form div.form-group input.reset {
    width: 100%;
  }
  section.content div.contact > div.container div.div-form div.form-group.block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.content div.contact > div.container div.div-form div.form-group.split a {
    text-align: left;
    margin: 0 0 30px;
  }
  section.content div.contact > div.container div.second_address > div:first-child {
    justify-content: center;
    margin: 0 0 30px;
  }
  section.content div.contact > div.container div.second_address > div:first-child,
  section.content div.contact > div.container div.second_address > div:last-child {
    width: 100%;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.sidebar ul {
    flex-direction: column;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.sidebar ul li {
    width: 100%;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.sidebar ul li a {
    padding: 20px 0;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.sidebar ul li.ui-state-active {
    background-color: rgba(255, 255, 255, 0.2);
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.sidebar ul li.ui-state-active a {
    padding: 40px 0;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.discussion > div {
    width: 70%;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation > div:first-child,
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition > div:first-child {
    text-align: center;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation > div:first-child h4,
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition > div:first-child h4 {
    padding: 0;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation div.detail,
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition div.detail {
    flex-direction: column;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation div.detail div,
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition div.detail div {
    width: 100%;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation div.detail div.resume-container,
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition div.detail div.resume-container {
    padding: 0;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation div.detail div.resume-container ul.resume,
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition div.detail div.resume-container ul.resume {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation div.detail div.resume-container ul.resume li,
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition div.detail div.resume-container ul.resume li {
    text-align: center;
    width: 100%;
    border-bottom: 2px solid #eee;
    padding: 0 0 20px;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation div.detail div.products-container,
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition div.detail div.products-container {
    border: none;
    padding: 0;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation div.detail div.products-container .products .product,
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition div.detail div.products-container .products .product {
    padding: 20px 0 30px;
    justify-content: center;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation div.detail div.products-container .products .product li:last-child,
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition div.detail div.products-container .products .product li:last-child {
    width: auto;
  }
}
@media (max-width: 799px) {
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs form div.col-6:nth-child(odd) {
    padding: 0 0 10px;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs form div.col-6:nth-child(even) {
    padding: 0 0 10px;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition > div:first-child div.row,
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation > div:first-child div.row {
    display: flex;
    flex-direction: column;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition > div:first-child div.row div.tracking,
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation > div:first-child div.row div.tracking {
    justify-content: center;
    margin: -20px auto 40px;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition div.detail div.resume-container ul.resume,
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation div.detail div.resume-container ul.resume {
    flex-direction: column;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition div.detail div.resume-container ul.resume li,
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation div.detail div.resume-container ul.resume li {
    padding: 20px 0;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition div.detail div.resume-container ul.resume li:first-child,
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation div.detail div.resume-container ul.resume li:first-child {
    padding: 0 0 20px 0;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition div.detail div.products-container div.products ul.product li:nth-child(1),
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation div.detail div.products-container div.products ul.product li:nth-child(1) {
    width: 10px;
  }
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.expedition div.detail div.products-container div.products ul.product li:nth-child(2),
  section.content div.contact.account > .container > div.serviceclient div.block-tabs #tabs > div.container-tabs > div div.orders div.preparation div.detail div.products-container div.products ul.product li:nth-child(2) {
    display: none;
  }
}
@media (min-width: 1240px) {
  header > ul.left li.desktop {
    display: block;
  }
  header > ul.left li.rwd {
    display: none;
  }
}
@media (max-width: 1240px) {
  header {
    height: 125px;
  }
  header div.small_nav {
    position: relative;
    top: -200px;
    opacity: 0;
  }
  header div.small_nav ul {
    display: none;
  }
  header > ul.left {
    top: 0;
  }
  header > ul.left li.rwd {
    display: block;
  }
  header > ul.left li.desktop {
    display: none;
  }
  header > ul.right {
    top: 0;
  }
  header > ul.right li.icon_nav {
    display: block;
  }
  header > ul.right li.icon_logout {
    display: block;
  }
  header div.center {
    top: 0px;
  }
  header div.center ul.main_nav {
    top: 0;
    opacity: 0;
  }
  header div.center ul.main_nav li {
    display: none;
  }
}
@media (max-width: 999px) {
  header div.center > ul {
    display: none;
  }
}
@media (max-width: 799px) {
  header > ul.left {
    left: 30px;
  }
  header > ul.left span {
    opacity: 0;
    left: -200px;
  }
  header > ul.right {
    right: 30px;
  }
  header > ul.right li {
    opacity: 0;
    right: -200px;
  }
  header > ul.right li.icon_nav {
    opacity: 1;
    right: 0;
  }
}
@media (max-width: 1240px) {
  section.content > div.commande div.steps div.container {
    width: 100%;
    padding: 0;
  }
  section.content > div.commande div.articles {
    order: 3;
    float: left;
  }
  section.content > div.commande div.articles div.container {
    width: 100%;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.content > div.commande div.articles div.container > ul.head {
    display: none;
  }
  section.content > div.commande div.articles div.container > ul.details {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    width: 50%;
    padding: 0 15px 30px;
    float: left;
    border: none;
  }
  section.content > div.commande div.articles div.container > ul.details > li {
    width: 100%;
    text-align: center;
  }
  section.content > div.commande div.articles div.container > ul.details > li img {
    width: 100%!important;
  }
  section.content > div.commande div.articles div.container > ul.details > li:nth-child(2) {
    border-top: 1px solid #eee;
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
  section.content > div.commande div.articles div.container > ul.details > li:nth-child(3) {
    padding: 15px 0 0;
  }
  section.content > div.commande div.articles div.container > ul.details li ul.article {
    flex-direction: column;
  }
  section.content > div.commande div.articles div.container > ul.details li ul.article li {
    border: none;
    margin: 0 0 10px;
    padding: 0;
    justify-content: start;
  }
  section.content > div.commande div.articles div.container > ul.details li ul.article li:first-child {
    width: 100%;
  }
  section.content > div.commande div.articles div.container > ul.details li ul.article li:nth-child(n+2) {
    width: 100%;
    text-align: left;
    padding: 0;
    text-align: center;
  }
  section.content > div.commande div.articles div.container > ul.details li ul.article li:nth-child(2) {
    padding: 20px 0 0;
  }
  section.content > div.commande div.articles div.container > ul.details li ul.article li:nth-child(3),
  section.content > div.commande div.articles div.container > ul.details li ul.article li:nth-child(4) {
    width: 100%;
  }
  section.content > div.commande div.articles div.container > ul.details li ul.article li:nth-child(3) {
    display: none;
  }
  section.content > div.commande div.articles div.container > ul.details li ul.article li:nth-child(6),
  section.content > div.commande div.articles div.container > ul.details li ul.article li:nth-child(7) {
    display: none;
  }
  section.content > div.commande div.articles div.container > ul.details li ul.opt {
    flex-direction: column;
  }
  section.content > div.commande div.articles div.container > ul.details li ul.opt li {
    display: none;
  }
  section.content > div.commande div.articles div.container > ul.details li ul.opt li:nth-child(2) {
    padding: 0;
  }
  section.content > div.commande div.articles div.container > ul.details li ul.opt li:nth-child(2) span {
    font-weight: 600;
  }
  section.content > div.commande div.articles div.container > ul.details li ul.opt li:nth-child(7) {
    padding: 0 0 10px;
  }
  section.content > div.commande div.articles div.container > ul.details li ul.opt li:nth-child(8) {
    margin: 20px 0 0;
    padding: 0;
  }
  section.content > div.commande div.articles div.container > ul.details li ul.opt li:nth-child(2),
  section.content > div.commande div.articles div.container > ul.details li ul.opt li:nth-child(7),
  section.content > div.commande div.articles div.container > ul.details li ul.opt li:nth-child(8) {
    display: block;
    width: 100%;
  }
  section.content > div.commande div.articles div.container > ul.details:hover {
    background: none;
  }
  section.content > div.commande div.articles div.container div.empty {
    width: 100%;
  }
  section.content > div.commande.delivery div.head div.container {
    width: 100%;
    padding: 50px 30px;
  }
  section.content > div.commande.delivery > div.container {
    width: 100%;
    flex-direction: column;
  }
  section.content > div.commande.delivery > div.container div.multipleChoices,
  section.content > div.commande.delivery > div.container div.articles {
    width: 100%;
  }
  section.content > div.commande.delivery > div.container div.articles div.container {
    padding: 0 0 50px 0;
  }
  section.content > div.commande.delivery > div.container div.articles div.container ul li ul {
    padding: 0 0 40px;
  }
  section.content > div.commande.delivery > div.container div.articles div.container ul li ul li {
    width: 100%!important;
  }
  section.content > div.commande.delivery > div.container div.articles div.container ul li ul li:first-child {
    padding: 0 0 15px;
  }
  section.content > div.commande.delivery > div.container div.articles div.container ul li ul li:first-child img {
    padding: 0;
  }
  section.content > div.commande.delivery > div.container div.articles div.container ul li ul li:last-child {
    padding: 20px 0 0;
  }
  section.content > div.commande.delivery > div.container div.multipleChoices {
    padding: 0 30px;
    border: none;
  }
  section.content > div.commande.delivery > div.container div.multipleChoices > div.container {
    width: 100%;
  }
  section.content > div.commande.delivery > div.container div.multipleChoices > div.container label.radioChoice {
    justify-content: center;
  }
  section.content > div.commande.delivery > div.container div.multipleChoices > div.container label.radioChoice strong {
    width: inherit;
  }
  section.content > div.commande.panier div.steps div.container > div {
    display: none;
  }
  section.content > div.commande.panier div.steps div.container > div.current {
    display: flex;
    width: 100%;
  }
  section.content > div.commande div.summary {
    padding: 50px 60px 70px;
    float: left;
    width: 100%;
  }
  section.content > div.commande div.summary div.container {
    width: 100%;
  }
  section.content > div.commande div.summary.deliveryView div.total div.subtotal {
    width: 100%;
  }
  section.content > div.commande div.summary.deliveryView div.total div.subtotal ul {
    flex-direction: column;
    margin: 0 0 20px;
  }
  section.content > div.commande div.summary.deliveryView div.total div.subtotal ul li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  section.content > div.commande div.summary.deliveryView div.total div.subtotal ul li:first-child {
    font-weight: bold;
  }
  section.content > div.commande div.summary.deliveryView div.total div.subtotal ul:last-child {
    margin: 0;
  }
  section.content > div.commande div.summary.deliveryView div.total div.confirmcart {
    width: 100%;
    justify-content: center;
    margin: 30px 0 0;
  }
  section.content > div.commande div.summary.deliveryView div.total div.confirmcart div.confirm {
    display: flex;
    justify-content: center;
  }
  section.content > div.commande div.multipleChoices {
    width: 100%;
  }
  section.content > div.commande div.multipleChoices > .container h3 {
    text-align: center;
    padding: 50px 0 20px;
  }
  section.content > div.commande div.multipleChoices div.paymentChoices {
    flex-direction: column;
    padding: 0 80px 80px;
  }
  section.content > div.commande div.multipleChoices div.paymentChoices ul {
    border: 0px;
  }
  section.content > div.commande div.multipleChoices div.paymentChoices ul li:first-child {
    display: none;
  }
  section.content > div.commande div.multipleChoices div.paymentChoices ul li:nth-child(3) strong {
    font-size: 18px;
  }
  section.content > div.commande div.multipleChoices div.paymentChoices ul:last-child {
    border: 0px;
  }
  section.content > div.commande div.confirmationPaiment {
    width: 100%;
  }
  section.content > div.commande div.confirmationPaiment div.container {
    padding: 50px 80px 80px;
  }
  section.content > div.commande div.confirmationPaiment div.container h3 {
    text-align: center;
  }
  section.content > div.commande div.confirmationPaiment div.container > div.bottom > div {
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
  section.content > div.commande div.confirmationPaiment div.container > div.bottom > div input {
    width: 30px;
    height: 30px;
    margin: 0 0 20px;
  }
  section.content > div.contact div.container {
    width: 100%;
    padding: 0 30px;
  }
  section.content > div.reassurance div.container {
    width: 100%;
  }
}
@media (max-width: 999px) {
  section.content > div.commande {
    display: flex;
    flex-direction: column;
  }
  section.content > div.commande div.flex {
    order: 1;
  }
  section.content > div.commande div.summary {
    order: 2;
    padding: 50px 0;
  }
  section.content > div.commande div.summary div.container {
    width: 100%;
    padding: 0 50px;
  }
  section.content div.multipleChoices {
    padding: 0;
  }
  section.content div.multipleChoices div.container div.deliveryChoices.choices,
  section.content div.multipleChoices div.container div.paymentChoices.choices {
    flex-direction: column;
    padding: 0;
  }
  section.content div.multipleChoices div.container div.deliveryChoices.choices ul,
  section.content div.multipleChoices div.container div.paymentChoices.choices ul {
    border-bottom: 2px solid #eee;
    padding: 10px 30px 30px;
    border-radius: 0;
  }
  section.content div.multipleChoices div.container div.deliveryChoices.choices ul li,
  section.content div.multipleChoices div.container div.paymentChoices.choices ul li {
    padding: 12px 0 0;
  }
  section.content div.multipleChoices div.container div.deliveryChoices.choices ul:last-child,
  section.content div.multipleChoices div.container div.paymentChoices.choices ul:last-child {
    border: none;
  }
  section.content > div.contact div.container {
    flex-direction: column;
  }
  section.content > div.contact div.container div.col-5 {
    width: 100%;
  }
  section.content > div.contact.login img {
    display: none;
  }
  section.content div.reassurance.contact,
  section.content div.reassurance.white {
    padding: 40px 0 0;
  }
  section.content div.reassurance div.container {
    padding: 0 30px;
    flex-wrap: wrap;
  }
  section.content div.reassurance div.container > div:nth-child(1),
  section.content div.reassurance div.container > div:nth-child(2),
  section.content div.reassurance div.container > div:nth-child(3),
  section.content div.reassurance div.container > div:nth-child(4),
  section.content div.reassurance div.container > div:nth-child(5) {
    width: 100%;
    padding: 0 0 30px;
  }
}
@media (max-width: 799px) {
  section.content > div.commande div.articles div.container > ul.details {
    width: 100%;
    padding: 0 0 50px;
  }
  section.content > div.commande.delivery div.container div.multipleChoices div.container label.radioChoice {
    flex-direction: column;
    align-items: center;
  }
  section.content > div.commande.delivery div.container div.multipleChoices div.container label.radioChoice div.radio {
    width: auto;
  }
  section.content > div.commande.delivery div.container div.multipleChoices div.container label.radioChoice div.radio input {
    width: 20px;
    height: 20px;
    margin: 0 0 10px;
  }
  section.content > div.commande div.summary div.container div.total {
    flex-direction: column;
    align-items: center;
  }
  section.content > div.commande div.summary div.container div.total ul {
    display: flex;
    flex-direction: column;
  }
  section.content > div.commande div.summary div.container div.total ul li {
    text-align: center;
  }
  section.content > div.commande div.summary div.container div.total ul li:last-child {
    padding: 0;
    font-weight: bold;
    text-align: center;
  }
  section.content > div.commande div.summary div.container div.total div.confirm {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  section.content > div.commande div.summary div.container div.total div.confirmcart {
    flex-direction: column;
  }
  section.content > div.commande div.summary div.container div.total div.confirmcart div.code input {
    width: 100%;
    padding: 15px;
    font-size: 14px;
  }
  section.content > div.commande div.summary div.container div.total div.confirmcart div.code button {
    width: 20%;
  }
  section.content > div.commande div.summary div.container div.total div.confirmcart div.confirm button {
    width: 100%;
  }
  section.content #effect p {
    display: flex;
    flex-direction: column;
  }
  section.content #effect p a {
    margin: 0 30px 30px;
  }
}
@media (max-width: 499px) {
  section.content div.commande div.summary div.container div.total ul {
    flex-direction: column;
  }
  section.content div.commande div.summary div.container div.total ul li {
    text-align: center;
    width: 100%;
  }
  section.content div.commande div.summary div.container div.total ul li:first-child {
    padding: 10px 0 0;
  }
  section.content div.commande div.summary div.container div.total ul li:last-child {
    padding: 0 0 10px;
    text-align: center;
  }
}
@media (max-width: 1240px) {
  div.page-wrapper {
    overflow: hidden;
  }
  section.content {
    margin: 125px 0 0;
  }
  section.content div.breadcrumb {
    width: 100%;
  }
  section.content > div.hero {
    width: 100%;
    display: flex;
  }
  section.content > div.hero img {
    min-height: 400px;
    width: initial;
    position: relative;
  }
  section.content > div.hero div.logo img {
    min-height: inherit;
  }
  section.content > div.hero div.vertical {
    width: 80%;
    position: absolute;
    z-index: 2;
  }
  section.content > div.hero:after {
    background-color: #40444f;
  }
  section.content > div.hero:hover:after {
    background-color: #40444f;
  }
  section.content > div.content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  section.content > div.content div.sidebar {
    order: 2;
    position: relative!important;
    width: 100%;
    border: none;
    height: inherit;
    border-top: 3px solid #f5f5f5;
  }
  section.content > div.content div.sidebar div.nav {
    background-color: #40444f;
    padding: 70px 0;
  }
  section.content > div.content div.sidebar div.nav > ul > li {
    text-align: center;
  }
  section.content > div.content div.sidebar div.nav > ul > li a {
    color: white;
  }
  section.content > div.content div.sidebar div.nav > ul > li:hover {
    left: 0;
  }
  section.content > div.content div.sidebar div.nav > ul > li:hover a {
    color: white;
  }
  section.content > div.content div.sidebar div.nav > ul > li:before {
    display: none;
  }
  section.content > div.content div.sidebar div.nav > ul > li > ul > li {
    left: 0;
    margin: 0;
  }
  section.content > div.content div.sidebar div.nav > ul > li > ul > li.active {
    left: 0;
    margin: 0;
  }
  section.content > div.content div.sidebar div.nav > ul > li > ul > li.active > a {
    color: #03A9F4;
    font-weight: bold;
  }
  section.content > div.content div.sidebar div.nav > ul > li > ul > li a {
    color: white;
  }
  section.content > div.content div.sidebar div.nav > ul > li > ul > li > ul > li {
    left: 0;
    padding: 0 0 10px;
  }
  section.content > div.content div.sidebar div.nav > ul > li > ul > li > ul > li a {
    color: white;
  }
  section.content > div.content div.sidebar div.nav > ul > li > ul > li > ul > li.active {
    left: 0;
  }
  section.content > div.content div.sidebar div.nav > ul > li > ul > li > ul > li:hover {
    left: 0;
  }
  section.content > div.content div.sidebar div.nav > ul > li > ul > li > ul > li:before {
    display: none;
  }
  section.content > div.content div.sidebar div.nav > ul > li > ul > li:hover {
    left: 0;
  }
  section.content > div.content div.sidebar div.nav > ul > li > ul > li:hover > a {
    color: #03A9F4;
  }
  section.content > div.content div.sidebar div.nav > ul > li > ul > li:hover ul a {
    color: white;
  }
  section.content > div.content div.sidebar div.nav > ul > li > ul > li:before {
    display: none;
  }
  section.content > div.content div.article {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px;
    min-height: inherit;
  }
  section.content > div.content div.article div.image {
    margin: 20px -30px;
    width: calc(100% + 60px);
  }
  section.content > div.content div.article h2:after {
    display: none;
  }
  section.content > div.content div.article ul.portfolio {
    padding: 30px;
  }
  section.content > div.content div.article ul.portfolio li {
    width: 50%;
    padding: 0;
  }
  section.content > div.content.boutiqueView div.container {
    width: 100%;
  }
  section.content > div.content.boutiqueView div.grid.list {
    padding: 0 15px;
  }
  section.content > div.content.boutiqueView div.grid.list > div {
    padding: 0 15px;
  }
  section.content > div.content div.article ul li,
  section.content > div.articleBig div.article ul li,
  section.content > div.content div.article ol li,
  section.content > div.articleBig div.article ol li {
    list-style-type: none;
  }
  section.content > div.vertical > div.content div.details > ul li ul {
    flex-direction: row;
  }
  section.content > div.vertical > div.content div.details > ul li ul li:last-child {
    display: none;
  }
  section.content div.big-container {
    display: none;
  }
  footer {
    padding: 0;
  }
  footer div.container {
    width: 100%;
    flex-wrap: wrap;
  }
  footer div.container div {
    width: 100%;
    text-align: center;
    margin: 35px 0 0;
  }
  footer div.container.top > div:first-child {
    width: 100%;
    margin: 0 0 80px;
  }
  footer div.container.top div {
    width: 33%;
    margin: 0;
  }
  footer div.container.top img {
    margin: auto;
  }
  footer div.container.bottom div ul li {
    line-height: 26px;
  }
  footer:before,
  footer:after {
    display: none;
  }
}
@media (max-width: 999px) {
  section.content div.breadcrumb ul {
    padding: 20px 0;
  }
  section.content div.breadcrumb ul li {
    display: inline-block;
    padding: 4px 0;
    width: 100%;
    line-height: 18px;
  }
  section.content div.breadcrumb ul li a:after {
    display: none;
  }
  section.content div.content.boutiqueView div.boutiques.list > div {
    width: 50%;
  }
  section.content div.content.boutiqueView div.boutique.mainPictures {
    padding: 0;
    flex-direction: column;
  }
  section.content div.content.boutiqueView div.boutique.mainPictures img {
    position: inherit;
    margin: 0 0 20px!important;
    width: 100%;
    height: inherit;
  }
  section.content div.content.boutiqueView div.coordonnees div.bloc {
    width: 100%;
    margin: 0 0 20px;
  }
  section.content div.content.boutiqueView div.coordonnees div.bloc > div {
    text-align: center;
    width: 100%;
  }
  section.content div.content.boutiqueView div.coordonnees div.bloc:last-child {
    margin: 0;
  }
  section.content div.content.boutiqueView div.grid > div.big {
    width: 100%;
  }
  section.content div.content.boutiqueView div.grid > div.big:first-child {
    margin: 0 0 30px;
  }
  section.content div.content.boutiqueView div.grid.list > div {
    width: 50%;
  }
  section.content div.content div.article.wide div.text-center {
    padding: 0 20px;
  }
  section.content > div.vertical {
    flex-direction: column;
  }
  section.content > div.vertical > div.map {
    order: 2;
    width: 100%;
    height: 500px;
    position: relative;
    top: 0;
  }
  section.content > div.vertical > div.content {
    order: 1;
    width: 100%;
    margin: 0;
    flex: 1;
  }
}
@media (max-width: 799px) {
  body header div.center div.logo {
    width: 190px;
    padding: 10px 0 0;
  }
  body header div.center div.logo a img {
    width: 190px;
  }
  body section.content div.hero div.vertical h1 {
    font-size: 26px;
    line-height: 30px;
    padding: 10px 0 25px;
    margin: 0;
  }
  body section.content div.contact div.container div.col-6,
  body section.content div.contact div.container div.col-4 {
    width: 100%;
  }
  body section.content div.content.boutiqueView div.boutiques.list > div {
    width: 100%;
  }
  body section.content div.content.boutiqueView div.grid.list > div {
    width: 100%;
  }
  body section.content div.content.boutiqueView div.grid.list > div a {
    width: 100%;
  }
  body section.content div.content div.article ul.portfolio {
    padding: 0;
  }
  body section.content div.content div.article ul.portfolio li {
    width: 100%;
    padding: 0 0 20px;
  }
  body section.content div.content div.sidebar div.nav {
    padding: 70px 35px;
  }
  body footer div.container div {
    width: 100%;
    margin: 15px 0;
  }
  body footer div.container.top div {
    width: 100%;
    margin: 0 0 40px;
  }
  body footer div.container.top div:first-child {
    margin: 0 0 40px;
  }
  body footer div.container.top div img {
    width: 200px;
    height: inherit;
  }
}
@media (max-width: 1599px) {
  section.content div.shop div.main div.products.cat > div.product {
    width: 33%;
  }
  section.content div.shop.category-mattress div.main div.products.cat > div.product {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  div.grey:after {
    display: none;
  }
  section.content > div.shop.product {
    width: 100%;
  }
  section.content > div.shop.product div.main {
    width: 100%;
  }
  section.content > div.shop.product div.main div.productCard div.productMain {
    width: 100%;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content {
    background-color: #eee;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.pictures {
    background-color: #eee;
  }
  section.content > div.shop.product div.main div.productCard div.productMain:after {
    display: none;
  }
  section.content > div.shop.product div.main div.productCard div.head:after {
    display: none;
  }
  section.content > div.shop.product div.main div.productCard div.head ul {
    display: block;
  }
  section.content > div.shop.product div.main div.productCard div.head ul li {
    padding: 0;
    list-style-type: none;
  }
  section.content > div.shop.product div.main div.productCard div.head ul li:last-child {
    padding: 0;
  }
  section.content > div.shop.product div.main div.productCard div.head ul li:after {
    display: none;
  }
  section.content > div.shop.product div.main div.productCard div.content div.resume {
    width: 100%;
    padding: 40px;
    margin: 0;
  }
  section.content > div.shop.product div.main div.productCard div.content div.addCart {
    padding: 30px 40px 0 40px;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice {
    padding: 20px 50px;
    width: 100%;
  }
  section.content > div.shop.product div.range > ul > li {
    width: 25%;
  }
  section.content > div.shop.product div.range > ul > li:first-child {
    display: none;
  }
  section.content > div.shop.product div.range > ul > li:last-child {
    display: none;
  }
  section.content > div.shop.category div.main div.products div.product div.support {
    opacity: 1!important;
    z-index: 0;
  }
  section.content > div.shop.category div.main div.products div.product div.support > div {
    z-index: 99999;
  }
  section.content > div.shop.category div.main div.products div.product div.support > span {
    z-index: 30;
    opacity: 1;
    bottom: 14px;
  }
  section.content > div.shop div.reinsurance {
    width: 100%;
  }
  section.content > div.shop div.reinsurance div.reviews {
    padding: 50px 40px;
    width: 100%;
  }
  section.content > div.shop div.reinsurance div.reviews:after {
    display: none;
  }
  section.content > div.shop div.reinsurance div.certificates:before {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 1240px) {
  section.content > div.shop div.main div.products.pro,
  section.content > div.shop div.main div.products.cat.pro {
    padding: 0 30px;
    width: 100%;
  }
  section.content > div.shop div.main div.products.cat,
  section.content > div.shop div.main div.products.cat.cat {
    padding: 0;
  }
  section.content > div.shop div.main div.products div.product,
  section.content > div.shop div.main div.products.cat div.product {
    width: 50%;
    margin: 0 0% 0% 0;
  }
  section.content > div.shop.categories div.main div.home-categorie div.bloc {
    width: 50%;
  }
  section.content > div.shop.categories div.main div.home-categorie div.bloc div.texte {
    ontent: center;
  }
  section.content > div.shop.categories div.main div.home-categorie div.bloc:last-child {
    padding: 0;
  }
}
@media (max-width: 1099px) {
  section.content > div.shop.product div.main div.productCard div.productMain {
    flex-direction: column;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.pictures {
    width: 100%;
    background-color: #eee;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.pictures > div {
    text-align: center;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.pictures > div:last-child {
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.pictures > div:last-child .dot {
    margin-right: 33px;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.pictures div.controls {
    left: 50%;
    margin: 0 0 0 -52px;
    width: 104px;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.pictures .slideshow-container .next,
  section.content > div.shop.product div.main div.productCard div.productMain div.pictures .slideshow-container .prev {
    display: none;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.pictures ul {
    justify-content: center;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content {
    width: 100%;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.head {
    padding: 40px;
    text-align: center;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.head ul {
    flex-flow: column;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.head div.top {
    flex-direction: column;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.head div.top h1 {
    padding: 0;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.head div.top div.note {
    justify-content: center;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.head div.price {
    width: 100%;
    justify-content: center;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.head div.price > div {
    margin: 0 15px;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.resume {
    text-align: center;
    padding: 40px;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.addCart {
    background: none;
    margin: 0;
    padding: 40px;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice {
    padding: 0 0 25px;
    flex-direction: column;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div {
    width: 100%;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.pictures {
    width: 100%;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.pictures.last {
    display: none;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.matterAdvice {
    width: 100%;
    padding: 0 40px 40px;
    float: left;
    display: block;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.matterAdvice h1,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.matterAdvice h2,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.matterAdvice h3,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.matterAdvice p,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.matterAdvice ul,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.matterAdvice li {
    text-align: center;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.matterAdvice li {
    list-style-type: none;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.matterAdvice h3:before {
    display: none;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs2 {
    padding: 0;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs > ul,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs2 > ul {
    text-align: center;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs div.ui-tabs-panel,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs2 div.ui-tabs-panel {
    width: 100%;
    padding: 40px;
    float: left;
    display: block;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs div.ui-tabs-panel h1,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs2 div.ui-tabs-panel h1,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs div.ui-tabs-panel h2,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs2 div.ui-tabs-panel h2,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs div.ui-tabs-panel h3,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs2 div.ui-tabs-panel h3,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs div.ui-tabs-panel p,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs2 div.ui-tabs-panel p,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs div.ui-tabs-panel ul,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs2 div.ui-tabs-panel ul,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs div.ui-tabs-panel li,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs2 div.ui-tabs-panel li {
    text-align: center;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs div.ui-tabs-panel li,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs2 div.ui-tabs-panel li {
    list-style-type: none;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs div.ui-tabs-panel h3:before,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs2 div.ui-tabs-panel h3:before {
    display: none;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs div.ui-tabs-panel div.description ul li,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs2 div.ui-tabs-panel div.description ul li {
    flex-direction: column;
  }
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs div.ui-tabs-panel div.description ul li span,
  section.content > div.shop.product div.main div.productCard div.teamAdvice > div.block-tabs > div#tabs2 div.ui-tabs-panel div.description ul li span {
    width: 100%;
    text-align: center;
  }
  section.content > div.shop.product div.main div.productCard div.reinsurance div.certificates:before {
    display: none;
  }
  section.content > div.shop.product div.main div.productCard div.reinsurance div.certificates ul li {
    padding: 10px 0;
  }
  section.content > div.shop.product div.main div.productCard div.reinsurance div.certificates ul li a:hover {
    top: 0;
  }
  section.content > div.shop.product div.main div.productCard div.reinsurance div.certificates ul li a:hover img {
    opacity: 1;
  }
  section.content > div.shop.product div.main div.productCard div.reinsurance div.certificates ul li a:hover h3 {
    opacity: 1;
  }
  section.content > div.shop.product div.main div.productCard div.reinsurance div.certificates ul li a:hover div {
    display: none;
  }
}
@media (min-width: 800px) {
  div.toggleSidebar,
  div.toggleFilters {
    display: none;
  }
}
@media (max-width: 799px) {
  section.content {
    padding: 0;
  }
  section.content > div.shop {
    flex-direction: column;
    padding: 0;
  }
  section.content > div.shop div.breadcrumb li {
    padding: 4px 0;
  }
  section.content > div.shop div.sidebar {
    width: 100%;
    padding: 30px;
    background-color: #eee;
    position: relative;
  }
  section.content > div.shop div.sidebar > ul.back-catalogue {
    display: none;
  }
  section.content > div.shop div.sidebar > ul.categories {
    display: none;
  }
  section.content > div.shop div.sidebar > ul.categories li {
    text-align: center;
  }
  section.content > div.shop div.sidebar > ul.categories li.active {
    text-align: center;
    padding: 20px 0;
  }
  section.content > div.shop div.sidebar > ul.hidden {
    display: none;
  }
  section.content > div.shop div.sidebar > ul.visible {
    display: block;
    position: fixed;
    top: 117px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #55575a;
    z-index: 9999999;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  section.content > div.shop div.sidebar > ul.visible li a {
    color: white;
  }
  section.content > div.shop div.sidebar > ul.visible div.closed {
    display: block;
    font-size: 40px;
    color: white;
    right: 50px;
    top: 50px;
    background-color: white;
    color: #909090;
    padding: 30px;
    text-align: center;
    margin: 0 0 40px;
    cursor: pointer;
  }
  section.content > div.shop div.sidebar > ul.visible div.closed:hover {
    opacity: 0.9;
  }
  section.content > div.shop div.sidebar div.toggleSidebar {
    font-size: 28px;
    padding: 0 0 5px;
    letter-spacing: 3px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #6f6e6e;
    cursor: pointer;
  }
  section.content > div.shop div.sidebar div.toggleSidebar i {
    margin: 0 10px 0 0;
    font-size: 34px;
    color: #909090;
  }
  section.content > div.shop div.sidebar div.toggleFilters {
    font-size: 28px;
    padding: 0 0 5px;
    letter-spacing: 3px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #6f6e6e;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
  }
  section.content > div.shop div.sidebar div.toggleFilters i {
    margin: 0 10px 0 0;
    font-size: 34px;
    color: #909090;
  }
  section.content > div.shop div.closed {
    display: none;
  }
  section.content > div.shop div.main {
    padding: 30px 0;
    width: 100%;
  }
  section.content > div.shop div.main div.hero {
    text-align: center;
  }
  section.content > div.shop div.main div.filters {
    display: none;
    position: relative;
  }
  section.content > div.shop div.main div.filters.visible {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 117px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #55575a;
    z-index: 9999999;
    padding: 0;
    overflow-y: scroll;
  }
  section.content > div.shop div.main div.filters.visible div.closed {
    display: block;
    font-size: 40px;
    color: white;
    right: 50px;
    top: 50px;
    background-color: white;
    color: #909090;
    padding: 30px;
    text-align: center;
    margin: 0 0 20px;
    cursor: pointer;
  }
  section.content > div.shop div.main div.filters.visible div.closed:hover {
    opacity: 0.9;
  }
  section.content > div.shop div.main div.filters.visible div.filter {
    padding: 0 30px;
    width: 100%;
    margin: 0 0 20px;
    position: relative;
  }
  section.content > div.shop div.main div.filters.visible div.filter ul {
    border: none;
    background: none;
    text-align: center;
    padding: 0;
  }
  section.content > div.shop div.main div.filters.visible div.filter ul li {
    margin: 0;
    padding: 20px 0;
    color: white;
    font-size: 24px;
  }
  section.content > div.shop div.main div.filters.visible div.filter ul i {
    display: none;
  }
  section.content > div.shop div.main div.filters.visible div.filter ul > ul {
    display: block;
    position: relative;
    opacity: 1;
    height: inherit;
    top: inherit;
  }
  section.content > div.shop div.main div.filters.visible div.filter ul > ul li {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 15px;
    opacity: 1;
    color: #e0e0e0;
  }
  section.content > div.shop div.main div.filters.visible div.filter ul > ul li input {
    height: 16px;
    width: 16px;
  }
  section.content > div.shop div.main div.filters.visible div.filter ul > ul li:last-child {
    padding: 0;
  }
  section.content > div.shop div.main div.filters.visible div.filter div.choices {
    display: none;
    background: none;
    padding: 0 0 30px;
    justify-content: center;
  }
  section.content > div.shop div.main div.filters.visible div.filter div.choices div {
    color: white;
  }
  section.content > div.shop div.main div.filters.visible div.filter div.choices div:hover {
    background: none;
    opacity: 0.5;
  }
  section.content > div.shop div.main div.filters.hidden {
    display: none;
  }
  section.content > div.shop div.main div.products div.product {
    width: 100%;
  }
  section.content > div.shop div.main div.products.cat {
    padding: 0 30px;
  }
  section.content > div.shop.categories div.main div.home-categorie div.bloc {
    width: 100%;
  }
  section.content > div.shop.category div.main {
    padding: 40px 0 30px 0;
  }
  section.content > div.shop.category div.main div.filters div.filter > ul i {
    right: 10px;
  }
  section.content > div.shop.category div.main div.products > div.product,
  section.content > div.shop.category div.main div.products.cat > div.product {
    width: 100%;
    margin: 0 0 40px!important;
  }
  section.content > div.shop.category div.main div.products > div.product div.card,
  section.content > div.shop.category div.main div.products.cat > div.product div.card {
    padding: 10px 30px 0;
  }
  section.content > div.shop.category div.main div.products > div.product:last-child,
  section.content > div.shop.category div.main div.products.cat > div.product:last-child {
    margin: 0!important;
  }
  section.content > div.shop.category div.main div.home-categorie > div.categories {
    flex-direction: column;
    margin: 30px 0 0;
  }
  section.content > div.shop.category div.main div.home-categorie > div.categories div.bloc {
    margin: 0 0 40px;
  }
  section.content > div.shop.category div.main div.home-categorie > div.categories div.bloc a div.texte {
    padding: 0 40px;
  }
  section.content > div.shop.category div.main div.home-categorie > div.categories div.bloc:last-child {
    margin: 0;
  }
  section.content > div.shop.category.categories div.main > div.subTitle,
  section.content > div.shop.category.categories div.main > div.products {
    display: none;
  }
  section.content > div.shop.product div.main {
    padding: 0 0 40px;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.pictures ul.thumbs li:nth-child(n+5) {
    display: none;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.addCart div.declinaison div.quantity {
    margin: 0 0 20px;
    width: 100%;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.addCart div.declinaison div.dimensions {
    margin: 0 0 20px;
    width: 100%;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.addCart div.declinaison div.dimensions div.size {
    text-align: center;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.addCart div.declinaison div.modele > div {
    display: flex;
    justify-content: center;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.addCart div.declinaison div.declinaisonInputs {
    flex-direction: column;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.addCart div.declinaison div.declinaisonInputs div.qty_container {
    width: 100%;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.addCart div.declinaison div.declinaisonInputs div.qty_container div {
    width: 100%;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.addCart div.declinaison div.declinaisonInputs div {
    margin: 0 0 15px;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.addCart div.declinaison div.declinaisonInputs div span {
    text-align: center;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.addCart div.declinaison label.labelOptions {
    text-align: center;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.addCart div.declinaison div.declinaisonOptions {
    flex-direction: column;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.addCart div.declinaison div.declinaisonOptions > div {
    justify-content: center;
    margin: 0 0 15px;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.addCart div.declinaison div.declinaisonOptions > div label strong {
    display: inline;
  }
  section.content > div.shop.product div.main div.productCard div.productMain div.content div.addCart div.declinaison div.declinaisonOptions > div:last-child {
    margin: 0;
  }
  section.content > div.shop.product div.main div.productCard div.video {
    display: none;
  }
  section.content > div.shop.product div.range > div.nav ul li {
    background-color: #343434;
  }
  section.content > div.shop.product div.range > ul > li {
    width: 100%;
    display: none;
    background-color: #343434;
  }
  section.content > div.shop.product div.range > ul > li.active {
    display: flex;
    background-color: #343434;
  }
  section.content > div.shop div.reinsurance {
    width: 100%;
    float: left;
  }
  section.content > div.shop div.reinsurance div.certificates ul {
    flex-direction: column;
  }
  section.content > div.shop div.reinsurance div.certificates ul li {
    padding: 10px 30px!important;
    margin: 0 auto;
    max-width: inherit;
    width: 100%;
  }
  section.content > div.shop div.reinsurance div.certificates ul li a {
    float: left;
    width: 100%;
    text-align: center;
  }
  section.content > div.shop div.reinsurance div.certificates ul li a div {
    position: relative;
    opacity: 1;
  }
  section.content > div.shop div.reinsurance div.certificates ul li a:hover {
    top: 0;
  }
  section.content > div.shop div.reinsurance div.certificates ul li a:hover h3 {
    opacity: 1;
  }
  section.content > div.shop div.reinsurance div.certificates ul li a:hover img {
    opacity: 1;
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  section.content > div.shop div.reinsurance div.reviews {
    padding: 50px 0 20px;
  }
  section.content > div.shop div.reinsurance div.reviews div.boutique {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  section.content > div.shop div.reinsurance div.reviews div.boutique h5 {
    font-size: 26px;
    margin: 0 0 20px;
  }
  section.content > div.shop div.reinsurance div.reviews div.avis {
    display: none;
  }
  section.content > div.shop div.coupe-matelas {
    margin: 20px 0 0;
  }
  section.content > div.shop div.coupe-matelas div {
    width: 100%;
  }
  section.content > div.shop div.coupe-matelas div.texte {
    padding: 50px 50px 0;
  }
}
@media (max-width: 599px) {
  section.content div.shop.product div.main div.productCard div.productMain div.content div.head div.price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0 0;
  }
  section.content div.shop.product div.main div.productCard div.productMain div.content div.head div.price div.availability {
    width: 100%;
    margin: 20px 0 0;
    padding: 60px 0 0;
    border-top: 1px solid #727884;
  }
  section.content div.shop.product div.main div.productCard div.productMain div.content div.head div.price div.availability span {
    text-align: center;
  }
  section.content div.shop.product div.main div.productCard div.productMain div.content div.head div.price div.availability:before {
    left: calc(50% - 13px);
    top: 18px;
  }
  section.content div.shop.product div.main div.productCard div.productMain div.content div.head div.price div.availability:after {
    left: calc(50% - 17px);
    top: 14px;
  }
  section.content div.shop.product div.main div.productCard div.productMain div.content div.head div.price div.conception {
    padding: 15px 0 0;
  }
}
@media (max-width: 499px) {
  section.content div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele {
    flex-direction: column;
  }
  section.content div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele > div {
    width: 100%;
    margin: 0 0 10px;
  }
  section.content div.shop.product div.main div.productCard div.productMain div.addCart div.declinaison div.modele > div:first-child {
    border-right: 1px solid #ddd;
  }
}
@media (max-width: 1240px) {
  section.content {
    width: 100%;
  }
  section.content .slideshow-container .mySlides > div.slideshow {
    height: calc(100vh - 125px);
    width: 100%;
  }
  section.content .slideshow-container .mySlides > div.slideshow:before {
    width: 100%;
    opacity: 0.5;
  }
  section.content .slideshow-container .mySlides > div.slideshow div.slide {
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  section.content .slideshow-container .mySlides > div.slideshow div.slide div.content {
    left: 0;
  }
  section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center {
    padding: 0 50px 100px 100px;
    height: calc(100vh - 125px);
    width: 100%;
  }
  section.content .slideshow-container .mySlides > div.slideshow div.slide img {
    height: calc(100vh - 125px);
    left: initial;
    right: initial;
  }
  section.content > div.presentation > div.container {
    width: 100%;
    padding: 50px 0 120px;
  }
  section.content > div.presentation > div.container div.categories.home {
    margin: 0;
  }
  section.content > div.presentation > div.container div.categories.home > div {
    padding: 0;
  }
  section.content > div.presentation > div.container div.categories.home > div div.promotionEte {
    top: inherit;
    bottom: 290px;
  }
  section.content > div.presentation > div.container div.categories.home > div div.promotionEte:before {
    display: none;
  }
  section.content > div.presentation > div.container div.categories.home > div div.promotionEte > span {
    margin: 40px 0 0 0;
    position: relative;
  }
  section.content > div.presentation > div.container div.categories.home > div div.promotionEte > span:after {
    left: inherit;
    top: -26px;
    height: 90px;
    width: 90px;
  }
  section.content > div.presentation > div.container div.categories.home > div div.promotionEte p {
    text-align: center;
    padding: 30px 0 0 0;
  }
  section.content > div.presentation > div.container div.categories.events {
    margin: 0;
  }
  section.content > div.presentation > div.container div.categories.events > div:first-child {
    padding: 0 20px 0 40px;
  }
  section.content > div.presentation > div.container div.categories.events > div:last-child {
    padding: 0 40px 0 20px;
  }
  section.content > div.presentation.news > div.container {
    padding: 35px 0 100px;
  }
  section.content div.matelasHome {
    width: 100%;
    margin: 0 0 100px;
  }
  section.content div.matelasHome > div {
    left: 0;
    width: 100%;
  }
  section.content div.matelasHome > div div.content {
    width: 100%;
    left: 0;
  }
  section.content div.matelasHome > div div.content > div.center {
    padding: 70px 35px 0 35px;
    width: 100%;
    position: relative;
  }
  section.content div.matelasHome > div div.content > div.center h3,
  section.content div.matelasHome > div div.content > div.center h4,
  section.content div.matelasHome > div div.content > div.center a {
    position: relative;
    text-align: center;
    z-index: 10000;
    width: 100%;
  }
  section.content div.matelasHome > div div.content > div.center a {
    margin: 30px auto 0;
    width: -moz-max-content;
    width: max-content;
  }
  section.content div.matelasHome > div div.content > div.center:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: #40444f;
  }
  section.content div.matelasHome > div img {
    top: 100px;
  }
}
@media (max-width: 999px) {
  section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center {
    padding: 0 100px 100px;
  }
  section.content .slideshow-container .mySlides > div.slideshow div.slide img {
    left: initial;
    right: -30%;
  }
  section.content > div.presentation div.container {
    padding: 50px 0;
  }
  section.content > div.presentation div.container div.biosense {
    margin: 0 auto;
  }
  section.content > div.presentation div.categories.home {
    display: none;
  }
  section.content > div.presentation.news div.container div.categories.events > div:first-child {
    padding: 0;
    width: 100%;
    margin: 0 0 50px;
  }
  section.content > div.presentation.news div.container div.categories.events > div:last-child {
    padding: 0;
    width: 100%;
  }
  section.content > div.shop div.reinsurance.home {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 799px) {
  section.content .slideshow-container .mySlides > div.slideshow {
    height: 65vh;
  }
  section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center {
    height: 65vh;
    padding: 0;
  }
  section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.left h2 {
    padding: 0 30px 30px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.left h3 {
    padding: 0 30px;
    font-size: 18px;
    line-height: 22px;
    display: none;
  }
  section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.left p {
    text-align: center;
    margin: 0;
  }
  section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.left h3 {
    display: none;
  }
  section.content .slideshow-container .mySlides > div.slideshow div.slide div.content div.center div.left a {
    text-align: center;
    padding: 30px;
    border-radius: 0;
    width: 100%!important;
  }
  section.content .slideshow-container .mySlides > div.slideshow div.slide img {
    height: 65vh;
  }
  section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left h2 {
    font-size: 50px;
    width: 100%;
  }
  section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left a {
    width: 100%;
  }
  section.content > div.presentation div.categories > div {
    width: 100%;
  }
  section.content > div.presentation div.biosense p strong a {
    display: inline-block;
  }
}
@media (max-width: 559px) {
  section.content .slideshow-container .mySlides > div.slideshow div.slide.promotionEte div.content div.center div.left h1 {
    font-size: 40px;
    line-height: 40px;
  }
  section.content > div.matelasHome {
    margin: 0;
    background-color: #40444f;
    height: inherit;
  }
  section.content > div.matelasHome > div {
    position: relative;
  }
  section.content > div.matelasHome > div div.content {
    position: relative;
  }
  section.content > div.matelasHome > div div.content div.center {
    height: inherit;
    padding: 70px 35px;
  }
  section.content > div.matelasHome > div div.content div.center:after {
    display: none;
  }
  section.content > div.matelasHome > div img {
    display: none;
  }
}
body.mainNavRwd {
  overflow: hidden;
}
@media (max-width: 1240px) {
  body header.mainNavRwd {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    background: #3d424d;
    z-index: 10000;
    padding: 0;
  }
  body header.mainNavRwd > div.center {
    position: fixed;
    height: 88%;
    width: 100%;
    top: 100px;
  }
  body header.mainNavRwd > div.center div.logo {
    display: none;
  }
  body header.mainNavRwd > div.center ul.main_nav {
    display: block;
    opacity: 1;
    padding: 30px 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    justify-content: start;
    background: #3d424d;
    background: linear-gradient(180deg, #3d424d 0%, #637495 100%);
  }
  body header.mainNavRwd > div.center ul.main_nav li {
    text-align: left;
    display: block;
    display: flex;
    padding: 40px 0;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body header.mainNavRwd > div.center ul.main_nav li a {
    color: white;
    padding: 0 0 20px;
    font-weight: 700;
  }
  body header.mainNavRwd > div.center ul.main_nav li > div {
    display: block;
    position: relative;
    background-color: inherit;
    width: 100%;
    left: 0;
    top: inherit;
    box-shadow: none;
  }
  body header.mainNavRwd > div.center ul.main_nav li > div ul {
    display: block;
    width: 100%;
    background-color: inherit;
    padding: 0;
  }
  body header.mainNavRwd > div.center ul.main_nav li > div ul:last-child {
    background: none!important;
  }
  body header.mainNavRwd > div.center ul.main_nav li > div ul li {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    background-position: 15px center;
    padding: 10px 0!important;
    border-bottom: none;
  }
  body header.mainNavRwd > div.center ul.main_nav li > div ul li a {
    color: white;
    font-size: 16px;
    text-transform: inherit;
    font-weight: 500;
    letter-spacing: 1.5px;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  body header.mainNavRwd > div.center ul.main_nav li > div ul li a span {
    display: none;
  }
  body header.mainNavRwd > div.center ul.main_nav li > div ul li ul {
    display: none;
  }
  body header.mainNavRwd > div.center ul.main_nav li > div ul li:hover {
    padding: 20px 0;
  }
  body header.mainNavRwd > div.center ul.main_nav li > div ul li:last-child {
    padding: 20px 0;
    border: none;
  }
  body header.mainNavRwd > div.center ul.main_nav li > div ul li:last-child:hover {
    padding: 20px 0;
  }
  body header.mainNavRwd > div.center ul.main_nav li > div ul:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    background-color: #626366;
  }
  body header.mainNavRwd > div.center ul.main_nav li > div ul:last-child li {
    height: 100%;
    align-content: space-between;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body header.mainNavRwd > div.small_nav {
    top: 0;
    display: none;
  }
  body header.mainNavRwd > div.small_nav ul {
    display: block;
  }
  body header.mainNavRwd > ul.left {
    display: none;
  }
  body header.mainNavRwd > ul.right {
    position: fixed;
    right: 0;
    width: 100%;
    height: 100px;
    flex-direction: row;
    box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.15);
  }
  body header.mainNavRwd > ul.right li {
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
  }
  body header.mainNavRwd > ul.right li:last-child {
    border: none;
  }
  body header.mainNavRwd > ul.right li a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  body header.mainNavRwd > ul.right li.icon_cart {
    margin: 0;
    padding: 0 10px 0 0;
  }
  body header.mainNavRwd > ul.right li.icon_cart span {
    background: #b4c0c0;
    border: 4px solid #3d424d;
    color: #3d424d;
    font-weight: 800;
    bottom: calc(50% - 35px);
    left: calc(50% - -5px);
  }
  body header.mainNavRwd > ul.right li.icon_nav a div.hamb {
    height: 0px;
  }
  body header.mainNavRwd > ul.right li.icon_nav a div.hamb:before {
    transform: rotate(45deg);
    top: 0;
  }
  body header.mainNavRwd > ul.right li.icon_nav a div.hamb:after {
    transform: rotate(-45deg);
    top: 0;
  }
}
@media (max-width: 799px) {
  body header.mainNavRwd > ul.right li.icon_shop {
    display: none;
  }
}
@media (min-width: 1601px) {
  body header > ul.left {
    top: 129px;
  }
  body header > ul.right {
    top: 129px;
  }
}
@media (max-width: 1600px) {
  body header > ul.left {
    top: 106px;
  }
  body header > ul.right {
    top: 106px;
  }
}
@media (min-width: 1240px) {
  body > div.topper {
    padding: 17px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: sticky;
    z-index: 999999;
    background: #8e99ad;
  }
  body > div.topper p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: white;
  }
  body > div.topper p strong {
    font-weight: 700;
    font-size: 15px;
  }
  body > div.topper a {
    color: white;
  }
  body > div.topper.promotionEte {
    background: #c76821;
  }
  body header {
    top: 74px;
  }
  body header.fixedHeader {
    top: 0;
  }
  body section.content {
    margin: 180px 0 0;
  }
}
@media (max-width: 1239px) {
  body > div.topper {
    display: none;
  }
}
a {
  text-decoration: none;
  color: #909090;
}
strong {
  font-weight: 700;
}
body {
  margin: 0;
  padding: 0;
}
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-12 {
  float: left;
  padding: 0 30px;
  margin: 0 auto;
}
.col-md-3 img,
.col-md-4 img,
.col-md-6 img,
.col-md-8 img,
.col-md-12 img {
  width: 100%;
}
.col-md-3 {
  width: 25%;
}
.col-md-4 {
  width: 33.33%;
}
.col-md-6 {
  width: 50%;
}
.col-md-8 {
  width: 66.66%;
  float: left;
}
.col-md-12 {
  width: 100%;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.nopadding {
  padding: 0!important;
}
.f-column {
  flex-direction: column!important;
}
.none {
  display: none;
}
.p-top-0 {
  padding-top: 0!important;
}
.p-top-10 {
  padding-top: 10px!important;
}
.p-top-20 {
  padding-top: 20px!important;
}
.p-top-30 {
  padding-top: 30px!important;
}
.p-top-40 {
  padding-top: 40px!important;
}
.p-top-50 {
  padding-top: 50px!important;
}
.p-top-60 {
  padding-top: 60px!important;
}
.p-top-70 {
  padding-top: 70px!important;
}
.p-top-80 {
  padding-top: 80px!important;
}
.p-top-90 {
  padding-top: 90px!important;
}
.p-top-100 {
  padding-top: 100px!important;
}
.p-bottom-10 {
  padding-bottom: 10px!important;
}
.p-bottom-20 {
  padding-bottom: 20px!important;
}
.p-bottom-30 {
  padding-bottom: 30px!important;
}
.p-bottom-40 {
  padding-bottom: 40px!important;
}
.p-bottom-50 {
  padding-bottom: 50px!important;
}
.p-bottom-60 {
  padding-bottom: 60px!important;
}
.p-bottom-70 {
  padding-bottom: 70px!important;
}
.p-bottom-80 {
  padding-bottom: 80px!important;
}
.p-bottom-90 {
  padding-bottom: 90px!important;
}
.p-bottom-100 {
  padding-bottom: 100px!important;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.availability.red:before {
  background-color: #aab5d4;
}
section.content > div.shop.product div.main div.productCard div.productMain div.head div.price div.availability.green:before {
  background-color: #48d888;
}
.call_to_action {
  padding: 15px 20px;
  margin: 0;
  display: inline-block;
}
.call_to_action a {
  color: white;
  background: #4b5363;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 5px;
}

