.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

.icon-sprite, .icon-arrow-left-red, .icon-arrow-right-green, .icon-arrow-right-red, .icon-arrow-right-white, .icon-flag-en, .icon-flag-fr {
  background-image: url('/images/icon-s0a550d82cf.png');
  background-repeat: no-repeat;
}

.icon-arrow-left-red {
  background-position: 0 0;
  height: 48px;
  width: 31px;
}

.icon-arrow-right-green {
  background-position: 0 -58px;
  height: 33px;
  width: 22px;
}

.icon-arrow-right-red {
  background-position: 0 -101px;
  height: 48px;
  width: 31px;
}

.icon-arrow-right-white {
  background-position: 0 -159px;
  height: 33px;
  width: 22px;
}

.icon-flag-en {
  background-position: 0 -202px;
  height: 18px;
  width: 28px;
}

.icon-flag-fr {
  background-position: 0 -230px;
  height: 18px;
  width: 28px;
}

img, iframe {
  max-width: 100%;
}

#at3winshare-iframe {
  height: inherit;
}

@media \0screen {
  img {
    width: auto;
  }
}
html {
  height: 100%;
}

body {
  min-height: 100%;
}

.iframewrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.iframewrap embed,
.iframewrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.more:hover, .continue:hover {
  text-decoration: underline;
}

*, *:after, *:before, input[type="text"], input[type="email"], select {
  box-sizing: border-box;
}

html {
  height: 100%;
}

strong {
  font-family: 'pt_sansbold';
}

input[type='text'],
input[type='email'],
input[type='search'],
input[type='number'],
input[type='submit'],
input[type='button'].submit,
input[type='password'],
textarea {
  font-family: 'MuseoSans500Regular';
  -webkit-appearance: none;
  color: #69646a;
  font-size: 11px;
  border: 1px solid #dadada;
  background-color: #dadada;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 1px 6px;
}
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='submit']::-webkit-input-placeholder,
input[type='button'].submit::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: 'MuseoSans500Regular';
  color: #69646a;
  opacity: 1;
}
input[type='text']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='submit']:-moz-placeholder,
input[type='button'].submit:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: 'MuseoSans500Regular';
  color: #69646a;
  opacity: 1;
}
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='submit']::-moz-placeholder,
input[type='button'].submit::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: 'MuseoSans500Regular';
  color: #69646a;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='submit']:-ms-input-placeholder,
input[type='button'].submit:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: 'MuseoSans500Regular';
  color: #69646a;
  opacity: 1;
}
input[type='text'].error::-webkit-input-placeholder,
input[type='email'].error::-webkit-input-placeholder,
input[type='search'].error::-webkit-input-placeholder,
input[type='number'].error::-webkit-input-placeholder,
input[type='submit'].error::-webkit-input-placeholder,
input[type='button'].submit.error::-webkit-input-placeholder,
input[type='password'].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: red;
}
input[type='text'].error:-moz-placeholder,
input[type='email'].error:-moz-placeholder,
input[type='search'].error:-moz-placeholder,
input[type='number'].error:-moz-placeholder,
input[type='submit'].error:-moz-placeholder,
input[type='button'].submit.error:-moz-placeholder,
input[type='password'].error:-moz-placeholder,
textarea.error:-moz-placeholder {
  color: red;
}
input[type='text'].error::-moz-placeholder,
input[type='email'].error::-moz-placeholder,
input[type='search'].error::-moz-placeholder,
input[type='number'].error::-moz-placeholder,
input[type='submit'].error::-moz-placeholder,
input[type='button'].submit.error::-moz-placeholder,
input[type='password'].error::-moz-placeholder,
textarea.error::-moz-placeholder {
  color: red;
}
input[type='text'].error:-ms-input-placeholder,
input[type='email'].error:-ms-input-placeholder,
input[type='search'].error:-ms-input-placeholder,
input[type='number'].error:-ms-input-placeholder,
input[type='submit'].error:-ms-input-placeholder,
input[type='button'].submit.error:-ms-input-placeholder,
input[type='password'].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: red;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='submit']:focus,
input[type='button'].submit:focus,
input[type='password']:focus,
textarea:focus {
  outline: 2px solid #00d6d3;
}

select {
  font-family: 'MuseoSans500Regular';
  -webkit-appearance: none;
  color: #69646a;
  font-size: 11px;
  border: 1px solid #dadada;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
select.error::-webkit-input-placeholder {
  color: red;
}
select.error:-moz-placeholder {
  color: red;
}
select.error::-moz-placeholder {
  color: red;
}
select.error:-ms-input-placeholder {
  color: red;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type='submit'], .btn {
  border: 2px solid #fa565c;
  background-color: #ffffff;
  color: #fa565c;
  text-transform: uppercase;
  cursor: pointer;
  padding: 6px 10px 7px;
  min-width: 102px;
  text-align: center;
  font-family: 'MuseoSans500Regular';
  font-size: 13px;
  line-height: inherit;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
input[type='submit'].alt, .btn.alt {
  border: 2px solid #69646a;
  color: #69646a;
}
input[type='submit'].alt-light, .btn.alt-light {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #fa565c;
}
input[type='submit'].alt-red, .btn.alt-red {
  border-color: #ffffff;
  background-color: #fa565c;
  color: #ffffff;
}

.no-touch input[type='submit']:hover, .no-touch .btn:hover {
  background-color: #fa565c;
  color: #ffffff;
}
.no-touch input[type='submit'].alt:hover, .no-touch .btn.alt:hover {
  background-color: #69646a;
}
.no-touch input[type='submit'].alt-light:hover, .no-touch .btn.alt-light:hover {
  background-color: #fa565c;
  color: #ffffff;
}
.no-touch input[type='submit'].alt-red:hover, .no-touch .btn.alt-red:hover {
  background-color: #ffffff;
  color: #fa565c;
}

.touch input[type='submit']:active, .touch input[type='submit']:focus, .touch .btn:active, .touch .btn:focus {
  background-color: #fa565c;
  color: #ffffff;
}
.touch input[type='submit'].alt:active, .touch input[type='submit'].alt:focus, .touch .btn.alt:active, .touch .btn.alt:focus {
  background-color: #69646a;
}

@media only screen and (min-width: 768px) {
  input[type='submit'], .btn {
    padding: 10px 10px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1300px) {
  input[type='submit'], .btn {
    padding: 10px 10px;
    font-size: 18.84px;
  }
}
.btn.big {
  width: 100%;
  font-size: 15px;
  padding: 13px 0px;
  margin: 0 auto;
  max-width: 368px;
}

.selectmenu-wrapper label {
  text-transform: uppercase;
  font-size: 13px;
  padding-right: 21px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}
.selectmenu-wrapper select {
  height: 29px;
  min-width: 186px;
}

.ta-center {
  text-align: center;
}

.tt-uppercase {
  text-transform: uppercase;
}

.dblarrow {
  margin-left: -25px;
  background-color: #69646a;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  text-align: center;
  position: relative;
}

.dblarrow i {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -6px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

select.choose_state {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-border-radius: 0px;
  padding-right: 21px;
  height: 25px;
  border: 1px solid #dadada;
  background: #ffffff url("/images/bg-selectmenu.gif") no-repeat scroll right center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
select.choose_state option:hover, select.choose_state option:active, select.choose_state option::selection {
  background-color: #69646a;
}
select.choose_state::-ms-expand {
  display: none;
}
select.choose_state:focus {
  outline: 2px solid #00d6d3;
}

@media only screen and (min-width: 1300px) {
  select.choose_state {
    height: 28px;
  }
}
a {
  color: #fa565c;
}

button {
  border: 0 none;
  background-color: transparent;
}

.mixed-field {
  position: relative;
}
.mixed-field .field {
  padding-right: 32px;
  width: 100%;
  padding-left: 6px;
}
.mixed-field .ok {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.vcard .type {
  display: none;
}
.vcard address {
  margin-bottom: 8px;
}

.mini.btn {
  min-width: 0;
}

.clear {
  clear: both;
  display: block;
  height: 0;
}

.altbtn {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  text-align: center;
  line-height: 12px;
  padding: 0;
  margin-top: 0px;
  margin-left: -10px;
  background-color: #dadada;
  cursor: pointer;
  z-index: 1;
  position: relative;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

[type="radio"] + .altbtn {
  width: 16px;
  height: 16px;
  border: 1px solid #69646a;
  background-color: #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

[type="radio"]:checked + .altbtn:after, [type="radio"]:checked + .altbtn::after, [type="radio"]:checked + .altbtn .after {
  content: '';
  background-color: #fa565c;
  width: 16px;
  height: 16px;
  display: block;
  top: -1px;
  left: -1px;
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

[type="checkbox"]:checked + .altbtn:after {
  content: '\2713';
  color: #69646a;
}

.ie7 .altbtn {
  display: none;
}

.skin-in-radio .altbtn {
  padding: 3px;
}

input[type="radio"], input[type="checkbox"] {
  opacity: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .mobile-no {
    display: none;
  }

  .tablet-no {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .tablet-no {
    display: none;
  }
}
.resp-label {
  display: none;
}

.tbl-resp-show {
  display: none;
}

@media only screen and (max-width: 768px) {
  .responsive-table {
    display: block;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .responsive-table > thead, .responsive-table > tbody {
    display: block;
  }
  .responsive-table > thead > tr, .responsive-table > tbody > tr {
    display: block;
    border: 0 none;
    overflow: hidden;
  }
  .responsive-table > thead > tr > th, .responsive-table > thead > tr > td, .responsive-table > tbody > tr > th, .responsive-table > tbody > tr > td {
    display: block;
  }
  .responsive-table > thead > tr > td, .responsive-table > tbody > tr > td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .responsive-table > thead > tr > td:before, .responsive-table > tbody > tr > td:before {
    position: absolute;
    left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }
  .responsive-table > thead > tr > td.tbl-resp-head, .responsive-table > tbody > tr > td.tbl-resp-head {
    padding-left: 10px;
    float: left;
    z-index: 4;
  }
  .responsive-table > thead > tr > td.tbl-resp-main-head, .responsive-table > tbody > tr > td.tbl-resp-main-head {
    background-color: #dadada;
    cursor: pointer;
  }
  .responsive-table > thead > tr > td.tbl-resp-body, .responsive-table > tbody > tr > td.tbl-resp-body {
    text-align: right;
  }
  .responsive-table > thead > tr > td.tbl-resp-body.not-align, .responsive-table > tbody > tr > td.tbl-resp-body.not-align {
    text-align: left;
  }
  .responsive-table > thead > tr > td.tbl-resp-body.align-center, .responsive-table > tbody > tr > td.tbl-resp-body.align-center {
    text-align: center;
  }
  .responsive-table > thead > tr > td.tbl-resp-body.prd-name, .responsive-table > tbody > tr > td.tbl-resp-body.prd-name {
    padding-left: 92px;
  }
  .responsive-table > thead > tr > td.tbl-resp-body .resp-label, .responsive-table > tbody > tr > td.tbl-resp-body .resp-label {
    display: block;
    position: absolute;
    left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }
  .responsive-table > thead > tr > td.tbl-resp-body .resp-label.is-th, .responsive-table > tbody > tr > td.tbl-resp-body .resp-label.is-th {
    left: 0px;
    top: 0px;
    width: 60%;
    text-align: left;
    padding: 0 0 0 10px;
    line-height: 27px;
    background-color: #E8E1DB;
    font-weight: bold;
  }
  .responsive-table > thead > tr .tbl-resp-show, .responsive-table > tbody > tr .tbl-resp-show {
    display: inline-block;
  }
  .responsive-table > thead > tr .tbl-resp-hide, .responsive-table > tbody > tr .tbl-resp-hide {
    display: none;
  }
  .responsive-table > thead > tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .folded .tbl-resp-body {
    display: none;
  }

  .stock-table > tbody > tr > td[headers="stock-dispo"]::before {
    content: "Disponible";
  }
  .stock-table > tbody > tr > td[headers="stock-terme"]::before {
    content: "A therme";
  }
  .stock-table > tbody > tr > td[headers="date-reappro"]::before {
    content: "Reappro.";
  }
}
.stock-table {
  width: 100%;
}
.stock-table [headers="stock-dispo"], .stock-table [headers="stock-terme"], .stock-table [headers="date-reappro"], .stock-table [headers="details"], .stock-table [headers="in-stock"] {
  text-align: right;
}
.stock-table img {
  max-width: none;
}
.stock-table .stock-detail {
  display: none;
}

.reappro-table {
  width: 100%;
  max-width: 400px;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.icon {
  display: block;
}

.ico-pinterest, .ico-pinterest2 {
  color: #cb2027;
}

.ico-youtube-play {
  color: #bb0000;
}

.ico-twitter {
  color: #4099FF;
}

.ico-google-plus {
  color: #dd4b39;
}

.ico-mail {
  color: #69646a;
}

body {
  font-family: 'pt_sansregular', 'Arial';
  font-size: 12px;
  color: #69646a;
}
body.informations .form .inputs-blocks {
  margin-bottom: 15px;
}
body.options .form-options .lbl {
  display: inline-block;
  margin-right: 10px;
}

.img-respond {
  width: 100%;
  height: auto;
  display: block;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

#who-links, #discover-also, #greetings, #force, #reassurance, #footer-catalogue, .footer-links, #sociaux .title, #close-sidebar {
  display: none;
}

@media only screen and (min-width: 768px) {
  #who-links, #greetings, #force, #reassurance, #footer-catalogue, .footer-links, #sociaux .title, #copyright, #discover-also {
    display: block;
  }

  .switch_menu {
    display: none;
  }
}
.rupture {
  width: auto;
  padding: 0 58px;
  margin: 0 auto;
  position: relative;
}

.rupture-alt {
  padding: 0 8px;
}

@media only screen and (min-width: 768px) {
  .rupture {
    width: auto;
    padding: 0 40px;
  }

  .rupture-alt {
    padding: 0 23px;
  }
}
@media only screen and (min-width: 1300px) {
  .rupture {
    padding: 0 184px;
    max-width: 1900px;
  }

  .rupture-alt {
    padding: 0 9.89474%;
  }
}
.col-second .head {
  padding: 11px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fb787d;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
}
.col-second .menu {
  padding: 10px 20px;
  border: 1px solid #69646a;
  border-top: none medium;
  letter-spacing: 0.25px;
}
.col-second .menu li {
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
}
.col-second .menu li .btn-menu {
  padding: 8px 2px;
  color: #69646a;
  display: block;
}
.col-second .menu li a:hover {
  font-weight: 600;
}
.col-second .menu li.opened {
  color: #69646a;
  font-weight: 600;
}
.col-second .menu li.opened .btn-menu {
  color: #69646a;
}

.cms .title-n1 {
  padding-top: 0;
  margin-bottom: 10px;
}

.touch .oneinputfocus #container {
  padding-bottom: 10px;
}

#body {
  clear: both;
}

#body .padding-page {
  height: 22px;
}

#body .newness + .padding-page, #body #force + .padding-page {
  display: none;
}

.swiper-pagination, .slick-dots {
  margin-top: 8px;
  text-align: center;
  width: 100%;
  padding-bottom: 0px;
}
.swiper-pagination .swiper-pagination-switch, .swiper-pagination > li button, .slick-dots .swiper-pagination-switch, .slick-dots > li button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #dadada;
  margin-right: 5px;
  opacity: 0.8;
  cursor: pointer;
  background: #dadada;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-indent: -9999px;
}
.swiper-pagination .swiper-active-switch, .swiper-pagination .slick-active button, .slick-dots .swiper-active-switch, .slick-dots .slick-active button {
  background: #fa565c;
}

.slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .swiper-pagination {
    display: block;
  }
  .swiper-pagination::before {
    width: 204px;
    margin-left: -102px;
  }
}
@media only screen and (min-width: 1300px) {
  .swiper-pagination, .slick-dots {
    margin-top: 27px;
  }
  .swiper-pagination .swiper-pagination-switch, .swiper-pagination > li button, .slick-dots .swiper-pagination-switch, .slick-dots > li button {
    width: 12px;
    height: 12px;
  }
  .swiper-pagination::before, .slick-dots::before {
    width: 228px;
    margin-left: -114px;
  }
}
.ui-widget-overlay {
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  background-color: #69646a;
}

.ui-selectmenu-button {
  line-height: 31px;
  background: none repeat scroll 0% 0% #ffffff;
  height: 32px;
  padding: 0 30px 0 0;
  font-size: 1.1em;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.ui-selectmenu-button span.ui-icon {
  background-color: #fa565c;
  margin: 0;
  top: 0;
  right: 0;
  color: #ffffff;
  text-indent: 0;
  width: 32px;
  height: 32px;
  font-size: 27px;
  text-align: center;
  line-height: 32px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 6px 8px 0;
  border: 1px solid #cccccc;
  height: 32px;
}

.ui-selectmenu-button.defaultValue span.ui-selectmenu-text {
  color: #a8a4a9;
  font-size: 12px;
}

.ui-selectmenu-button.state-novalue span.ui-selectmenu-text {
  color: #aaaaaa;
}

.ui-selectmenu-button.error span.ui-selectmenu-text {
  border-color: #ff0000;
}

.ui-selectmenu-button:active, .ui-selectmenu-button:focus {
  outline: 0 none;
}

.ui-selectmenu-button:hover {
  text-decoration: none;
}

.ui-dialog {
  position: absolute;
  background-color: #ffffff;
  max-width: 940px;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
  display: none;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
}
.ui-dialog .head {
  background-color: #fa565c;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.4em;
  padding: 10px 38px;
}
.ui-dialog .head .ico {
  color: #fa565c;
  margin-right: 20px;
}
.ui-dialog .body {
  overflow-y: auto;
  padding: 10px 0;
}
.ui-dialog .ui-dialog-content.pop-zoom {
  overflow: hidden;
}
.ui-dialog .ui-dialog-content.pop-zoom #close-dialog {
  top: 0;
  right: 0;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
}
.ui-dialog #close-dialog {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fa565c;
  z-index: 1000;
  font-size: 15px;
  background-color: #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.ui-autocomplete {
  background-color: #ffffff;
  border: 1px solid #dadada;
  max-height: 250px;
  overflow-y: auto;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  padding: 6px 4px;
}
.ui-autocomplete .ui-menu-item.odd {
  background-color: #dadada;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
  margin: 0;
  color: #dadada;
  background-color: #69646a;
}
.ui-autocomplete .ui-state-highlight {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}

@media only screen and (min-width: 1300px) {
  .ui-dialog .head {
    font-size: 2.34417em;
    padding: 14px 20px;
  }
  .ui-dialog #close-dialog {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 26.22px;
  }
}
.selectmenu {
  font-size: 1.1em;
  vertical-align: middle;
  line-height: 2.6em;
  padding: 4px 5px;
}

.ui-selectmenu-menu .ui-menu {
  background: none repeat scroll 0% 0% #ffffff;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item, .ui-selectmenu-menu .ui-menu .ui-menu-divider {
  border: 0 none;
  font-size: 1.1em;
  padding: 5px 8px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.ui-selectmenu-menu .ui-menu .ui-menu-divider {
  text-decoration: line-through;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-disabled {
  background: none repeat scroll 0% 0% #eeeeee;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.item-novalue {
  color: #aaaaaa;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus {
  background: none repeat scroll 0% 0% #fa565c;
  color: #ffffff;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.disabled {
  background-color: #C4C4C4;
  cursor: default;
  color: #525252;
}

.ui-selectmenu-menu .ui-menu .ui-state-focus, .ui-selectmenu-menu .ui-menu .ui-state-active {
  margin: 0;
}

.actions.actions-next {
  float: right;
  overflow: hidden;
}

.paginator {
  white-space: nowrap;
}
.paginator .list-pages {
  text-align: center;
  white-space: normal;
  width: 50%;
}
.paginator .list-pages .page {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #eeeeee;
  color: #69646a;
  font-family: 'MuseoSans500Regular';
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.paginator .list-pages .page + .page {
  margin-left: 0.5rem;
}
.paginator .list-pages .page.selected {
  background-color: #fa565c;
  color: #ffffff;
}
.paginator .list-pages a:hover {
  background-color: #fb787d;
  color: #ffffff;
}
.paginator .prev, .paginator .next {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.paginator .prev a, .paginator .next a {
  font-size: 13px;
  color: #69646a;
}
.paginator .prev a:hover, .paginator .next a:hover {
  text-decoration: underline;
}
.paginator .prev a .symbol, .paginator .next a .symbol {
  font-family: 'pt_sansbold';
  color: #fa565c;
}
.paginator .next {
  text-align: right;
}

.tools .paginator .list-pages {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .paginator .list-pages {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .paginator .prev, .paginator .next {
    width: 25%;
  }

  .tools .paginator .list-pages {
    text-align: left;
  }
}
.breadcrumb {
  color: #69646a;
  padding: 7px 0 0;
  margin-bottom: 12px;
}
.breadcrumb a {
  color: #69646a;
  line-height: 19px;
  font-weight: normal;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a.back {
  line-height: 11px;
}
.breadcrumb a.back:before, .breadcrumb a.back .before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #69646a;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.breadcrumb a.back .label {
  background-color: #69646a;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: 400;
  height: 20px;
  vertical-align: middle;
  padding: 5px 12px 0;
  margin-right: 14px;
}
.breadcrumb span {
  font-family: "pt_sansbold";
  color: #fa565c;
}

.search-infos {
  text-align: center;
  font-size: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.search-infos .search-nb-results, .search-infos .search-term {
  color: #fa565c;
  font-family: 'pt_sansbold';
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  .search-infos {
    width: 50%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
  }
}
.page-contact {
  /* .breadcrumb {
  	color: $light-color;
  	a {
  		color: $light-color;
  	}
  }
  .cms-content {
  	color: $light-color;
  	margin-bottom: 33px;
  }
  .box-contact {
  	max-width: 1152px;
  }
  .form {
  	color: $light-color;
  	max-width: 580px;
  	margin: 0 auto;
  } */
}

.items {
  padding-top: 25px;
}

.item {
  overflow: hidden;
  margin-bottom: 22px;
}
.item a {
  overflow: hidden;
  color: #69646a;
  display: block;
}
.item .media {
  margin-bottom: 8px;
  display: block;
}
.item .infos {
  overflow: hidden;
  display: block;
  padding-right: 15px;
}
.item .infos .title-w {
  display: block;
  height: 30%;
}
.item .infos .title-w:after, .item .infos .title-w .after {
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.item .infos .title {
  display: block;
  font-size: 15px;
  margin-bottom: 14px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 600;
}
.item .infos .desc {
  display: block;
  color: #69646a;
  margin-bottom: 15px;
  line-height: 1.4em;
}
.item .infos .more {
  font-size: 11px;
  text-transform: uppercase;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}

@media only screen and (min-width: 400px) {
  .item .media {
    float: left;
    width: 50%;
    padding-right: 4%;
    max-width: 238px;
  }
}
@media only screen and (min-width: 768px) {
  .items {
    padding: 25px 10px;
  }

  .item {
    width: 50%;
    float: left;
    margin-bottom: 22px;
  }
  .item .media {
    padding-right: 2%;
  }
  .item .infos {
    padding-right: 25px;
  }
}
.ui-spinner {
  position: relative;
}
.ui-spinner .ui-spinner-button {
  position: absolute;
  background-color: #dadada;
  color: #69646a;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border: 0 none;
  font-size: 13.24px;
  font-family: 'pt_sansbold';
  top: 4px;
  line-height: 13px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  white-space: nowrap;
}
.ui-spinner .ui-spinner-button:after, .ui-spinner .ui-spinner-button::after, .ui-spinner .ui-spinner-button .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.ui-spinner .ui-spinner-up {
  right: 0;
}
.ui-spinner .ui-spinner-down {
  left: 0;
}
.ui-spinner .spinner {
  margin: 0 16px 0;
  height: 21px;
  width: 27px;
  padding: 0;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  text-align: center;
}

@media only screen and (min-width: 1300px) {
  .ui-spinner .ui-spinner-button {
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
  }
  .ui-spinner .spinner {
    margin: 0 26px;
    height: 28px;
    width: 32px;
  }
}
.ui-button-text-only .ui-button-text {
  padding: 0;
  display: inline;
  line-height: 100%;
}

.availability-wrapper {
  margin-top: 8px;
}
.availability-wrapper.stock .availability {
  color: #339800;
}
.availability-wrapper.outstock .availability {
  color: #FF0000;
}

.availability {
  font-family: 'MuseoSans500Regular';
  font-size: 0.83333em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.delay {
  font-family: 'MuseoSans500Regular';
  font-size: 0.83333em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.bookmark {
  color: #fa565c;
}
.bookmark .ico {
  font-size: 22px;
}

.box .head {
  background-color: #fb787d;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 11px 11px;
  font-weight: 600;
  letter-spacing: 1px;
}

.box .body {
  border: 1px solid #69646a;
  border-top: none medium;
  padding: 15px 25px;
}

.box-contact .col-1 {
  padding-bottom: 25px;
}
.box-contact .form .lbl-in-radio-value + .lbl-in-radio-value {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .order-wf .col-1 {
    width: 60%;
    float: left;
    padding: 0 0 22px;
  }
  .order-wf .col-2 {
    width: 40%;
    float: left;
    padding: 0 0 10px 24px;
  }

  .box-contact .col-1 {
    margin-bottom: 25px;
  }
  .box-contact .col-2 .logo {
    float: left;
    margin-right: 45px;
    margin-bottom: 21px;
    width: auto;
    height: 47px;
  }
  .box-contact .col-2 address {
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 1300px) {
  .col-1 {
    float: left;
    width: 50%;
    padding: 0 17px;
  }

  .col-2 {
    float: left;
    width: 50%;
    padding: 0 17px;
  }

  .availability {
    min-width: 64px;
    padding: 5px 0;
    font-size: 1.16667em;
  }

  .bookmark .ico {
    font-size: 29px;
  }
}
.form {
  /* Define some variables */
  /* &.form-alertes {
  	margin-top: 50px;
  } */
}
.form .container {
  position: relative;
  *zoom: 1;
}
.form .container:after {
  content: "";
  display: table;
  clear: both;
}
.form .row {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 978px;
  *zoom: 1;
}
.form .row:after {
  content: "";
  display: table;
  clear: both;
}
.form .row + .row {
  margin-top: 1.45455%;
}
.form [class*="col"] {
  float: left;
  display: inline;
  min-height: 1px;
  position: relative;
}
.form [class*="col"]:first-child {
  margin-left: 0;
}
.form .col1 {
  width: 7%;
}
.form .col2 {
  width: 15.45455%;
}
.form .col3 {
  width: 23.90909%;
}
.form .col4 {
  width: 32.36364%;
}
.form .col5 {
  width: 40.81818%;
}
.form .col6 {
  width: 49.27273%;
}
.form .col7 {
  width: 57.72727%;
}
.form .col8 {
  width: 66.18182%;
}
.form .col9 {
  width: 74.63636%;
}
.form .col10 {
  width: 83.09091%;
}
.form .col11 {
  width: 91.54545%;
}
.form .col12 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form [class*="col"] {
    width: 100%;
    margin-left: 0;
  }
}
.form .cms-content {
  font-size: 1.08333em;
}
.form .inputs-blocks {
  overflow: hidden;
}
.form .inputs-blocks .h2 {
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
  padding-bottom: 3px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 300;
  color: #fb787d;
}
.form .lbl {
  display: none;
}
.form .lbl-in-bool {
  display: inline;
}
.form .in-text {
  width: 100%;
  padding: 4px 8px;
  background-color: #dadada;
  font-size: 12px;
  height: 30px;
  color: #69646a;
  border: 1px solid #dadada;
}
.form .in-textarea {
  color: #69646a;
  width: 100%;
  padding: 4px 8px;
  /* border: 1px solid $main-color; */
  font-size: 12px;
  height: 200px;
}
.form .in-select {
  width: 100%;
  height: 30px;
  border: none;
  font-size: 12px;
  padding: 4px 5px;
}
.form .input-block {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .form.form-grid .input-block + .input-block {
    margin-left: 1.45455%;
  }
}
.form .input-block-submit {
  padding-right: 36px;
  white-space: nowrap;
}
.form .input-block-submit .btn {
  height: 30px;
  width: 36px;
  min-width: 0;
  font-size: 13px;
  padding: 0;
  font-family: "MuseoSans500Regular";
  background-color: #fa565c;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form .input-block-submit .in-text {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form .actions {
  text-align: center;
  padding-top: 5px;
}
@media only screen and (min-width: 530px) {
  .form .actions {
    text-align: right;
  }
}
.form .input-block-type .lbl {
  display: block;
}
.form .input-block-radio-value .lbl {
  display: block;
}
.form .error, .form .ui-selectmenu-button span.ui-selectmenu-text.error {
  border: 1px solid red;
  color: red;
}
.form label.error {
  border: 0 none;
}
.form i.error {
  position: absolute;
  top: -27px;
  left: 0px;
  background-color: #ffffff;
  padding: 5px 10px;
}
.form .lbl-in-checkbox {
  display: block;
}
.form .lbl-in-radio-value {
  cursor: pointer;
}
.form .lbl-in-radio-text {
  cursor: pointer;
}
.form.form-login .input-block + .input-block {
  margin-left: 0;
  margin-top: 1.45455%;
}
.form.form-contact-create-usr .input-block + .input-block {
  margin-left: 0;
  margin-top: 1.45455%;
}

#dlv-popin-wrapper {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 6px 0;
}

#form-panier .detail-panier #dlv-popin-wrapper:hover,
#form-panier .detail-panier #store-popin-wrapper:hover,
#form-panier .detail-panier .delete,
#form-panier .detail-panier .ico-cancel-circle {
  text-decoration: none !important;
}

.popin, .ui-tooltip {
  border: 1px solid #fa565c;
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  z-index: 2000;
}
.popin .arrow, .ui-tooltip .arrow {
  width: 60px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 5;
}
.popin .arrow:after, .ui-tooltip .arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #fa565c;
  z-index: 5;
  background-color: #ffffff;
}
.popin .arrow.top, .ui-tooltip .arrow.top {
  top: -16px;
  bottom: auto;
}
.popin .arrow.top:after, .ui-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.popin .arrow.top.left, .ui-tooltip .arrow.top.left {
  left: -16px;
  top: 0;
  bottom: auto;
  width: 16px;
  height: 60px;
}
.popin .arrow.top.left:after, .ui-tooltip .arrow.top.left:after {
  bottom: auto;
  top: 20px;
  left: 10px;
}
.popin .arrow.bottom.left, .ui-tooltip .arrow.bottom.left {
  left: auto;
  right: 0;
}
.popin .arrow.bottom.center, .ui-tooltip .arrow.bottom.center {
  left: 50%;
  right: auto;
  margin-left: -30px;
}
.popin .label, .ui-tooltip .label {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}
.popin .mode, .ui-tooltip .mode {
  margin-bottom: 4px;
  cursor: pointer;
}
.popin .address, .popin .title, .ui-tooltip .address, .ui-tooltip .title {
  line-height: 1.4em;
}

.ui-tooltip .arrow.top.left {
  left: auto;
  right: 0;
  top: -16px;
  bottom: auto;
  width: 60px;
  height: 16px;
}
.ui-tooltip .arrow.top.left:after {
  bottom: auto;
  top: 10px;
  left: 20px;
}
.ui-tooltip .arrow.bottom.left {
  left: auto;
  right: 0;
}

.popin.popin-gamme {
  border-color: #69646a;
}
.popin.popin-gamme .arrow:after {
  border-color: #69646a;
}
.popin.popin-gamme .infos {
  padding-right: 20px;
}

body .ui-tooltip {
  border-width: 1px;
}

.ui-tooltip {
  background-color: #fa565c;
  color: #ffffff;
  line-height: 1.4em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-tooltip .arrow:after {
  background-color: #fa565c;
}

.h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 18px;
}

.slider-range-w {
  position: relative;
}
.slider-range-w::before {
  position: absolute;
  content: '';
  border-top: 2px solid #69646a;
  height: 0;
  width: 100%;
  top: 4px;
}
.slider-range-w .slider-range-infos {
  padding-top: 10px;
  overflow: hidden;
}
.slider-range-w .slider-range-min-value-set, .slider-range-w .slider-range-max-value-set {
  float: left;
  width: 50%;
  font-size: 13px;
}
.slider-range-w .slider-range-max-value-set {
  text-align: right;
}
.slider-range-w .slider-range-text {
  clear: both;
  padding-top: 10px;
  text-align: center;
}

.ui-slider {
  border-left: 2px solid #69646a;
  border-right: 2px solid #69646a;
}
.ui-slider .ui-slider-handle {
  border: 2px solid #69646a;
  width: 22px;
  height: 22px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5NjQ2YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #69646a));
  background-image: -moz-linear-gradient(top, #ffffff, #69646a);
  background-image: -webkit-linear-gradient(top, #ffffff, #69646a);
  background-image: linear-gradient(to bottom, #ffffff, #69646a);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.ui-slider .ui-slider-range {
  background-color: #69646a;
}

.h3 {
  color: #fa565c;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
  margin-bottom: 10px;
}

table {
  border: 1px solid #dadada;
  margin-bottom: 25px;
  border-collapse: collapse;
}
table thead th {
  background-color: #dadada;
  text-transform: uppercase;
  font-size: 13px;
  padding: 11px 11px;
}
table tbody td {
  padding: 8px 11px;
  border: 1px solid #dadada;
}
table caption {
  text-transform: uppercase;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
  font-size: 1.08333em;
  margin-bottom: 6px;
}

.cms-content-block {
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 62px 10px 18px;
}
.cms-content-block .cms-content {
  max-width: 1000px;
  margin: 0 auto;
}

.cms-content {
  font-size: 12px;
  line-height: 1.4em;
}
.cms-content p {
  margin-bottom: 16px;
}
.cms-content p.images {
  text-align: center;
}
.cms-content p.images img {
  width: 49%;
  min-width: 300px;
}
.cms-content ul, .cms-content ol {
  margin-bottom: 20px;
  list-style-type: disc;
  list-style-position: inside;
}
.cms-content ul li, .cms-content ol li {
  margin-bottom: 0;
}
.cms-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.cms-content a {
  color: #fa565c;
  text-decoration: underline;
}
.cms-content h1, .cms-content .title-devis {
  color: #fa565c;
  text-transform: uppercase;
  font-family: "MuseoSans500Regular";
  font-size: 16px;
  padding-bottom: 42px;
  position: relative;
  line-height: 1.3em;
  margin-bottom: 29px;
}
.cms-content h1:after, .cms-content h1::after, .cms-content h1 .after, .cms-content .title-devis:after, .cms-content .title-devis::after, .cms-content .title-devis .after {
  content: '';
  width: 272px;
  position: absolute;
  left: 50%;
  height: 1px;
  background-color: #eeeeee;
  margin-left: -136px;
  bottom: 0;
}
.cms-content .title-devis {
  margin: 40px 0px 0px;
  padding: 0px 0px 20px;
}
.cms-content h2 {
  clear: both;
  font-family: "pt_sansbold";
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}
.cms-content img {
  margin-bottom: 8px;
}
.cms-content .emphasis {
  color: #69646a;
  float: left;
  width: 25%;
  min-width: 210px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
  display: none;
}
.cms-content .emphasis .nb {
  font-size: 137px;
  line-height: 1em;
  display: block;
  padding: 32px 0 0;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 300;
}
.cms-content .emphasis .text {
  font-size: 28px;
  line-height: 1.6em;
  display: block;
  padding: 0 0 26px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 300;
}
.cms-content .emphasis::before, .cms-content .emphasis::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: #69646a;
  top: 10px;
  left: 50%;
  margin-left: -35px;
}
.cms-content .emphasis::after {
  top: auto;
  bottom: 0;
}
.cms-content strong {
  font-family: "pt_sansbold";
}
.cms-content table {
  width: 100%;
}
.cms-content table tbody td {
  padding: 8px 11px;
  border: 1px solid #69646a;
}

@media only screen and (min-width: 768px) {
  .cms .title-n1 {
    margin-bottom: 33px;
  }

  .cms-content {
    font-size: 13px;
  }

  .cms-content .emphasis {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  .cms-content {
    font-size: 13px;
  }
  .cms-content img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .cms-content img + img {
    margin-left: 1%;
  }
}
.box-messages {
  font-size: 13px;
  margin: 10px 0;
  padding: 8px;
}
.box-messages.errors {
  background-color: #ffdddd;
  border: 1px solid red;
  color: red;
}
.box-messages.success {
  border: 1px solid green;
  color: green;
}
.box-messages.infos {
  border: 1px solid #E6DB55;
  background-color: #FFFBCC;
}
.box-messages ul {
  margin-bottom: 0;
}
.box-messages li {
  margin-bottom: 0;
}

.cgv-pages .cgvmenu li {
  margin: 0px 0px 0px 20px;
}
.cgv-pages .h3 {
  margin: 10px 0;
}
.cgv-pages .h3 a {
  color: #69646a;
}
.cgv-pages .conseil {
  margin-bottom: 30px;
}
.cgv-pages .conseil .h2 {
  margin: 10px 0;
  padding-top: 20px;
}
.cgv-pages .conseil a {
  color: #69646a;
}
.cgv-pages .cgv-toc-lnk {
  display: block;
  text-align: left;
  margin-bottom: 40px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.notice.mandatory-fields {
  margin: 10px 0;
}

dfn {
  font-style: italic;
  border-bottom: 1px dotted;
  cursor: help;
}

#site-newsletter .buttons {
  margin-bottom: 20px;
}
#site-newsletter .buttons .in-submit {
  margin: 0 5px;
}

#map-contact {
  width: 100%;
  height: 100%;
}

.list-catalogs {
  padding: 23px 0 0 20px;
  float: left;
  width: 100%;
}
.list-catalogs .item-catalog {
  display: inline-block;
  margin: 0px 20px 20px 0px;
  width: 100%;
}
.list-catalogs .item-catalog .media {
  float: left;
  width: 88px;
  margin-right: 17px;
  padding-right: 0;
}
.list-catalogs .item-catalog .label {
  font-size: 14px;
  display: block;
  line-height: 1.2em;
}
.list-catalogs .item-catalog .label strong {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 800;
  display: block;
}
.list-catalogs .item-catalog .title {
  color: #fa565c;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 800;
  font-size: 14px;
  display: block;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.list-catalogs .item-catalog .view-catalog {
  display: block;
  color: #69646a;
  text-transform: uppercase;
}
.list-catalogs .item-catalog .dl-catalog {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 7px 0;
  width: 90px;
  font-size: 10px;
  text-align: center;
  margin-bottom: 12px;
}
.list-catalogs .item-catalog .others-catalog {
  display: block;
  color: #69646a;
  white-space: nowrap;
}
.list-catalogs .item-catalog .others-catalog:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .list-catalogs .item-catalog {
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .list-catalogs .item-catalog {
    width: 25%;
  }
}
@media only screen and (min-width: 1000px) {
  .layout-2cols .col-main {
    float: right;
    width: 78%;
    padding-left: 35px;
    border-left: 1px solid #dadada;
  }
  .layout-2cols .col-second {
    float: left;
    width: 22%;
    padding-right: 35px;
    clear: left;
  }
}
.col-main .cat-desc {
  margin-bottom: 30px;
}
.col-main .cat-desc .cat-desc-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .col-main .cat-desc .cat-desc-image {
    float: left;
    margin: 0 20px 0 0;
    display: block;
  }
}
.col-main .cat-desc .cat-desc-desc {
  font-size: 16px;
}

.file-extension {
  color: #ffffff;
  background-color: #fa565c;
  text-transform: uppercase;
  padding: 1px 8px;
  text-align: center;
  margin-right: 8px;
  font-size: 0.83333em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.inscript, .uninscript {
  max-width: 500px;
  margin: 0 auto;
}

.search-cats .menu-title {
  background-color: #dadada;
  font-weight: bold;
  color: black;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 1.2em;
}
.search-cats .title {
  background-color: #fa565c;
  display: block;
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  margin-bottom: 5px;
}
.search-cats .title.last {
  margin-top: 15px;
}
.search-cats .family {
  margin-bottom: 2px;
  padding: 3px;
  display: block;
  font-size: 1.1em;
  color: #999999;
}
.search-cats .family.active {
  font-weight: bold;
  color: #fb787d;
}
.search-cats .family:hover {
  text-decoration: underline;
}
.search-cats .sfamily {
  position: relative;
  padding: 3px;
  font-size: 1.1em;
  display: block;
}
.search-cats .sfamily [type=checkbox] {
  position: absolute;
  z-index: 1;
  opacity: 1;
}
.search-cats .sfamily_label {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.search-cats input[checked="checked"] + .sfamily_label {
  color: #fa565c;
}

.filters-cats-list-third {
  margin: 0.5em 0;
  padding-left: 1.5em;
}

.back-load-search.active {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  background-color: #000000;
  opacity: 0.7;
}

.slick-prev, .slick-next {
  width: auto;
  height: auto;
}
.slick-prev:before, .slick-next:before {
  display: none;
}

.is-flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .is-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.two-cols {
  flex: 1 1 auto;
}
@media only screen and (min-width: 1024px) {
  .two-cols:first-child {
    margin-right: 15px;
  }
}
.two-cols img {
  width: 100%;
  object-fit: cover;
}

.home .title-n1 {
  background-color: transparent;
  border-top: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.home .title-n1, .home .title-n1 a {
  color: #69646a !important;
}
.home .two-cols img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: unset;
  display: block;
  margin: 0 auto;
}
.home-cols img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}

.prd.prd_highlighted {
  padding: 5px;
  border: none;
}
.prd.prd_highlighted .title {
  font-weight: bold;
  color: #69646a;
}
.prd.prd_highlighted .title span {
  display: inline-block !important;
}
.prd.prd_highlighted .link {
  text-decoration: underline;
}
