@font-face {
  font-family: "parisienneregular";
  src: url("../woff2/parisienne-regular-webfont.woff2")
      format("woff2"),
    url("../woff/parisienne-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body,
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.dyn-cov {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
div,
p,
li,
a,
th,
td,
label,
span,
option,
h1,
h2,
h3,
h4,
h5 {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
div,
p,
li,
a,
th,
td,
label,
span,
option,
input,
select {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
  color: #333;
  font-size: 11pt;
  line-height: 1.6;
}
strong {
  font-weight: 400;
}
p:not(:last-child) {
  margin-bottom: 20px;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-size: 30pt;
  font-family: "corporate-a", serif;
  font-weight: 400;
  margin-bottom: 40px;
}
h1.centered {
  text-align: center;
  opacity: 0;
}
.position-relative {
  position: relative;
}
.width-100 {
  width: 100%;
}
.title_menu,
.big_title_popup,
h2 {
  font-size: 24pt;
  font-family: "corporate-a", serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.title_menu.h2_left,
.big_title_popup.h2_left,
h2.h2_left {
  padding-left: 60px;
  position: relative;
}
.title_menu.h2_left:before,
.big_title_popup.h2_left:before,
h2.h2_left:before {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background: #333;
  position: absolute;
  left: 0px;
  top: 28px;
}
.title_menu.h2_right,
.big_title_popup.h2_right,
h2.h2_right {
  padding-right: 60px;
  text-align: right;
  position: relative;
}
.title_menu.h2_right:after,
.big_title_popup.h2_right:after,
h2.h2_right:after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background: #333;
  position: absolute;
  right: 0px;
  top: 28px;
}
h3 {
  font-size: 18pt;
}
h4 {
  font-size: 13pt;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h4:not(:first-child) {
  margin-top: 60px;
}
h4.with_underline {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
h4 span {
  color: #aaa;
  margin-left: 10px;
}
h5 {
  font-size: 11pt;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section .contentSection {
  max-width: 1600px;
  margin: auto;
  padding: 60px 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  section .contentSection {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  section .contentSection {
    padding: 40px 20px;
  }
}
#content {
  margin-top: 140px;
}
@media screen and (max-width: 1024px) {
  #content {
    margin-top: 100px;
  }
}
.centered_description {
  max-width: 900px;
  margin: auto;
  text-align: center;
  position: relative;
}
.centered_description .description,
.centered_description .circle {
  opacity: 0;
}
.btn {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 15px 20px;
  font-size: 11pt;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
}
.btn-primary {
  color: #fff;
  background: #ee4197;
  border: 1px solid #ee4197;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-primary:hover {
  background: #fff;
  color: #ee4197;
}
.btn-alternary {
  color: #fff;
  background: #219f95;
  border: 1px solid #219f95;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-alternary:hover {
  background: #fff;
  color: #219f95;
}
.btn-inverse-primary {
  color: #ee4197;
  background: #fff;
  border: 1px solid #ee4197;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-inverse-primary:hover {
  background: #ee4197 !important;
  color: #fff;
}
.btn-tertiary {
  color: #fff !important;
  background: #0093d0 !important;
  border: 1px solid #0093d0 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-tertiary:hover {
  background: #fff !important;
  color: #0093d0 !important;
}
.btn-inverse-tertiary {
  color: #0093d0;
  background: #fff;
  border: 1px solid #0093d0;
}
.btn-inverse-tertiary:hover {
  background: #0093d0 !important;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.container-btn-right {
  text-align: right;
}
@media screen and (max-width: 1260px) {
  .container-btn-responsive-right {
    text-align: right;
  }
}
.see_inspirations {
  color: #0093d0;
  font-size: 11pt;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.see_inspirations:hover {
  padding-left: 10px;
}
.see_inspirations svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.see_inspirations svg path {
  fill: #0093d0;
}
input,
textarea {
  outline: none;
  border-radius: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#errors span {
  color: #ee4197;
  margin-bottom: 20px;
  display: block;
  display: block;
  border: 1px solid #ee4197;
  padding: 10px;
}
.helper {
  font-size: 11px;
}
@media screen and (min-width: 601px) {
  .helper {
    padding-left: 140px;
  }
}
.container-element-form {
  position: relative;
}
.container-element-form:not(:last-child) {
  margin-bottom: 20px;
}
.container-element-form input,
.container-element-form textarea,
.container-element-form select {
  padding: 15px 20px;
  font-size: 1rem;
}
.container-element-form input:not(.btn),
.container-element-form textarea:not(.btn),
.container-element-form select:not(.btn) {
  border: 1px solid #ddd;
}
.container-element-form textarea {
  width: 100%;
  height: 260px;
  outline: none;
}
.container-element-form-align-right {
  text-align: right;
}
.container-element-form-align-right .btn,
.container-element-form-align-left .btn {
  margin-top: 40px;
  min-width: 200px;
  width: auto !important;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .container-element-form-align-right .btn,
  .container-element-form-align-left .btn {
    width: 100% !important;
  }
}
.flex-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .flex-container {
    display: block;
  }
}
.flex-container .container-element-form-right label {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .flex-container .container-element-form-right label {
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .flex-container label {
    min-width: 100px;
  }
}
@-moz-document url-prefix(), @supports (-ms-accelerator:true) {
  .flex-container {
    display: block;
    font-size: 0px;
  }
}
.container-element-form:not(.container-element-form-with-label)
  input:not([type="radio"]):not([type="checkbox"]) {
  width: 100%;
}
.container-element-form-with-label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .container-element-form-with-label {
    font-size: 0px;
    display: block;
  }
}
.container-element-form-with-label.container-civilite > div {
  display: inline-block;
}
.container-element-form-with-label.container-element-form-with-label-10 {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .container-element-form-with-label.container-element-form-with-label-10 {
    width: 100%;
  }
}
.container-element-form-with-label.container-element-form-with-label-20 {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .container-element-form-with-label.container-element-form-with-label-20 {
    width: 100%;
  }
}
.container-element-form-with-label.container-element-form-with-label-30 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .container-element-form-with-label.container-element-form-with-label-30 {
    width: 100%;
  }
}
.container-element-form-with-label.container-element-form-with-label-40 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .container-element-form-with-label.container-element-form-with-label-40 {
    width: 100%;
  }
}
.container-element-form-with-label.container-element-form-with-label-45 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .container-element-form-with-label.container-element-form-with-label-45 {
    width: 100%;
  }
}
.container-element-form-with-label.container-element-form-with-label-50 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .container-element-form-with-label.container-element-form-with-label-50 {
    width: 100%;
  }
}
/*
.container-element-form-with-label.container-element-form-with-label-55 {
  width: 55%;
}
*/
@media screen and (max-width: 768px) {
  .container-element-form-with-label.container-element-form-with-label-55 {
    width: 100%;
  }
}
.container-element-form-with-label.container-element-form-with-label-60 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .container-element-form-with-label.container-element-form-with-label-60 {
    width: 100%;
  }
}
.container-element-form-with-label.container-element-form-with-label-70 {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .container-element-form-with-label.container-element-form-with-label-70 {
    width: 100%;
  }
}
.container-element-form-with-label.container-element-form-with-label-80 {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .container-element-form-with-label.container-element-form-with-label-80 {
    width: 100%;
  }
}
.container-element-form-with-label.container-element-form-with-label-90 {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .container-element-form-with-label.container-element-form-with-label-90 {
    width: 100%;
  }
}
.container-element-form-with-label label {
  white-space: nowrap;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .container-element-form-with-label label {
    margin-right: 0px;
  }
}
.container-element-form-with-label label:not(.label-civilite),
.container-element-form-with-label input:not(.birthday) {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .container-element-form-with-label label:not(.label-civilite),
  .container-element-form-with-label input:not(.birthday) {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .container-element-form-with-label label:not(.label-civilite) {
    margin-bottom: 5px;
  }
}
.container-element-form-with-label #type_informations_event_ckeckout {
  width: 100%;
}
.container-element-form-with-label
  input:not([type="radio"]):not([type="checkbox"]):not(
    #type_informations_event_ckeckout
  ),
.container-element-form-with-label textarea,
.container-element-form-with-label select {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .container-element-form-with-label
    input:not([type="radio"]):not([type="checkbox"]):not(
      #type_informations_event_ckeckout
    ),
  .container-element-form-with-label textarea,
  .container-element-form-with-label select {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 600px) {
  .container-element-form-with-label
    input:not([type="radio"]):not([type="checkbox"]):not(
      #type_informations_event_ckeckout
    ),
  .container-element-form-with-label textarea,
  .container-element-form-with-label select {
    width: 100%;
  }
}
.container-element-form-with-label:first-child label:not(.radioLabel) {
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .container-element-form-with-label label:not(.radioLabel) {
    width: 140px;
  }
}
@media screen and (max-width: 600x) {
  .container-element-form-with-label label.label-civilite {
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .container-element-form-with-label
    label:not(.radioLabel):not(.label-civilite) {
    width: 100%;
  }
}
.container-element-form-with-label input::-webkit-input-placeholder {
  color: lightgrey;
}
.container-element-form-with-label input:-moz-placeholder {
  color: lightgrey;
}
.container-element-form-with-label input:-ms-placeholder {
  color: lightgrey;
}
.container-element-form-with-label input:-o-placeholder {
  color: lightgrey;
}
@media screen and (max-width: 768px) {
  label[for="message_contact"] {
    vertical-align: top;
  }
}
label[for="mce-MMERGE3-month"] {
  display: inline-block !important;
}
.datefield {
  display: inline-block;
}
@-moz-document url-prefix(), @supports (-ms-accelerator:true) {
  .flex-container .container-element-form-with-label {
    display: inline-block;
  }
  .flex-container .container-element-form-with-label > label {
    margin-bottom: 5px;
    display: block;
  }
  .flex-container .container-element-form-with-label input {
    width: 100% !important;
  }
  .flex-container .container-element-form-right {
    padding-left: 20px;
  }
  @media screen and (max-width: 768px) {
    .flex-container .container-element-form-right {
      padding-left: 0px;
    }
  }
  .flex-container .container-element-form-right label {
    padding-left: 0px;
  }
}
#birth_date_date_informations_checkout,
#birth_date_month_informations_checkout {
  width: calc(50% - 15px) !important;
}
@media screen and (max-width: 768px) {
  #birth_date_date_informations_checkout,
  #birth_date_month_informations_checkout {
    display: inline-block;
    width: 80px !important;
  }
}
#birth_date_date_informations_checkout + span {
  text-align: center;
  width: 20px;
}
.datefield .subfield {
  display: inline-block !important;
}
.container-element-radio,
.container-element-checkbox {
  display: inline-block;
}
.container-element-radio:not(:last-child),
.container-element-checkbox:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .container-element-radio:not(:last-child),
  .container-element-checkbox:not(:last-child) {
    margin-right: 10px;
  }
}
.container-element-radio input,
.container-element-checkbox input {
  margin-right: 10px;
}
.container-element-checkbox,
.container-element-radio {
  position: relative;
}
.label_span {
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: top;
}
.break_label {
  display: block;
}
@media screen and (max-width: 600px) {
  .break_label {
    display: inline-block;
    width: 4px;
  }
}
.styled-checkbox,
.styled-radio {
  position: absolute;
  opacity: 0;
  z-index: 1000;
  height: 18px;
  width: 18px;
  cursor: pointer;
  top: 4px;
}
.styled-checkbox + label,
.styled-radio + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  top: 2px;
  display: inline-block;
}
.styled-checkbox + label:before,
.styled-radio + label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  cursor: pointer;
  margin-right: 10px;
}
.styled-checkbox:hover + label:after,
.styled-radio:hover + label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #f69fca;
  position: absolute;
  left: 4px;
  top: 6px;
  cursor: pointer;
}
.styled-checkbox:checked + label:after,
.styled-checkbox.checked + label:after,
.styled-radio:checked + label:after,
.styled-radio.checked + label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ee4197;
  position: absolute;
  left: 4px;
  top: 6px;
  cursor: pointer;
}
.styled-radio + label:before {
  border-radius: 50%;
}
.styled-radio:hover + label:after {
  border-radius: 50%;
}
.styled-radio:checked + label:after,
.styled-radio.checked + label:after {
  border-radius: 50%;
}
#elements_per_page a:hover label:after,
.filterThemes a:hover label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #f69fca;
  position: absolute;
  left: 5px;
  top: 7px;
  cursor: pointer;
  border-radius: 50%;
}
.filterThemes > div {
  margin-bottom: 10px;
}
.container-element-radio-associated {
  position: relative;
}
.styled-checkbox-associated {
  margin-right: 0px !important;
  position: absolute;
  opacity: 0;
  z-index: 1000;
  height: 18px;
  width: 18px;
  cursor: pointer;
  top: 4px;
  left: calc(50% - 9px);
}
.styled-checkbox-associated + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  top: 2px;
  display: inline-block;
}
.styled-checkbox-associated + label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  cursor: pointer;
  border-radius: 50%;
}
.styled-checkbox-associated:hover:not(:checked) + label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3px;
  top: -1px;
  cursor: pointer;
  border-radius: 50%;
  background-image: url(../svg/tick.svg);
  background-position: center;
  background-size: contain;
  opacity: 0.5;
}
.styled-checkbox-associated:checked + label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3px;
  top: -1px;
  cursor: pointer;
  border-radius: 50%;
  background-image: url(../svg/tick.svg);
  background-position: center;
  background-size: contain;
}
.addresses .address {
  margin-bottom: 20px;
  position: relative;
}
.addresses .address label {
  border: 1px solid #ddd;
  display: block;
  padding: 40px 40px 40px 160px;
}
@media screen and (max-width: 600px) {
  .addresses .address label {
    padding: 20px 20px 50px 100px;
  }
}
.addresses .address label div:not(.apelation):not(.container_address_comment),
.addresses .address label span:not(.address_comment) {
  font-weight: 400;
  text-transform: uppercase;
}
.addresses .address .styled-radio + label:before {
  position: absolute;
  top: calc(50% - 8px);
  left: 60px;
}
@media screen and (max-width: 600px) {
  .addresses .address .styled-radio + label:before {
    left: 30px;
  }
}
.addresses .address .styled-radio:hover + label:after {
  top: calc(50% - 4px);
  left: 64px;
}
@media screen and (max-width: 600px) {
  .addresses .address .styled-radio:hover + label:after {
    left: 35px;
  }
}
.addresses .address .styled-radio:checked + label:after {
  top: calc(50% - 4px);
  left: 64px;
}
@media screen and (max-width: 600px) {
  .addresses .address .styled-radio:checked + label:after {
    left: 35px;
  }
}
.addresses .address .styled-radio:checked + label {
  border: 1px solid #aaa;
}
.addresses .address .bottom_links {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width: 600px) {
  .addresses .address .bottom_links {
    right: auto;
    left: 100px;
    bottom: 20px;
  }
}
.addresses .address .bottom_links a {
  display: inline-block;
  position: relative;
}
.addresses .address .bottom_links a:not(:first-child) {
  margin-left: 40px;
}
.addresses .address .bottom_links a:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #333;
  top: -3px;
  position: relative;
}
.addresses .address.general_address {
  border: 1px solid #ddd;
  display: block;
  padding: 40px 40px 40px 40px;
}
@media screen and (max-width: 600px) {
  .addresses .address.general_address {
    padding: 20px 20px 50px 20px;
  }
}
.addresses .address.general_address strong {
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .addresses .address.general_address .bottom_links {
    left: 20px;
  }
}
.addresses .add_address {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 10px;
}
.addresses .add_address:before {
  content: "+";
  display: block;
  position: absolute;
  left: -30px;
  top: -11px;
  font-size: 24pt;
}
.addresses .add_address:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #333;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.payments .container-payment {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #ddd;
}
.payments .container-payment label {
  display: block;
  padding: 10px 20px 28px 160px;
}
@media screen and (max-width: 600px) {
  .payments .container-payment label {
    padding: 10px 20px 28px 100px;
  }
}
@media screen and (max-width: 400px) {
  .payments .container-payment label {
    padding: 10px 20px 28px 80px;
  }
}
.payments .container-payment label div:not(.apelation),
.payments .container-payment label span {
  font-weight: 400;
  text-transform: uppercase;
}
.payments .container-payment label img {
  height: 40px;
  width: 60px;
  margin-right: 10px;
  position: relative;
  top: 13px;
}
@media screen and (max-width: 400px) {
  .payments .container-payment label img {
    width: 40px;
  }
}
.payments .container-payment .styled-radio + label:before {
  position: absolute;
  top: calc(50% - 8px);
  left: 60px;
}
@media screen and (max-width: 600px) {
  .payments .container-payment .styled-radio + label:before {
    left: 30px;
  }
}
.payments .container-payment .styled-radio:hover + label:after {
  top: calc(50% - 3px);
  left: 65px;
}
@media screen and (max-width: 600px) {
  .payments .container-payment .styled-radio:hover + label:after {
    left: 35px;
  }
}
.payments .container-payment .styled-radio:checked + label:after {
  top: calc(50% - 3px);
  left: 65px;
}
@media screen and (max-width: 600px) {
  .payments .container-payment .styled-radio:checked + label:after {
    left: 35px;
  }
}
.payments .container-payment form {
  padding: 20px;
  display: none;
}
.payments .container-payment form .btn {
  margin-top: 20px;
}
#card-errors {
  color: #ee4197;
  text-align: right;
  margin-top: 5px;
}
.StripeElement--invalid {
  border: 1px solid #ee4197 !important;
}
.containerMentions {
  position: relative;
  text-align: right;
}
.mentions {
  position: relative;
}
@media screen and (max-width: 600px) {
  .mentions {
    text-align: left;
  }
}
#succesContactForm span,
#errorContactForm span,
#succesProductInfoForm span,
#errorProductInfoForm span,
#errorCheckoutForm span,
#errorAddDeliveryForm span,
#errorAddRecoveryForm span,
#errorModifyDeliveryForm span,
#errorModifyRecoveryForm span,
#errorDeleteDeliveryForm span,
#errorDeleteRecoveryForm span,
#successDefinePaymentForm span,
#errorDefinePaymentForm span,
#errorPasswordForm span {
  display: block;
}
#succesContactForm span:not(:first-child),
#errorContactForm span:not(:first-child),
#succesProductInfoForm span:not(:first-child),
#errorProductInfoForm span:not(:first-child),
#errorCheckoutForm span:not(:first-child),
#errorAddDeliveryForm span:not(:first-child),
#errorAddRecoveryForm span:not(:first-child),
#errorModifyDeliveryForm span:not(:first-child),
#errorModifyRecoveryForm span:not(:first-child),
#errorDeleteDeliveryForm span:not(:first-child),
#errorDeleteRecoveryForm span:not(:first-child),
#successDefinePaymentForm span:not(:first-child),
#errorDefinePaymentForm span:not(:first-child),
#errorPasswordForm span:not(:first-child) {
  margin-top: 20px;
}
#errorContactForm.active,
#errorProductInfoForm.active,
#errorCheckoutForm.active,
#errorAddDeliveryForm.active,
#errorModifyDeliveryForm.active,
#errorAddRecoveryForm.active,
#errorModifyRecoveryForm.active,
#errorPasswordForm.active,
#errorDefinePaymentForm.active {
  border: 1px solid #ed174f;
  padding: 30px;
  text-align: center;
  margin-top: 20px;
}
#errorContactForm span,
#errorProductInfoForm span,
#errorCheckoutForm span,
#errorAddDeliveryForm span,
#errorModifyDeliveryForm span,
#errorAddRecoveryForm span,
#errorModifyRecoveryForm span,
#errorPasswordForm span,
#errorDefinePaymentForm span {
  color: #ed174f;
  font-weight: bold;
}
#errorContactForm span a,
#errorProductInfoForm span a,
#errorCheckoutForm span a,
#errorAddDeliveryForm span a,
#errorModifyDeliveryForm span a,
#errorAddRecoveryForm span a,
#errorModifyRecoveryForm span a,
#errorPasswordForm span a,
#errorDefinePaymentForm span a {
  color: #ed174f;
  font-weight: bold;
}
#succesContactForm.active,
#succesProductInfoForm.active,
#succesCheckoutForm.active,
#succesAddDeliveryForm.active,
#succesModifyDeliveryForm.active,
#succesAddRecoveryForm.active,
#succesModifyRecoveryForm.active,
#succesPasswordForm.active,
#succesDefinePaymentForm.active {
  border: 1px solid #7bc521;
  padding: 30px;
  text-align: center;
  margin-top: 20px;
}
#succesContactForm span,
#succesProductInfoForm span,
#succesCheckoutForm span,
#succesAddDeliveryForm span,
#succesModifyDeliveryForm span,
#succesAddRecoveryForm span,
#succesModifyRecoveryForm span,
#succesPasswordForm span,
#succesDefinePaymentForm span {
  color: #7bc521;
  font-weight: bold;
}
.forgot_password {
  position: relative;
  display: inline-block;
}
.forgot_password:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #333;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#submit_dates_checkout {
  text-align: center;
}
#login_form_right,
#load_login_form_responsive {
  position: relative;
}
#load_login_form_right,
#load_login_form_popup,
#load_login_form_responsive {
  display: none;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000;
}
#password-strength {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 12px;
  width: 100%;
}
#password-strength:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100;
  height: 2px;
}
#password-strength.short:before {
  width: 25%;
  background: #d1d1d1;
}
#password-strength.bad:before {
  width: 50%;
  background: #e3af4c;
}
#password-strength.good:before {
  width: 75%;
  background: #a0b86a;
}
#password-strength.strong:before {
  width: 100%;
  background: #30932a;
}
.pickmeup {
  border-radius: 0px;
  border: 1px solid #ddd;
  transform: translate(0px, -1px);
  z-index: 1000000 !important;
}
.pickmeup .pmu-instance .pmu-month {
  cursor: default;
}
.pickmeup .pmu-instance .pmu-month:hover {
  color: black !important;
}
.pickmeup .pmu-instance .pmu-button:hover {
  color: tertiary !important;
}
.pickmeup .pmu-instance .pmu-today {
  background: transparent !important;
  border: 1px solid #ddd !important;
}
.pickmeup .pmu-instance .pmu-selected {
  background: #ee4197 !important;
  color: #fff;
}
.pickmeup .pmu-instance .pmu-button:hover {
  color: #0093d0;
}
.pmu-disabled {
  color: #dedddd !important;
}
.pickmeup .pmu-instance .pmu-not-in-month {
  color: #aca9a9;
}
.address_comment,
.address_contact {
  font-style: italic;
  display: inline-block;
  margin-top: 5px;
}
.container_address_contact svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  position: relative;
  top: 9px;
  vertical-align: top;
}
.container_address_contact .address_contact {
  vertical-align: top;
}
.container_address_contact .address_contact span {
  display: block;
}
#mc_embed_signup input.mce_inline_error {
  border: 1px solid #ee4197 !important;
  border-color: #ee4197 !important;
  margin-bottom: 20px;
}
#mc_embed_signup div.mce_inline_error {
  margin: 0 !important;
  padding: 0 !important;
  background-color: none !important;
  background: none !important;
  font-weight: inherit !important;
  z-index: 1;
  color: #ee4197 !important;
  position: absolute;
  bottom: -10px;
  right: 0px;
}
div.mce_inline_error + div.mce_inline_error {
  bottom: -30px !important;
}
#mce-responses .response {
  text-align: right;
}
#mce-responses #mce-error-response,
#mce-responses #mce-error-response a {
  color: #ee4197 !important;
}
#mce-responses #mce-success-response {
  color: #7bc521 !important;
}
.locked:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../svg/locked.svg);
  position: absolute;
  top: -6px;
  right: 0px;
  border: 3px solid white;
}
@media screen and (max-width: 600px) {
  .locked:after {
    top: 23px;
  }
}
.presentation_locked {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../svg/locked.svg);
  margin-right: 5px;
}
.contentSection .owl-theme .owl-nav {
  position: absolute;
}
.contentSection .owl-theme .owl-nav .owl-prev,
.contentSection .owl-theme .owl-nav .owl-next {
  display: inline-block;
  border: 1px solid #0093d0;
  outline: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.contentSection .owl-theme .owl-nav .owl-prev:hover,
.contentSection .owl-theme .owl-nav .owl-next:hover {
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0093d0;
}
.contentSection .owl-theme .owl-nav .owl-prev {
  margin-right: 8px;
  background-image: url(../svg/arrow_left.svg);
}
.contentSection .owl-theme .owl-nav .owl-prev:hover {
  background-image: url(../svg/arrow_left_white.svg);
}
.contentSection .owl-theme .owl-nav .owl-next {
  margin-left: 8px;
  background-image: url(../svg/arrow_right.svg);
}
.contentSection .owl-theme .owl-nav .owl-next:hover {
  background-image: url(../svg/arrow_right_white.svg);
}
.title_popup {
  font-size: 18pt;
  font-weight: bold;
}
.mfp-content {
  overflow: scroll;
  overflow-x: hidden;
  z-index: 1000000 !important;
  max-height: calc(100vh - 120px);
  margin-bottom: 0px !important;
}
.mfp-bg {
  z-index: 700000 !important;
  background: #fff !important;
  opacity: 0.9;
}
.mfp-wrap {
  z-index: 800000 !important;
}
.mfp-wrap .mfp-close {
  color: #fff;
  right: 10px;
  top: 10px;
}
.mfp-iframe-holder .mfp-content {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .mfp-container {
    padding: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .mfp-container {
    padding: 20px !important;
  }
}
.mfp-container-home + .mfp-close {
  display: none;
}
.mfp-container-home .mfp-content {
  background: #fff;
  max-width: 900px;
  padding: 5px;
  overflow: visible;
  overflow-x: visible;
}
.mfp-container-home .mfp-content > div > div {
  background: #ee4197;
  font-size: 0px;
  padding: 60px 0px 40px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .mfp-container-home .mfp-content > div > div {
    padding: 40px 40px 20px;
  }
}
.mfp-container-home .mfp-content > div > div > div {
  display: inline-block;
  vertical-align: middle;
  padding: 40px 60px;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .mfp-container-home .mfp-content > div > div > div {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 600px) {
  .mfp-container-home .mfp-content > div > div > div {
    width: 100%;
    padding: 40px 20px;
  }
}
.mfp-container-home .mfp-content > div > div > div:nth-child(1) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .mfp-container-home .mfp-content > div > div > div:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.mfp-container-home .mfp-content > div > div > div div {
  color: #fff;
}
.mfp-container-home .mfp-content > div > div > div div:nth-child(1) {
  font-family: "parisienneregular", serif;
  font-size: 40pt;
  line-height: 0.5;
}
@media screen and (max-width: 768px) {
  .mfp-container-home .mfp-content > div > div > div div:nth-child(1) {
    font-size: 30pt;
  }
}
.mfp-container-home .mfp-content > div > div > div div:nth-child(2) {
  font-family: "corporate-a", serif;
  font-size: 30pt;
}
@media screen and (max-width: 768px) {
  .mfp-container-home .mfp-content > div > div > div div:nth-child(2) {
    font-size: 22pt;
  }
}
.mfp-container-home .mfp-content > div > div > div .btn {
  margin-top: 30px;
}
.mfp-container-home #loaderStatus {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.mfp-container-connection .mfp-content {
  background: #ee4197;
  max-width: 900px;
  padding: 5px;
}
.mfp-container-connection .mfp-content > div > div {
  display: table;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .mfp-container-connection .mfp-content > div > div {
    display: block;
  }
}
.mfp-container-connection .mfp-content > div > div > div {
  display: table-cell;
  vertical-align: top;
  padding: 40px 60px 100px;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mfp-container-connection .mfp-content > div > div > div {
    padding: 40px 40px 100px;
  }
}
@media screen and (max-width: 600px) {
  .mfp-container-connection .mfp-content > div > div > div {
    width: 100%;
    display: block;
    padding: 40px 20px 100px;
  }
}
.mfp-container-connection .mfp-content > div > div > div:nth-child(1) {
  background: #fff;
}
.mfp-container-connection
  .mfp-content
  > div
  > div
  > div:nth-child(2)
  .big_title_popup,
.mfp-container-connection .mfp-content > div > div > div:nth-child(2) p {
  color: #fff;
}
.mfp-container-connection .mfp-content > div > div > div .btn {
  display: block;
  text-align: center;
  width: calc(100% - 120px);
  position: absolute;
  bottom: 40px;
  left: 60px;
}
@media screen and (max-width: 1024px) {
  .mfp-container-connection .mfp-content > div > div > div .btn {
    width: calc(100% - 80px);
    left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .mfp-container-connection .mfp-content > div > div > div .btn {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.mfp-container-informations .mfp-content,
.mfp-container-address .mfp-content,
.mfp-container-mailchimp .mfp-content {
  border: 5px solid #ee4197;
  max-width: 900px;
}
.mfp-container-informations .mfp-content > div,
.mfp-container-address .mfp-content > div,
.mfp-container-mailchimp .mfp-content > div {
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 1024px) {
  .mfp-container-informations .mfp-content > div,
  .mfp-container-address .mfp-content > div,
  .mfp-container-mailchimp .mfp-content > div {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .mfp-container-informations .mfp-content > div,
  .mfp-container-address .mfp-content > div,
  .mfp-container-mailchimp .mfp-content > div {
    padding: 40px 20px;
  }
}
.mfp-container-informations .mfp-content > div h5,
.mfp-container-address .mfp-content > div h5,
.mfp-container-mailchimp .mfp-content > div h5 {
  padding-left: 60px;
  position: relative;
  margin-bottom: 40px;
}
.mfp-container-informations .mfp-content > div h5 span,
.mfp-container-address .mfp-content > div h5 span,
.mfp-container-mailchimp .mfp-content > div h5 span {
  background: #0093d0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  padding-top: 8px;
  position: absolute;
  top: -8px;
  left: 0px;
}
.mfp-container-informations .mfp-content > div h5 span svg,
.mfp-container-address .mfp-content > div h5 span svg,
.mfp-container-mailchimp .mfp-content > div h5 span svg {
  width: 20px;
  height: 20px;
}
.mfp-container-informations .mfp-content > div h5 span svg path,
.mfp-container-address .mfp-content > div h5 span svg path,
.mfp-container-mailchimp .mfp-content > div h5 span svg path {
  fill: #fff !important;
}
.mfp-container-informations .mfp-content > div #contact_form,
.mfp-container-address .mfp-content > div #contact_form,
.mfp-container-mailchimp .mfp-content > div #contact_form {
  margin-top: 50px;
}
.mfp-container-informations .mfp-content > div .mfp-close,
.mfp-container-address .mfp-content > div .mfp-close,
.mfp-container-mailchimp .mfp-content > div .mfp-close {
  color: #333;
}
.standardWidth {
  width: 50%;
  max-width: 800px;
}
@media screen and (max-width: 1100px) {
  .standardWidth {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mfp-container-inspirations {
    padding: 20px 28px !important;
  }
}
.mfp-container-inspirations .mfp-content {
  background: none;
  overflow: visible;
  overflow-x: visible;
}
@media screen and (max-width: 1100px) {
  .mfp-container-inspirations .mfp-content {
    overflow: scroll;
    overflow-x: hidden;
  }
}
.mfp-container-inspirations .mfp-content .contentPopup {
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .mfp-container-inspirations .mfp-content .contentPopup {
    background: #fff;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
    padding: 60px 60px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .mfp-container-inspirations .mfp-content .contentPopup {
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .mfp-container-inspirations .mfp-content .contentPopup {
    padding: 60px 20px 20px;
  }
}
@keyframes inspirationsProducts_width {
  from {
    width: 0;
  }
  to {
    width: 50%;
  }
}
@keyframes inspirationsProducts_width_repsonsive {
  from {
    width: 100;
  }
  to {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .mfp-container-inspirations .mfp-content .contentPopup > img {
    max-height: 300px;
  }
}
.mfp-container-inspirations .mfp-content .contentPopup .mfp-close {
  position: fixed;
  color: #333;
}
@media screen and (max-width: 1100px) {
  .mfp-container-inspirations .mfp-content .contentPopup .mfp-close {
    position: absolute;
  }
}
.mfp-container-inspirations .mfp-content .contentPopup .inspirationsProducts {
  position: fixed;
  top: 0px;
  right: 0px;
  background: #fff;
  height: 100%;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
  max-width: 800px;
  animation-duration: 0.5s;
  overflow: scroll;
  width: 50%;
  animation-name: inspirationsProducts_width;
}
@media screen and (max-width: 1100px) {
  .mfp-container-inspirations .mfp-content .contentPopup .inspirationsProducts {
    width: 100%;
    animation-name: inspirationsProducts_width_repsonsive;
    position: relative;
    top: auto;
    right: auto;
    box-shadow: none;
  }
}
.mfp-container-inspirations
  .mfp-content
  .contentPopup
  .inspirationsProducts
  > div {
  display: table;
  width: 100%;
  height: 100%;
}
.mfp-container-inspirations
  .mfp-content
  .contentPopup
  .inspirationsProducts
  > div
  > div {
  display: table-cell;
  vertical-align: middle;
}
.mfp-container-inspirations
  .mfp-content
  .contentPopup
  .inspirationsProducts
  > div
  > div
  .containerProduct {
  opacity: 0;
  padding: 10px 40px;
}
@media screen and (max-width: 1100px) {
  .mfp-container-inspirations
    .mfp-content
    .contentPopup
    .inspirationsProducts
    > div
    > div
    .containerProduct {
    padding: 10px 0px;
  }
}
.mfp-container-inspirations
  .mfp-content
  .contentPopup
  .inspirationsProducts
  > div
  > div
  .containerProduct:not(:last-child)
  .product {
  border-bottom: 1px solid #ddd;
}
.mfp-container-inspirations
  .mfp-content
  .contentPopup
  .inspirationsProducts
  > div
  > div
  .containerProduct
  .product {
  box-shadow: none;
  position: relative;
  padding: 20px 0px 60px;
}
.mfp-container-inspirations
  .mfp-content
  .contentPopup
  .inspirationsProducts
  > div
  > div
  .containerProduct
  .product
  .image {
  position: absolute;
  top: 20px;
  left: 0px;
  height: calc(100% - 40px);
  width: 25%;
  padding-bottom: 0px;
}
@media screen and (max-width: 650px) {
  .mfp-container-inspirations
    .mfp-content
    .contentPopup
    .inspirationsProducts
    > div
    > div
    .containerProduct
    .product
    .image {
    width: 15%;
  }
}
.mfp-container-inspirations
  .mfp-content
  .contentPopup
  .inspirationsProducts
  > div
  > div
  .containerProduct
  .product
  .title,
.mfp-container-inspirations
  .mfp-content
  .contentPopup
  .inspirationsProducts
  > div
  > div
  .containerProduct
  .product
  .dimension,
.mfp-container-inspirations
  .mfp-content
  .contentPopup
  .inspirationsProducts
  > div
  > div
  .containerProduct
  .product
  .price,
.mfp-container-inspirations
  .mfp-content
  .contentPopup
  .inspirationsProducts
  > div
  > div
  .containerProduct
  .product
  .one_piece_condtionning {
  padding-left: calc(25% + 40px);
  text-align: left;
}
@media screen and (max-width: 650px) {
  .mfp-container-inspirations
    .mfp-content
    .contentPopup
    .inspirationsProducts
    > div
    > div
    .containerProduct
    .product
    .title,
  .mfp-container-inspirations
    .mfp-content
    .contentPopup
    .inspirationsProducts
    > div
    > div
    .containerProduct
    .product
    .dimension,
  .mfp-container-inspirations
    .mfp-content
    .contentPopup
    .inspirationsProducts
    > div
    > div
    .containerProduct
    .product
    .price,
  .mfp-container-inspirations
    .mfp-content
    .contentPopup
    .inspirationsProducts
    > div
    > div
    .containerProduct
    .product
    .one_piece_condtionning {
    padding-left: calc(15% + 20px);
  }
}
.mfp-container-inspirations
  .mfp-content
  .contentPopup
  .inspirationsProducts
  > div
  > div
  .containerProduct
  .circles {
  text-align: right;
  bottom: 30px;
  padding-right: 40px;
}
@media screen and (max-width: 1100px) {
  .mfp-container-inspirations
    .mfp-content
    .contentPopup
    .inspirationsProducts
    > div
    > div
    .containerProduct
    .circles {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .mfp-container-inspirations
    .mfp-content
    .contentPopup
    .inspirationsProducts
    > div
    > div
    .noProduct {
    margin-top: 20px;
  }
}
.mfp-arrow-left:before {
  border-right: 27px solid #aaa !important;
}
.mfp-arrow-left:after {
  border-right: 17px solid #aaa !important;
}
.mfp-arrow-right:before {
  border-left: 27px solid #aaa !important;
}
.mfp-arrow-right:after {
  border-left: 17px solid #aaa !important;
}
.mfp-arrow {
  transform: scale(0.75);
}
@media screen and (max-width: 1100px) {
  .mfp-arrow {
    transform: scale(0.5) !important;
    position: fixed !important;
  }
}
@media screen and (max-width: 800px) {
  .mfp-arrow {
    transform: scale(0.5);
  }
}
.mfp-arrow:before {
  opacity: 1 !important;
}
@media screen and (max-width: 1800px) {
  .mfp-arrow-right {
    right: -15px !important;
  }
  .mfp-arrow-left {
    left: -15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mfp-arrow-right {
    right: -22px !important;
  }
  .mfp-arrow-left {
    left: -22px !important;
  }
}
@media screen and (max-width: 900px) {
  .mfp-arrow-right {
    right: -5px !important;
  }
  .mfp-arrow-left {
    left: -5px !important;
  }
}
@media screen and (max-width: 768px) {
  .mfp-arrow-right {
    right: -8px !important;
  }
  .mfp-arrow-left {
    left: -8px !important;
  }
}
.contentPopupAddress h3 {
  margin-bottom: 40px;
}
.contentPopupAddress h5 {
  padding-left: 0px !important;
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}
.contentPopupAddress .container-element-form-align-right .btn,
.contentPopupAddress .container-element-form-align-left .btn {
  margin-top: 20px !important;
}
.contentPopupAddress .delete_address_choices {
  margin-top: 20px;
  display: inline-block;
}
.contentPopupAddress .delete_address_choices input {
  margin-left: 20px;
}
.contentPopupAddress textarea {
  height: 100px;
  margin-top: 5px;
}
.contentPopupAddress input.distance_address_delivery {
  margin-top: 5px;
}
.contentPopupAddress .label_truck_address {
  padding-left: 10px !important;
  margin-right: 0px;
}
.contentPopupAddress .container_truck > div > div {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .contentPopupAddress .container_truck > div > div {
    width: auto;
  }
}
.contentPopupAddress .exemple {
  display: block;
  line-height: 1.2;
  font-size: 9pt;
}
.container_quantity {
  margin-top: 10px;
  position: relative;
}
.container_quantity input {
  border: none;
  text-align: center;
  padding: 0px 40px;
  width: 138px;
  font-size: 12pt;
  font-weight: 400;
  background-color: transparent;
}
.container_quantity input:focus {
  outline: 0;
}
.container_quantity .quantity-nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 110px;
}
.container_quantity .quantity-nav:before {
  content: "";
  display: block;
  width: 64px;
  height: 30px;
  border: 1px solid #aaa;
  position: absolute;
  top: -3px;
  left: 36px;
  z-index: -1;
}
.container_quantity .quantity-nav .quantity-button {
  cursor: pointer;
  text-align: center;
  color: #fff;
  background: #ddd;
  font-size: 24pt;
  line-height: 0.9;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.container_quantity .quantity-nav .quantity-button:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #c4c4c4;
}
.container_quantity .quantity-nav .quantity-button.quantity-up {
  position: absolute;
  top: -3px;
  right: -58px;
}
.container_quantity .quantity-nav .quantity-button.quantity-down {
  position: absolute;
  top: -3px;
  left: 30px;
}
.quantity_total_conditionning,
.quantity_total_conditionning_bac {
  color: #ee4197;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 3px !important;
}
.quantity_total_conditionning + span,
.quantity_total_conditionning_bac + span {
  color: #ee4197;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 0px !important;
}
.sectionSingleProduct .quantity_total_conditionning,
.sectionSingleProduct .quantity_total_conditionning_bac {
  padding-left: 10px;
}
#cart-menu .container_quantity_total_conditionning,
#cart-menu .container_quantity_total_conditionning_bac {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #cart-menu .container_quantity_total_conditionning,
  #cart-menu .container_quantity_total_conditionning_bac {
    display: inline-block;
    margin-top: 0px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 500px) {
  #cart-menu .container_quantity_total_conditionning,
  #cart-menu .container_quantity_total_conditionning_bac {
    display: block;
    margin-top: 10px;
    padding-left: 0px;
  }
}
#cart-menu .quantity_total_conditionning,
#cart-menu .quantity_total_conditionning_bac,
.order_summary .quantity_total_conditionning,
.order_summary .quantity_total_conditionning_bac {
  font-size: 8pt;
  padding-left: 0px;
}
#cart-menu .quantity_total_conditionning + span,
#cart-menu .quantity_total_conditionning_bac + span,
.order_summary .quantity_total_conditionning + span,
.order_summary .quantity_total_conditionning_bac + span {
  font-size: 8pt;
}
#cart .container_quantity_total_conditionning,
#cart .container_quantity_total_conditionning_bac {
  padding-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  #cart .container_quantity_total_conditionning,
  #cart .container_quantity_total_conditionning_bac {
    display: block;
    margin-top: 10px;
    padding-left: 0px;
  }
}
.presentation_product .container_quantity {
  margin-top: 30px;
}
#mini-cart .quantity-nav,
#cart .quantity-nav {
  left: 120px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.line {
  display: block;
  height: 1px;
  width: 100%;
  background: #ddd;
  margin-bottom: 40px;
}
.ball {
  position: absolute;
  border-radius: 100%;
  opacity: 0;
  z-index: -2;
}
.circle {
  z-index: -2;
}
.circle_1 {
  border-radius: 50%;
  background-color: #b7eaff;
  position: absolute;
}
.circle_2 {
  border-radius: 50%;
  background-color: #fde5f1;
  position: absolute;
}
#canvas {
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0.9;
}
.text-delete {
  margin-bottom: 20px;
  color: #ee4197;
}
.error_message,
.success_message {
  margin-top: 40px;
}
.error_message {
  color: #ee4197;
}
.success_message {
  color: #0093d0;
}
.erreur_re {
  position: relative;
}
.erreur_re .error_message {
  margin-top: 5px;
  position: absolute;
  right: 0px;
  font-size: 9pt;
}
.error_copy_delivery span {
  margin-top: 5px;
  font-size: 9pt;
  color: #ee4197;
}
.important_indication,
.msg_impossible_date {
  color: #ee4197;
  font-size: 9pt;
  font-style: italic;
  font-weight: 400;
}
.important_indication:not(:last-child),
.msg_impossible_date:not(:last-child) {
  margin-bottom: 20px;
}
.small_indication {
  color: #aaa;
  font-size: 9pt;
  font-style: italic;
  font-weight: 400;
}
.small_indication:not(:last-child) {
  margin-bottom: 20px;
}
.small_indication a {
  color: #aaa;
  font-size: 9pt;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}
.login_error_message {
  margin-bottom: 20px;
}
.login_error_message p {
  text-align: right;
  color: #ee4197;
  margin-bottom: 0px;
}
#form_error_message {
  margin-bottom: 20px;
  color: #ee4197;
}
#form_error_message p {
  color: #ee4197;
  margin-bottom: 0px;
}
.help:not(:first-child) {
  margin-top: 60px;
}
.help div {
  text-align: center;
}
.help .help_block {
  border: 1px solid #ddd;
  padding: 20px;
}
.help .help_block div:first-child {
  font-weight: 500;
}
.help .help_block .mail a {
  font-weight: 500;
  color: #ee4197;
}
.help .help_schedule:not(:first-child) {
  margin-top: 20px;
}
.socialMedia a {
  display: inline-block;
  border: 1px solid #333;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.socialMedia a:not(:last-child) {
  margin-right: 15px;
}
.socialMedia a svg {
  width: 16px;
  height: 16px;
}
.socialMedia a svg path,
.socialMedia a svg rect {
  fill: #333;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.socialMedia a:hover {
  border: 1px solid #aaa;
}
.socialMedia a:hover svg path,
.socialMedia a:hover svg rect {
  fill: #aaa;
}
.socialMedia a.linkedin svg {
  width: 15px;
  height: 15px;
  position: relative;
  top: -1px;
}
header {
  position: fixed;
  width: 100%;
  z-index: 1001;
  top: 0px;
  left: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  height: 140px;
}
@media screen and (max-width: 1024px) {
  header {
    height: 100px;
  }
}
header .contentHeader {
  max-width: 1600px;
  margin: auto;
  padding: 20px 60px;
  position: relative;
  height: 140px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  header .contentHeader {
    height: 100px;
    padding: 15px 40px;
  }
}
@media screen and (max-width: 768px) {
  header .contentHeader {
    padding: 15px 20px;
  }
}
header .contentHeader #topMenuLeft {
  position: absolute;
  top: 10px;
  left: 60px;
}
@media screen and (max-width: 1024px) {
  header .contentHeader #topMenuLeft {
    left: 40px;
  }
}
@media screen and (max-width: 900px) {
  header .contentHeader #topMenuLeft {
    display: none;
  }
}
header .contentHeader .logo {
  position: relative;
  z-index: 10000;
  left: 10px;
}
@media screen and (max-width: 900px) {
  header .contentHeader .logo {
    left: 0px;
  }
}
header .contentHeader .logo img {
  width: 110px;
}
@media screen and (max-width: 1024px) {
  header .contentHeader .logo img {
    height: 70px;
  }
}
header .contentHeader #primary-menu-desktop {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 20px;
}
@media screen and (max-width: 1024px) {
  header .contentHeader #primary-menu-desktop {
    bottom: 16px;
  }
}
@media screen and (max-width: 900px) {
  header .contentHeader #primary-menu-desktop {
    display: none;
  }
}
header .contentHeader #primary-menu-desktop ul {
  list-style: none;
}
header .contentHeader #primary-menu-desktop ul li {
  display: inline-block;
}
header .contentHeader #primary-menu-desktop ul li a {
  font-weight: 500;
  text-transform: uppercase;
}
header .contentHeader #primary-menu-desktop ul li a:hover {
  color: #aaa;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .contentHeader #primary-menu-desktop ul li:not(:first-child) {
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  header .contentHeader #primary-menu-desktop ul li:not(:first-child) {
    margin-left: 30px;
  }
}
header .contentHeader #primary-menu-desktop ul li:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  header .contentHeader #primary-menu-desktop ul li:not(:last-child) {
    margin-right: 30px;
  }
}
header .contentHeader #primary-menu-desktop ul .to_left {
  margin-right: 200px !important;
}
@media screen and (max-width: 1200px) {
  header .contentHeader #primary-menu-desktop ul .to_left {
    margin-right: 160px !important;
  }
}
header .contentHeader #primary-menu-desktop ul .to_right {
  margin-left: 200px !important;
}
@media screen and (max-width: 1200px) {
  header .contentHeader #primary-menu-desktop ul .to_right {
    margin-left: 160px !important;
  }
}
header .contentHeader #container-main-menu .backgroundMenu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  z-index: 10000;
}
header .contentHeader #container-main-menu #main-menu {
  width: 0px;
  overflow: auto;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
  z-index: 10000000;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  header .contentHeader #container-main-menu #main-menu {
    box-shadow: none;
  }
}
header .contentHeader #container-main-menu #main-menu > div {
  opacity: 0;
  display: table;
  width: 100%;
  height: 100%;
}
header .contentHeader #container-main-menu #main-menu > div:before {
  content: "";
  background: #fff;
  height: 120px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 460px;
  z-index: 10000;
  display: none;
}
@media screen and (max-width: 900px) {
  header .contentHeader #container-main-menu #main-menu > div:before {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  header .contentHeader #container-main-menu #main-menu > div:before {
    width: 100%;
  }
}
header .contentHeader #container-main-menu #main-menu > div > div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  header .contentHeader #container-main-menu #main-menu > div > div {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  header .contentHeader #container-main-menu #main-menu > div > div {
    padding-left: 20px;
  }
}
header
  .contentHeader
  #container-main-menu
  #main-menu
  > div
  > div
  #primary-menu
  ul {
  list-style: none;
}
header
  .contentHeader
  #container-main-menu
  #main-menu
  > div
  > div
  #primary-menu
  ul
  li {
  margin-bottom: 30px;
}
@media screen and (max-height: 900px) {
  header
    .contentHeader
    #container-main-menu
    #main-menu
    > div
    > div
    #primary-menu
    ul
    li {
    margin-bottom: 10px;
  }
}
@media screen and (max-height: 700px) {
  header
    .contentHeader
    #container-main-menu
    #main-menu
    > div
    > div
    #primary-menu
    ul
    li {
    margin-bottom: 5px;
  }
}
header
  .contentHeader
  #container-main-menu
  #main-menu
  > div
  > div
  #primary-menu
  ul
  li
  a {
  font-weight: 500;
  text-transform: uppercase;
}
header
  .contentHeader
  #container-main-menu
  #main-menu
  > div
  > div
  #primary-menu
  ul
  li
  a:hover {
  color: #aaa;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .contentHeader #container-main-menu #main-menu > div > div .socialMedia {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-height: 900px) {
  header
    .contentHeader
    #container-main-menu
    #main-menu
    > div
    > div
    .socialMedia {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-height: 700px) {
  header
    .contentHeader
    #container-main-menu
    #main-menu
    > div
    > div
    .socialMedia {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
header
  .contentHeader
  #container-main-menu
  #main-menu
  > div
  > div
  #secondary-menu
  ul {
  list-style: none;
}
header
  .contentHeader
  #container-main-menu
  #main-menu
  > div
  > div
  #secondary-menu
  ul
  li {
  margin-bottom: 10px;
}
@media screen and (max-height: 900px) {
  header
    .contentHeader
    #container-main-menu
    #main-menu
    > div
    > div
    #secondary-menu
    ul
    li {
    margin-bottom: 0px;
  }
}
header
  .contentHeader
  #container-main-menu
  #main-menu
  > div
  > div
  #secondary-menu
  ul
  li
  a {
  color: #aaa;
  text-transform: uppercase;
  font-size: 10pt;
}
header
  .contentHeader
  #container-main-menu
  #main-menu
  > div
  > div
  #secondary-menu
  ul
  li
  a:hover {
  color: #333;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .contentHeader #container-main-menu.open #main-menu {
  width: 460px;
}
@media screen and (max-width: 768px) {
  header .contentHeader #container-main-menu.open #main-menu {
    width: 100%;
  }
}
header .contentHeader #container-main-menu.open #main-menu > div:before {
  display: block;
}
header .contentHeader #topMenuRight a,
header .contentHeader .responsiveMenu a {
  text-transform: uppercase;
  font-weight: 400;
}
header .contentHeader #topMenuRight a:hover,
header .contentHeader .responsiveMenu a:hover {
  color: #aaa;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .contentHeader #topMenuRight a:hover span,
header .contentHeader .responsiveMenu a:hover span {
  color: #aaa;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .contentHeader #topMenuRight a svg,
header .contentHeader .responsiveMenu a svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}
header .contentHeader #topMenuRight a span,
header .contentHeader .responsiveMenu a span {
  text-transform: uppercase;
  font-weight: 400;
}
header .contentHeader #topMenuRight a.user svg path,
header .contentHeader .responsiveMenu a.user svg path {
  fill: #333;
}
header .contentHeader #topMenuRight a.user:hover svg path,
header .contentHeader .responsiveMenu a.user:hover svg path {
  fill: #aaa;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .contentHeader #topMenuRight a.wishlist svg path,
header .contentHeader .responsiveMenu a.wishlist svg path {
  stroke: #333;
  fill: none;
}
header .contentHeader #topMenuRight a.wishlist:hover svg path,
header .contentHeader .responsiveMenu a.wishlist:hover svg path {
  stroke: #aaa;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .contentHeader #topMenuRight a.wishlist.active svg path,
header .contentHeader .responsiveMenu a.wishlist.active svg path {
  stroke: #ed174f;
}
header .contentHeader #topMenuRight a.user,
header .contentHeader #topMenuRight a.wishlist,
header .contentHeader .responsiveMenu a.user,
header .contentHeader .responsiveMenu a.wishlist {
  position: relative;
}
header .contentHeader #topMenuRight a.cart .nb,
header .contentHeader .responsiveMenu a.cart .nb {
  display: inline-block;
  border: 1px solid #333;
  padding: 0px 8px;
  margin-left: 8px;
}
header .contentHeader #topMenuRight a.cart.inactive,
header .contentHeader .responsiveMenu a.cart.inactive {
  cursor: default;
}
header .contentHeader #topMenuRight a.cart.inactive:hover span,
header .contentHeader .responsiveMenu a.cart.inactive:hover span {
  color: #333;
}
header .contentHeader #topMenuRight a.cart:not(.inactive):hover .nb,
header .contentHeader .responsiveMenu a.cart:not(.inactive):hover .nb {
  border: 1px solid #aaa;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .contentHeader #topMenuRight {
  position: absolute;
  top: 10px;
  right: 60px;
  font-size: 0px;
}
@media screen and (max-width: 1700px) {
  header .contentHeader #topMenuRight {
    right: 80px;
  }
}
@media screen and (max-width: 900px) {
  header .contentHeader #topMenuRight {
    right: 20px;
  }
}
header .contentHeader #topMenuRight a svg {
  margin-left: 8px;
}
@media screen and (max-width: 1260px) {
  header .contentHeader #topMenuRight a svg {
    margin-left: 0px;
  }
}
@media screen and (max-width: 500px) {
  header .contentHeader #topMenuRight a svg {
    width: 17px;
    height: 17px;
  }
}
header .contentHeader #topMenuRight a.cart {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  header .contentHeader #topMenuRight a.cart {
    margin-left: 10px;
    position: relative;
  }
}
@media screen and (max-width: 500px) {
  header .contentHeader #topMenuRight a.cart .nb {
    position: absolute;
    top: -7px;
    left: 6px;
    background: white;
    font-size: 8pt;
    border: none;
    padding: 2px;
    margin: 0px;
    min-width: 20px;
    line-height: 1;
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  header .contentHeader #topMenuRight a.cart:hover .nb {
    font-size: 8pt !important;
    border: none !important;
    padding: 2px !important;
  }
}
header .contentHeader #topMenuRight a.user,
header .contentHeader #topMenuRight a.wishlist {
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  header .contentHeader #topMenuRight a.user,
  header .contentHeader #topMenuRight a.wishlist {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1260px) {
  header .contentHeader #topMenuRight a.user span,
  header .contentHeader #topMenuRight a.wishlist span {
    display: none;
  }
}
header .contentHeader #topMenuRight a.user:after,
header .contentHeader #topMenuRight a.wishlist:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 1px;
  background: #333;
  position: absolute;
  top: 0px;
  right: -15px;
}
@media screen and (max-width: 768px) {
  header .contentHeader #topMenuRight a.user:after,
  header .contentHeader #topMenuRight a.wishlist:after {
    right: -10px;
  }
}
@media screen and (max-width: 1260px) {
  header .contentHeader #topMenuRight a.cart .text {
    display: none;
  }
}
header .contentHeader #topMenuRight a.cart .iconCart {
  display: none;
}
@media screen and (max-width: 1260px) {
  header .contentHeader #topMenuRight a.cart .iconCart {
    display: inline-block;
  }
}
header .contentHeader #topMenuRight a.cart:hover .iconCart svg path {
  fill: #aaa;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 900px) {
  header .contentHeader #topMenuRight .languages {
    display: none;
  }
}
header .contentHeader .responsiveMenu {
  display: none;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  header .contentHeader .responsiveMenu {
    display: block;
  }
}
header .contentHeader .responsiveMenu .Iam {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
header .contentHeader .responsiveMenu:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 60px;
  background: #333;
}
header .contentHeader .responsiveMenu a {
  margin-bottom: 10px;
  display: inline-block;
}
header .contentHeader .responsiveMenu a svg {
  margin-left: 8px;
}
@media screen and (max-width: 900px) {
  header .contentHeader .responsiveMenu a svg {
    margin-left: 0px;
    margin-right: 14px;
  }
}
@media screen and (max-width: 900px) {
  header .contentHeader .responsiveMenu .nb {
    margin-left: 0px !important;
    margin-right: 8px !important;
  }
}
header .contentHeader .Iam .container_status,
header .contentHeader #topMenuLeft .container_status {
  position: relative;
  display: inline-block;
}
header .contentHeader .Iam .container_status .title_status,
header .contentHeader .Iam .container_status li,
header .contentHeader #topMenuLeft .container_status .title_status,
header .contentHeader #topMenuLeft .container_status li {
  cursor: pointer;
  text-transform: uppercase;
}
header .contentHeader .Iam .container_status .title_status:hover,
header .contentHeader .Iam .container_status li:hover,
header .contentHeader #topMenuLeft .container_status .title_status:hover,
header .contentHeader #topMenuLeft .container_status li:hover {
  color: #aaa;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .contentHeader .Iam .container_status .title_status:hover .name_status,
header .contentHeader .Iam .container_status li:hover .name_status,
header
  .contentHeader
  #topMenuLeft
  .container_status
  .title_status:hover
  .name_status,
header .contentHeader #topMenuLeft .container_status li:hover .name_status {
  color: #aaa;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .contentHeader .Iam .container_status .title_status:hover .icon svg path,
header .contentHeader .Iam .container_status li:hover .icon svg path,
header
  .contentHeader
  #topMenuLeft
  .container_status
  .title_status:hover
  .icon
  svg
  path,
header .contentHeader #topMenuLeft .container_status li:hover .icon svg path {
  fill: #aaa;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .contentHeader .Iam .container_status .title_status,
header .contentHeader #topMenuLeft .container_status .title_status {
  font-weight: 400;
}
header .contentHeader .Iam .container_status .title_status .name_status,
header
  .contentHeader
  #topMenuLeft
  .container_status
  .title_status
  .name_status {
  font-weight: 500;
}
header .contentHeader .Iam .container_status ul,
header .contentHeader #topMenuLeft .container_status ul {
  position: absolute;
  top: 20px;
  right: 0px;
}
header .contentHeader .Iam .container_status ul li,
header .contentHeader #topMenuLeft .container_status ul li {
  display: none;
  list-style: none;
  color: #aaa;
  opacity: 0.8;
  color: #fff;
}
header .contentHeader .Iam .container_status ul li:hover,
header .contentHeader #topMenuLeft .container_status ul li:hover {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .contentHeader .Iam .container_status ul li .name_status,
header .contentHeader #topMenuLeft .container_status ul li .name_status {
  display: block;
}
header .contentHeader .Iam .container_status .title_status.open .icon,
header .contentHeader #topMenuLeft .container_status .title_status.open .icon {
  transform: rotate(180deg);
  top: -1px;
}
header .contentHeader .Iam .container_status .title_status .icon,
header .contentHeader #topMenuLeft .container_status .title_status .icon {
  position: absolute;
  right: -26px;
  top: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .contentHeader .Iam .container_status .title_status .icon svg,
header .contentHeader #topMenuLeft .container_status .title_status .icon svg {
  width: 15px;
  height: 15px;
}
.hamburger {
  position: absolute;
  top: 75px;
  left: 60px;
  z-index: 100000000;
  padding: 0px !important;
  display: none;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    left: 40px;
    top: 55px;
  }
}
@media screen and (max-width: 900px) {
  .hamburger {
    top: 35px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    left: 20px;
  }
}
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after {
  background-color: #aaa;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.hamburger.is-active {
  position: fixed;
}
.languages {
  width: 45px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -2px;
  right: -80px;
}
@media screen and (max-width: 1700px) {
  .languages {
    right: -60px;
  }
}
@media screen and (max-width: 900px) {
  .languages {
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .languages {
    right: 20px;
  }
}
.lang-block {
  position: absolute;
  z-index: 4000;
  height: 32px;
  overflow: hidden;
  background: url(../svg/languages.svg) #fff right 5px top 14px no-repeat;
  font-size: 14px;
  border: 1px solid transparent;
  margin-right: 10px;
}
.lang-block:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: auto;
  border: 1px solid #333;
  overflow: visible;
}
.lang-switch {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  list-style: none;
}
.lang-switch li {
  order: 2;
}
.lang-switch li a {
  display: block;
  padding: 5px 20px 5px 10px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  width: 100%;
  font-size: 10pt;
}
.lang-switch li.active {
  order: 1;
}
.lang-switch li.active a {
  color: #333;
}
.lang-switch li:not(.active) a:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #aaa;
  color: white !important;
}
.container-to-right .background-to-right {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  z-index: 10000;
}
.container-to-right.open .menu-to-right {
  overflow-y: scroll;
}
.container-to-right .menu-to-right {
  width: 0px;
  background: #fff;
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100%;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
  z-index: 10000000;
}
@media screen and (max-width: 768px) {
  .container-to-right .menu-to-right {
    box-shadow: none;
  }
}
.container-to-right .menu-to-right > div {
  opacity: 0;
  display: table;
  width: 100%;
  height: 100%;
}
.container-to-right .menu-to-right > div > div {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .container-to-right .menu-to-right > div > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-to-right .menu-to-right > div > div .header {
  background: #313e47;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px;
  text-align: center;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 0px;
  z-index: 100000;
}
.container-to-right .menu-to-right > div > div .header.open {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .container-to-right .menu-to-right > div > div .header.open {
    width: 100%;
  }
}
.container-to-right .menu-to-right > div > div .header .nb {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0px 8px;
  margin-left: 8px;
  color: #fff;
}
.container-to-right .menu-to-right > div > div .header .icon {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.container-to-right .menu-to-right > div > div .header .icon svg {
  width: 20px;
  height: 20px;
}
.container-to-right .menu-to-right > div > div .header .icon svg path {
  fill: #fff;
}
.container-to-right .menu-to-right > div > div .header .close {
  opacity: 0.65;
  position: absolute;
  top: 2px;
  right: 12px;
  color: #fff;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  cursor: pointer;
}
.container-to-right .menu-to-right > div > div .header .close:hover {
  opacity: 1;
}
.container-to-right.open .menu-to-right {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .container-to-right.open .menu-to-right {
    width: 100%;
  }
}
.container-to-right.open .menu-to-right > div:before {
  display: block;
}
.bottom_header > div {
  padding: 10px 60px;
  margin: auto;
  max-width: 1600px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .bottom_header > div {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  .bottom_header > div {
    padding: 10px 20px;
  }
}
.bottom_header > div .backTo {
  position: absolute;
  bottom: -30px;
  left: 60px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .bottom_header > div .backTo {
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .bottom_header > div .backTo {
    left: 20px;
  }
}
.breadcrum {
  background-color: #ee4197;
}
.breadcrum a:not(.backTo) {
  color: white;
  position: relative;
  font-size: 14pt;
}
@media screen and (max-width: 1024px) {
  .breadcrum a:not(.backTo) {
    font-size: 11pt;
  }
}
.breadcrum a:not(.backTo):hover:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: white;
}
.breadcrum span {
  color: white;
  margin: 0px 5px;
}
#added_product,
#added_wishlist,
#instant_login_logout,
#crud_address,
#get_valid_msg {
  background-color: #7bc521;
  display: none;
  position: fixed;
  top: 140px;
  z-index: 1000;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #added_product,
  #added_wishlist,
  #instant_login_logout,
  #crud_address,
  #get_valid_msg {
    top: 100px;
  }
}
#added_product.inspi,
#added_wishlist.inspi,
#instant_login_logout.inspi,
#crud_address.inspi,
#get_valid_msg.inspi {
  top: 0px;
  z-index: 1000000;
}
#added_product .content_added_product,
#added_product .content_added_wishlist,
#added_product .content_instant_login_logout,
#added_product .content_crud_address,
#added_wishlist .content_added_product,
#added_wishlist .content_added_wishlist,
#added_wishlist .content_instant_login_logout,
#added_wishlist .content_crud_address,
#instant_login_logout .content_added_product,
#instant_login_logout .content_added_wishlist,
#instant_login_logout .content_instant_login_logout,
#instant_login_logout .content_crud_address,
#crud_address .content_added_product,
#crud_address .content_added_wishlist,
#crud_address .content_instant_login_logout,
#crud_address .content_crud_address,
#get_valid_msg .content_added_product,
#get_valid_msg .content_added_wishlist,
#get_valid_msg .content_instant_login_logout,
#get_valid_msg .content_crud_address {
  text-transform: inherit;
}
#added_product .content_added_product svg,
#added_product .content_added_wishlist svg,
#added_product .content_instant_login_logout svg,
#added_product .content_crud_address svg,
#added_wishlist .content_added_product svg,
#added_wishlist .content_added_wishlist svg,
#added_wishlist .content_instant_login_logout svg,
#added_wishlist .content_crud_address svg,
#instant_login_logout .content_added_product svg,
#instant_login_logout .content_added_wishlist svg,
#instant_login_logout .content_instant_login_logout svg,
#instant_login_logout .content_crud_address svg,
#crud_address .content_added_product svg,
#crud_address .content_added_wishlist svg,
#crud_address .content_instant_login_logout svg,
#crud_address .content_crud_address svg,
#get_valid_msg .content_added_product svg,
#get_valid_msg .content_added_wishlist svg,
#get_valid_msg .content_instant_login_logout svg,
#get_valid_msg .content_crud_address svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  vertical-align: top;
}
#added_product .content_added_product svg path,
#added_product .content_added_wishlist svg path,
#added_product .content_instant_login_logout svg path,
#added_product .content_crud_address svg path,
#added_wishlist .content_added_product svg path,
#added_wishlist .content_added_wishlist svg path,
#added_wishlist .content_instant_login_logout svg path,
#added_wishlist .content_crud_address svg path,
#instant_login_logout .content_added_product svg path,
#instant_login_logout .content_added_wishlist svg path,
#instant_login_logout .content_instant_login_logout svg path,
#instant_login_logout .content_crud_address svg path,
#crud_address .content_added_product svg path,
#crud_address .content_added_wishlist svg path,
#crud_address .content_instant_login_logout svg path,
#crud_address .content_crud_address svg path,
#get_valid_msg .content_added_product svg path,
#get_valid_msg .content_added_wishlist svg path,
#get_valid_msg .content_instant_login_logout svg path,
#get_valid_msg .content_crud_address svg path {
  fill: white;
}
#added_product .content_added_product div,
#added_product .content_added_wishlist div,
#added_product .content_instant_login_logout div,
#added_product .content_crud_address div,
#added_wishlist .content_added_product div,
#added_wishlist .content_added_wishlist div,
#added_wishlist .content_instant_login_logout div,
#added_wishlist .content_crud_address div,
#instant_login_logout .content_added_product div,
#instant_login_logout .content_added_wishlist div,
#instant_login_logout .content_instant_login_logout div,
#instant_login_logout .content_crud_address div,
#crud_address .content_added_product div,
#crud_address .content_added_wishlist div,
#crud_address .content_instant_login_logout div,
#crud_address .content_crud_address div,
#get_valid_msg .content_added_product div,
#get_valid_msg .content_added_wishlist div,
#get_valid_msg .content_instant_login_logout div,
#get_valid_msg .content_crud_address div {
  color: white;
  display: inline-block;
  margin-left: 10px;
  font-weight: 500;
  width: calc(100% - 40px);
}
.sectionHeaderHomeParticular {
  position: relative;
  overflow: hidden;
  margin-bottom: -40px;
}
.sectionHeaderHomeParticular .contentSection {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  top: -60px;
  margin-top: 60px;
}
.sectionHeaderHomeParticular .contentSection > div {
  font-size: 0px;
}
.sectionHeaderHomeParticular .contentSection > div > div {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.sectionHeaderHomeParticular .contentSection > div > div:first-child {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sectionHeaderHomeParticular .contentSection > div > div:first-child {
    width: 100%;
    margin-top: 40px;
    z-index: 1;
  }
}
.sectionHeaderHomeParticular .contentSection > div > div:last-child {
  width: 55%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sectionHeaderHomeParticular .contentSection > div > div:last-child {
    width: 100%;
    margin-top: -150px;
  }
}
@media screen and (max-width: 600px) {
  .sectionHeaderHomeParticular .contentSection > div > div:last-child {
    margin-top: 0px;
  }
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .choiceCategoryInspirations {
  margin-bottom: 80px;
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .choiceCategoryInspirations
  .titre
  h1 {
  display: inline;
  font-size: 36pt;
}
@media screen and (max-width: 1024px) {
  .sectionHeaderHomeParticular
    .contentSection
    > div
    > div
    .choiceCategoryInspirations
    .titre
    h1 {
    font-size: 30pt;
  }
}
@media screen and (max-width: 900px) {
  .sectionHeaderHomeParticular
    .contentSection
    > div
    > div
    .choiceCategoryInspirations
    .titre
    h1 {
    font-size: 24pt;
  }
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .choiceCategoryInspirations
  .titre
  .filter
  .titleCategories
  .term {
  font-size: 36pt;
}
@media screen and (max-width: 1024px) {
  .sectionHeaderHomeParticular
    .contentSection
    > div
    > div
    .choiceCategoryInspirations
    .titre
    .filter
    .titleCategories
    .term {
    font-size: 30pt;
  }
}
@media screen and (max-width: 900px) {
  .sectionHeaderHomeParticular
    .contentSection
    > div
    > div
    .choiceCategoryInspirations
    .titre
    .filter
    .titleCategories
    .term {
    font-size: 24pt;
  }
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .choiceCategoryInspirations
  .titre
  .filter
  .titleCategories
  .icon {
  bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .sectionHeaderHomeParticular
    .contentSection
    > div
    > div
    .choiceCategoryInspirations
    .titre
    .filter
    .titleCategories
    .icon {
    bottom: 22px;
  }
}
@media screen and (max-width: 900px) {
  .sectionHeaderHomeParticular
    .contentSection
    > div
    > div
    .choiceCategoryInspirations
    .titre
    .filter
    .titleCategories
    .icon {
    bottom: 16px;
  }
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .choiceCategoryInspirations
  .titre
  .filter
  .containerCategories {
  top: 66px;
  max-height: 300px;
  overflow: scroll;
}
@media screen and (max-width: 1024px) {
  .sectionHeaderHomeParticular
    .contentSection
    > div
    > div
    .choiceCategoryInspirations
    .titre
    .filter
    .containerCategories {
    top: 54px;
  }
}
@media screen and (max-width: 900px) {
  .sectionHeaderHomeParticular
    .contentSection
    > div
    > div
    .choiceCategoryInspirations
    .titre
    .filter
    .containerCategories {
    top: 41px;
  }
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .choiceCategoryInspirations
  .titre
  .filter
  .mCSB_inside
  > .mCSB_container {
  margin-right: 12px;
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .choiceCategoryInspirations
  .titre
  .filter
  .mCS-light-thick.mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar,
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .choiceCategoryInspirations
  .titre
  .filter
  .mCS-dark-thick.mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 4px;
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .choiceCategoryInspirations
  .titre
  .filter
  .mCSB_scrollTools {
  width: 10px;
}
.sectionHeaderHomeParticular .contentSection > div > div .circle_1 {
  width: 55%;
  padding-bottom: 55%;
  top: -30%;
  right: 52%;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .sectionHeaderHomeParticular .contentSection > div > div .circle_1 {
    top: -60%;
    right: 40%;
    width: 70%;
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 600px) {
  .sectionHeaderHomeParticular .contentSection > div > div .circle_1 {
    top: -200%;
    right: 30%;
    width: 100%;
    padding-bottom: 100%;
  }
}
.sectionHeaderHomeParticular .contentSection > div > div .circle_2 {
  width: 25%;
  padding-bottom: 25%;
  bottom: -10%;
  right: -5%;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .sectionHeaderHomeParticular .contentSection > div > div .circle_2 {
    right: 40%;
  }
}
.sectionHeaderHomeParticular .contentSection > div > div .imageCircle {
  border-radius: 50%;
  width: 90%;
  padding-bottom: 90%;
  position: relative;
  bottom: -30px;
  right: -10%;
  z-index: 100;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sectionHeaderHomeParticular .contentSection > div > div .imageCircle {
    width: 78%;
    padding-bottom: 78%;
  }
}
@media screen and (max-width: 768px) {
  .sectionHeaderHomeParticular .contentSection > div > div .imageCircle {
    width: 58%;
    padding-bottom: 58%;
    bottom: 20px;
    right: -48%;
    z-index: -1;
  }
}
@media screen and (max-width: 600px) {
  .sectionHeaderHomeParticular .contentSection > div > div .imageCircle {
    opacity: 0;
    bottom: 20px;
    width: 45%;
    padding-bottom: 45%;
  }
}
@media screen and (max-width: 400px) {
  .sectionHeaderHomeParticular .contentSection > div > div .imageCircle {
    right: -55%;
  }
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .imageCircle
  .containerProductInspiration {
  position: absolute;
}
@media screen and (max-width: 900px) {
  .sectionHeaderHomeParticular
    .contentSection
    > div
    > div
    .imageCircle
    .containerProductInspiration {
    display: none;
  }
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .imageCircle
  .containerProductInspiration
  .btnProductInspiration {
  display: block;
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  position: relative;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .imageCircle
  .containerProductInspiration
  .btnProductInspiration:before {
  content: "";
  position: absolute;
  background: black;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  opacity: 0.5;
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .imageCircle
  .containerProductInspiration
  .btnProductInspiration:hover:before {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .imageCircle
  .containerProductInspiration
  .vignette {
  background: white;
  width: 500px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 10;
  display: none;
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .imageCircle
  .containerProductInspiration
  .vignette_top {
  bottom: 15px;
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .imageCircle
  .containerProductInspiration
  .vignette_bottom {
  top: 15px;
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .imageCircle
  .containerProductInspiration
  .vignette_right {
  right: -100px;
}
.sectionHeaderHomeParticular
  .contentSection
  > div
  > div
  .imageCircle
  .containerProductInspiration
  .vignette_left {
  right: 15px;
}
.sectionHeaderHomeParticular .contentSection > div > div .defaultImageCircle {
  display: block;
}
.sectionHeaderHomeCompany {
  position: relative;
  overflow: hidden;
}
.sectionHeaderHomeCompany .contentSection {
  position: relative;
}
.sectionHeaderHomeCompany .contentSection > div {
  margin: auto;
  max-width: 900px;
  text-align: center;
  position: relative;
}
.sectionHeaderHomeCompany .contentSection > div .titre h1 {
  font-family: "corporate-a", serif;
  font-size: 36pt;
  text-align: left;
  position: relative;
  z-index: 1;
  display: inline;
}
@media screen and (max-width: 1024px) {
  .sectionHeaderHomeCompany .contentSection > div .titre h1 {
    font-size: 30pt;
    padding: 35px 0px;
  }
}
@media screen and (max-width: 900px) {
  .sectionHeaderHomeCompany .contentSection > div .titre h1 {
    font-size: 24pt;
  }
}
.sectionHeaderHomeCompany .contentSection > div .titre h1 > span {
  display: block;
  padding-left: 60px;
  font-family: "corporate-a", serif;
  font-size: 36pt;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .sectionHeaderHomeCompany .contentSection > div .titre h1 > span {
    font-size: 30pt;
  }
}
@media screen and (max-width: 900px) {
  .sectionHeaderHomeCompany .contentSection > div .titre h1 > span {
    font-size: 24pt;
  }
}
.sectionHeaderHomeCompany .contentSection > div .titre h1 > span span {
  font-family: "parisienneregular", serif;
  font-size: 38pt;
}
@media screen and (max-width: 1024px) {
  .sectionHeaderHomeCompany .contentSection > div .titre h1 > span span {
    font-size: 30pt;
  }
}
@media screen and (max-width: 900px) {
  .sectionHeaderHomeCompany .contentSection > div .titre h1 > span span {
    font-size: 24pt;
  }
}
.sectionHeaderHomeCompany .contentSection > div .btn {
  margin-top: 40px;
}
.sectionHeaderHomeCompany .contentSection > div .circle_1 {
  width: 25%;
  padding-bottom: 25%;
  top: -200px;
  left: -150px;
  opacity: 0;
}
.sectionHeaderHomeCompany .contentSection > div .circle_2 {
  width: 25%;
  padding-bottom: 25%;
  bottom: -200px;
  right: -300px;
  opacity: 0;
}
.choiceCategoryInspirations .titre,
.catalogForm .titre {
  font-family: "corporate-a", serif;
  margin-bottom: 20px;
  position: relative;
}
.choiceCategoryInspirations .titre .filter,
.catalogForm .titre .filter {
  position: relative;
  display: inline-block;
  min-width: 400px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .choiceCategoryInspirations .titre .filter,
  .catalogForm .titre .filter {
    min-width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .choiceCategoryInspirations .titre .filter,
  .catalogForm .titre .filter {
    min-width: 100%;
    margin-left: 10px;
    margin-right: 0px;
  }
}
.choiceCategoryInspirations .titre .filter .titleCategories,
.catalogForm .titre .filter .titleCategories {
  position: relative;
  cursor: pointer;
}
.choiceCategoryInspirations .titre .filter .titleCategories .term,
.catalogForm .titre .filter .titleCategories .term {
  font-family: "parisienneregular", serif;
}
.choiceCategoryInspirations .titre .filter .titleCategories:after,
.catalogForm .titre .filter .titleCategories:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  background: #333;
  position: absolute;
  bottom: 10px;
  left: -10px;
}
.choiceCategoryInspirations .titre .filter .titleCategories.open .icon,
.catalogForm .titre .filter .titleCategories.open .icon {
  transform: rotate(180deg);
}
.choiceCategoryInspirations .titre .filter .titleCategories .icon,
.catalogForm .titre .filter .titleCategories .icon {
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.choiceCategoryInspirations .titre .filter .titleCategories .icon svg,
.catalogForm .titre .filter .titleCategories .icon svg {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.choiceCategoryInspirations .titre .filter .containerCategories,
.catalogForm .titre .filter .containerCategories {
  position: absolute;
  left: -10px;
  width: 100%;
  background: #fff;
  display: none;
  z-index: 1000;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.choiceCategoryInspirations .titre .filter .containerCategories .containerRadio,
.catalogForm .titre .filter .containerCategories .containerRadio {
  position: relative;
}
.choiceCategoryInspirations
  .titre
  .filter
  .containerCategories
  .containerRadio
  input,
.catalogForm .titre .filter .containerCategories .containerRadio input {
  opacity: 0;
  position: absolute;
}
.choiceCategoryInspirations
  .titre
  .filter
  .containerCategories
  .containerRadio
  label,
.catalogForm .titre .filter .containerCategories .containerRadio label {
  cursor: pointer;
  padding: 10px 20px;
  display: block;
}
.choiceCategoryInspirations
  .titre
  .filter
  .containerCategories
  .containerRadio
  label:hover,
.catalogForm .titre .filter .containerCategories .containerRadio label:hover {
  background-color: #eaeaea;
}
.sectionCategories {
  position: relative;
}
.sectionCategories .background {
  position: absolute;
  background: #ee4197;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sectionCategories .contentSection {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .sectionCategories .contentSection {
    padding: 0px;
  }
}
.sectionCategories .contentSection .categories {
  font-size: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sectionCategories .contentSection .categories .category {
  display: inline-block;
  vertical-align: top;
  width: 11.11%;
  padding: 40px 10px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .sectionCategories .contentSection .categories .category {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .sectionCategories .contentSection .categories .category {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .sectionCategories .contentSection .categories .category {
    width: 33.33%;
  }
}
.sectionCategories .contentSection .categories .category:hover {
  background-color: #fff;
}
.sectionCategories .contentSection .categories .category:hover .icon {
  transform: translate(0px, -4px);
  border: 1px solid #ee4197;
}
.sectionCategories .contentSection .categories .category:hover .icon svg path,
.sectionCategories .contentSection .categories .category:hover .icon svg g {
  fill: #ee4197;
}
.sectionCategories .contentSection .categories .category:hover div {
  color: #ee4197;
}
.sectionCategories .contentSection .categories .category .icon {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sectionCategories .contentSection .categories .category .icon {
    width: 60px;
    height: 60px;
  }
}
.sectionCategories .contentSection .categories .category .icon svg {
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .sectionCategories .contentSection .categories .category .icon svg {
    width: 30px;
    height: 30px;
  }
}
.sectionCategories .contentSection .categories .category .icon svg path,
.sectionCategories .contentSection .categories .category .icon svg g {
  fill: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionCategories .contentSection .categories .category div {
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1260px) {
  .sectionCategories .contentSection .categories .category div {
    font-size: 8pt;
  }
}
@media screen and (max-width: 600px) {
  .sectionCategories .contentSection .categories .category div {
    font-size: 6pt;
  }
}
.sectionCatalog {
  overflow: hidden;
}
.sectionCatalog .contentSection {
  position: relative;
}
.sectionCatalog .contentSection h1 {
  font-size: 36pt;
  font-family: "corporate-a", serif;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .sectionCatalog .contentSection h1 {
    font-size: 30pt;
  }
}
@media screen and (max-width: 900px) {
  .sectionCatalog .contentSection h1 {
    font-size: 24pt;
  }
}
.sectionCatalog .contentSection .centered_description {
  margin-bottom: 100px;
}
.sectionCatalog .contentSection .centered_description .circle_1 {
  border-radius: 50%;
  background-color: #b7eaff;
  width: 25%;
  padding-bottom: 25%;
  position: absolute;
  top: -300px;
  left: -150px;
}
.sectionCatalog .contentSection .centered_description .circle_2 {
  border-radius: 50%;
  background-color: #fde5f1;
  width: 25%;
  padding-bottom: 25%;
  position: absolute;
  bottom: -200px;
  right: -300px;
}
.sectionCatalog .contentSection .containerCatalog {
  position: relative;
  font-size: 0px;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .sectionCatalog .contentSection .containerCatalog {
    padding-top: 0px;
  }
}
.sectionCatalog .contentSection .containerCatalog .catalogForm {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  padding: 50px 0px;
}
@media screen and (max-width: 1400px) {
  .sectionCatalog .contentSection .containerCatalog .catalogForm {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .sectionCatalog .contentSection .containerCatalog .catalogForm {
    padding: 0px;
    width: 100%;
    margin-bottom: 60px;
  }
}
.sectionCatalog .contentSection .containerCatalog .catalogForm .title_filtres {
  font-size: 18pt;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filter:last-child {
  border-bottom: 1px solid #ddd;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filter
  .titleFilter,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filter
  .titleFilter_always_open {
  font-size: 13pt;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  padding: 15px 0px;
  border-top: 1px solid #ddd;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filter
  .titleFilter {
  font-size: 13pt;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  padding: 15px 0px;
  padding-left: 35px;
  border-top: 1px solid #ddd;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filter
  .titleFilter:before {
  content: url(../svg/arrow_filter_black.svg);
  position: absolute;
  top: 18px;
  left: 0px;
  transform: rotate(0deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filter
  .titleFilter.open:before {
  transform: rotate(90deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  top: 15px;
  left: -2px;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filter
  .containerFilter:not(.containerFilter_always_open) {
  display: none;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  ul {
  list-style: none;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  ul
  li
  .containerRadio {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  ul
  li
  .containerRadio.checked
  > label
  > div {
  font-weight: 500;
  position: relative;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  ul
  li
  .containerRadio.checked
  > label
  > div:before {
  content: url(../svg/checked.svg);
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  ul
  li
  .containerRadio
  label {
  display: block;
  cursor: pointer;
  position: relative;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_1
  > li
  > .containerRadio {
  text-transform: uppercase;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_1
  > li
  > .containerRadio
  > label {
  padding: 5px 40px 5px 40px;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_1
  > li
  > .containerRadio
  > label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_1
  > li
  > .containerRadio
  > label.submenu:after {
  content: url(../svg/arrow_filter_white.svg);
  position: absolute;
  top: 7px;
  left: 6px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_1
  > li
  > .containerRadio
  > label.open
  div {
  font-weight: 500;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_1
  > li
  > .containerRadio
  > label.open:after {
  left: 3px;
  transform: rotate(90deg);
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_1
  > li
  > .containerRadio
  > label:hover
  .icon {
  right: 10px;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_1
  > li
  > .containerRadio
  > label
  .icon {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 5px;
  right: 5px;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_1
  > li
  > .containerRadio
  > label
  .icon
  svg {
  width: 25px;
  height: 25px;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_2 {
  padding-left: 60px;
  padding-right: 20px;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_3,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_4,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_5 {
  padding-left: 25px;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_2,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_3,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_4,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_5 {
  display: none;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_2
  li
  .containerRadio
  label.submenu:before,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_3
  li
  .containerRadio
  label.submenu:before,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_4
  li
  .containerRadio
  label.submenu:before,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_5
  li
  .containerRadio
  label.submenu:before {
  content: url(../svg/arrow_filter_black.svg);
  position: absolute;
  top: 3px;
  left: -25px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_2
  li
  .containerRadio
  label.submenu.open:before,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_3
  li
  .containerRadio
  label.submenu.open:before,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_4
  li
  .containerRadio
  label.submenu.open:before,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_5
  li
  .containerRadio
  label.submenu.open:before {
  top: 0px;
  transform: rotate(90deg);
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_2
  li
  .containerRadio
  label.open
  div,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_2
  li
  .containerRadio
  label:checked
  div,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_3
  li
  .containerRadio
  label.open
  div,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_3
  li
  .containerRadio
  label:checked
  div,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_4
  li
  .containerRadio
  label.open
  div,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_4
  li
  .containerRadio
  label:checked
  div,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_5
  li
  .containerRadio
  label.open
  div,
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterCategories
  .ul_level_5
  li
  .containerRadio
  label:checked
  div {
  font-weight: 500;
}
.sectionCatalog .contentSection .containerCatalog .catalogForm .filterColors {
  padding: 3px 0px 0px 3px;
  margin-bottom: 20px;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterColors
  .containerRadio {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterColors
  .containerRadio:hover
  label:before {
  content: "";
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  border: 1px solid #aaa;
  position: relative;
  top: -3px;
  left: -3px;
  background-color: transparent;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterColors
  .containerRadio:hover
  label:after {
  content: none !important;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterColors
  .containerRadio
  span {
  opacity: 0;
  position: absolute;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterColors
  .containerRadio
  span
  + label:before {
  content: none;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterColors
  .containerRadio
  span.checked
  + label:after {
  content: "";
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  border: 1px solid #333;
  position: relative;
  top: -3px;
  left: -3px;
  background-color: transparent;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterColors
  .containerRadio
  label {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .catalogForm
  .filterThemes
  .containerRadio {
  margin-bottom: 20px;
}
.sectionCatalog .contentSection .containerCatalog #elements_per_page {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 240px;
  background: white;
  z-index: 999;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  .sectionCatalog .contentSection .containerCatalog #elements_per_page {
    position: relative;
  }
}
.sectionCatalog
  .contentSection
  .containerCatalog
  #elements_per_page
  .title_elements_per_page {
  cursor: pointer;
  position: relative;
  padding: 10px 35px 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10pt;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  #elements_per_page
  .title_elements_per_page
  span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10pt;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  #elements_per_page
  .title_elements_per_page:before {
  content: url(../svg/arrow_filter_black.svg);
  position: absolute;
  top: 13px;
  right: 13px;
  transform: rotate(0deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  #elements_per_page
  .title_elements_per_page.open:before {
  transform: rotate(90deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  top: 10px;
  right: 15px;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  #elements_per_page
  .container_elements_per_page {
  display: none;
  padding: 0px 0px 15px;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  #elements_per_page
  .container_elements_per_page
  .containerRadio {
  padding: 5px 20px;
  display: block;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  #elements_per_page
  .container_elements_per_page
  label {
  position: relative;
}
.sectionCatalog .contentSection .containerCatalog .container_list {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 360px);
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 1400px) {
  .sectionCatalog .contentSection .containerCatalog .container_list {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1024px) {
  .sectionCatalog .contentSection .containerCatalog .container_list {
    width: 100%;
    padding-left: 0px;
  }
}
.sectionCatalog .contentSection .containerCatalog .container_list .list {
  min-height: 360px;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .container_list
  .list
  .product_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sectionCatalog .contentSection .containerCatalog .pagination {
  text-align: center;
}
.sectionCatalog .contentSection .containerCatalog .pagination > div {
  display: inline-block;
  margin-top: 60px;
}
.sectionCatalog .contentSection .containerCatalog .pagination > div span {
  display: inline-block;
  margin: 0px 10px;
  cursor: pointer;
}
.sectionCatalog .contentSection .containerCatalog .pagination > div span:hover {
  color: #ee4197;
}
.sectionCatalog
  .contentSection
  .containerCatalog
  .pagination
  > div
  .active_page {
  color: #ee4197;
  font-weight: 500;
}
.description_category {
  margin-top: 20px;
}
.noProduct {
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .noProduct {
    padding-top: 0px;
  }
}
.product {
  display: block;
  padding: 20px 20px 120px;
  text-align: center;
  background: #fff;
  position: relative;
}
.product:not(.product_image) {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.product:not(.product_image):hover {
  transform: translate(-2px, -2px);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.product:not(.product_image):hover + .circles {
  transform: translate(-2px, -2px);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.product .image {
  padding-bottom: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.product .title {
  font-family: "corporate-a", serif;
  font-weight: 500;
  font-size: 16pt;
  margin-top: 20px;
}
.product .dimension span {
  display: inline-block;
}
.product .dimension span:not(:last-child):after {
  content: " x";
}
.product .price {
  font-weight: 400;
  font-size: 12pt;
  margin-top: 15px;
  position: relative;
}
.product .price span {
  font-size: 8pt;
  color: #aaa;
  font-weight: 400;
}
.product .price + span {
  font-size: 11pt;
  width: 60px;
  text-align: center;
  color: #ee4197;
  margin-top: 5px;
  display: inline-block;
}
.product .one_piece_condtionning,
.product .one_piece_condtionning span {
  font-size: 8pt;
  color: #aaa;
  font-weight: 400;
}
.product .one_piece_condtionning + span,
.product .one_piece_condtionning span + span {
  font-size: 11pt;
  width: 60px;
  text-align: center;
  color: #ee4197;
  margin-top: 5px;
  display: inline-block;
}
.containerProduct {
  position: relative;
}
.containerProduct .circles {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.containerProduct .circles span,
.containerProduct .circles a {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  margin: 0px 5px;
  vertical-align: top;
}
.containerProduct .circles span.icon_product_add_to_cart,
.containerProduct .circles a.icon_product_add_to_cart {
  background-color: #0093d0;
  border: 1px solid #0093d0;
  color: #fff;
  font-size: 28pt;
  line-height: 1;
}
.containerProduct .circles span.icon_product_add_to_cart:hover,
.containerProduct .circles a.icon_product_add_to_cart:hover {
  background-color: #fff;
  color: #0093d0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.containerProduct .circles span.icon_wishlist,
.containerProduct .circles a.icon_wishlist {
  border: 1px solid #ee4197;
  padding-top: 9px;
}
.containerProduct .circles span.icon_wishlist svg,
.containerProduct .circles a.icon_wishlist svg {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.containerProduct .circles span.icon_wishlist svg path,
.containerProduct .circles a.icon_wishlist svg path {
  stroke: #ee4197;
  fill: none;
}
.containerProduct .circles span.icon_wishlist:hover,
.containerProduct .circles a.icon_wishlist:hover {
  background-color: #ee4197;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.containerProduct .circles span.icon_wishlist:hover svg path,
.containerProduct .circles a.icon_wishlist:hover svg path {
  stroke: #fff;
}
.containerProduct .circles span.icon_wishlist.active,
.containerProduct .circles a.icon_wishlist.active {
  cursor: default;
  background-color: #ee4197;
}
.containerProduct .circles span.icon_wishlist.active svg path,
.containerProduct .circles a.icon_wishlist.active svg path {
  stroke: #fff;
}
.containerProduct .circles span.icon_delete_wishlist,
.containerProduct .circles a.icon_delete_wishlist {
  border: 1px solid #ee4197;
  padding-top: 9px;
}
.containerProduct .circles span.icon_delete_wishlist svg,
.containerProduct .circles a.icon_delete_wishlist svg {
  width: 16px;
  height: 20px;
}
.containerProduct .circles span.icon_delete_wishlist svg line,
.containerProduct .circles a.icon_delete_wishlist svg line {
  stroke: #ee4197;
  fill: none;
}
.containerProduct .circles span.icon_delete_wishlist:hover,
.containerProduct .circles a.icon_delete_wishlist:hover {
  background-color: #ee4197;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.containerProduct .circles span.icon_delete_wishlist:hover svg line,
.containerProduct .circles a.icon_delete_wishlist:hover svg line {
  stroke: #fff;
}
.containerProduct .circles span.icon_information,
.containerProduct .circles a.icon_information {
  background-color: #0093d0;
  border: 1px solid #0093d0;
  color: #fff;
  font-size: 28pt;
  line-height: 1;
}
.containerProduct .circles span.icon_information:hover,
.containerProduct .circles a.icon_information:hover {
  background-color: #fff;
  color: #0093d0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.containerProduct .circles span.icon_information svg,
.containerProduct .circles a.icon_information svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
}
.containerProduct .circles span.icon_information svg path,
.containerProduct .circles a.icon_information svg path {
  fill: #fff !important;
}
.containerProduct .circles span.icon_information:hover,
.containerProduct .circles a.icon_information:hover {
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.containerProduct .circles span.icon_information:hover svg path,
.containerProduct .circles a.icon_information:hover svg path {
  fill: #0093d0 !important;
}
.vignette .product {
  font-size: 0px;
  position: relative;
  box-shadow: none;
  padding: 20px 20px 80px;
}
.vignette .product .image {
  position: absolute;
  top: 20px;
  left: 20px;
  height: calc(100% - 40px);
  width: 25%;
  padding-bottom: 0px;
}
.vignette .product .image:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: black;
  position: absolute;
  top: 0px;
  right: -20px;
}
.vignette .product .title,
.vignette .product .dimension,
.vignette .product .price {
  padding-left: calc(25% + 60px);
  text-align: left;
  margin-top: 0px;
}
.vignette .circles {
  bottom: 20px;
}
.sectionCallToActionProducts .products,
.utils_products .products {
  font-size: 0px;
}
.sectionCallToActionProducts .products .containerProduct,
.utils_products .products .containerProduct {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .sectionCallToActionProducts .products .containerProduct,
  .utils_products .products .containerProduct {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .sectionCallToActionProducts .products .containerProduct,
  .utils_products .products .containerProduct {
    width: 100%;
    padding: 10px 0px;
  }
}
.sectionCatalog .products {
  font-size: 0px;
  margin: 20px -10px 0px;
}
@media screen and (max-width: 768px) {
  .sectionCatalog .products {
    margin: 20px 0px 0px;
  }
}
.sectionCatalog .products .containerProduct {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .sectionCatalog .products .containerProduct {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .sectionCatalog .products .containerProduct {
    width: 33.33%;
  }
}
@media screen and (max-width: 900px) {
  .sectionCatalog .products .containerProduct {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .sectionCatalog .products .containerProduct {
    width: 100%;
    padding: 10px 0px;
  }
}
.sectionCallToActionProducts .products {
  margin: 0px -10px;
}
@media screen and (max-width: 600px) {
  .sectionCallToActionProducts .products {
    margin: 0px;
  }
}
.utils_products {
  margin-top: 80px;
}
.utils_products .products {
  margin: 0px -10px;
}
@media screen and (max-width: 600px) {
  .utils_products .products {
    margin: 0px;
  }
}
.sectionCallToActionWithSlider {
  overflow: hidden;
}
.sectionCallToActionWithSlider .contentSection .callToAction_left,
.sectionCallToActionWithSlider .contentSection .callToAction_right {
  position: relative;
  margin-bottom: 120px;
}
.sectionCallToActionWithSlider
  .contentSection
  .callToAction_left.reduce_space_bottom,
.sectionCallToActionWithSlider
  .contentSection
  .callToAction_right.reduce_space_bottom {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sectionCallToActionWithSlider
    .contentSection
    .callToAction_left.reduce_space_bottom,
  .sectionCallToActionWithSlider
    .contentSection
    .callToAction_right.reduce_space_bottom {
    margin-bottom: 120px;
  }
}
.sectionCallToActionWithSlider .contentSection .callToAction_left > .image,
.sectionCallToActionWithSlider .contentSection .callToAction_right > .image {
  position: absolute;
  top: 3px;
  width: 750px;
  height: calc(100% - 6px);
  z-index: 100;
}
@media screen and (max-width: 1500px) {
  .sectionCallToActionWithSlider .contentSection .callToAction_left > .image,
  .sectionCallToActionWithSlider .contentSection .callToAction_right > .image {
    width: 650px;
  }
}
@media screen and (max-width: 1350px) {
  .sectionCallToActionWithSlider .contentSection .callToAction_left > .image,
  .sectionCallToActionWithSlider .contentSection .callToAction_right > .image {
    width: 550px;
  }
}
@media screen and (max-width: 1260px) {
  .sectionCallToActionWithSlider .contentSection .callToAction_left > .image,
  .sectionCallToActionWithSlider .contentSection .callToAction_right > .image {
    width: 33.33%;
  }
}
@media screen and (max-width: 900px) {
  .sectionCallToActionWithSlider .contentSection .callToAction_left > .image,
  .sectionCallToActionWithSlider .contentSection .callToAction_right > .image {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .sectionCallToActionWithSlider .contentSection .callToAction_left > .image,
  .sectionCallToActionWithSlider .contentSection .callToAction_right > .image {
    width: 100%;
    position: relative;
    top: auto;
    height: 260px;
    margin-bottom: 10px;
  }
}
.sectionCallToActionWithSlider .contentSection .callToAction_left .circle,
.sectionCallToActionWithSlider .contentSection .callToAction_right .circle {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  bottom: -90px;
  z-index: -1;
}
.sectionCallToActionWithSlider
  .contentSection
  .callToAction_left
  .containerProduct,
.sectionCallToActionWithSlider
  .contentSection
  .callToAction_right
  .containerProduct {
  padding: 3px;
}
.sectionCallToActionWithSlider .contentSection .callToAction_left .owl-nav,
.sectionCallToActionWithSlider .contentSection .callToAction_right .owl-nav {
  margin-top: 15px;
}
.sectionCallToActionWithSlider .contentSection .callToAction_left .image {
  left: 0px;
}
@media screen and (max-width: 500px) {
  .sectionCallToActionWithSlider .contentSection .callToAction_left .image {
    left: auto;
  }
}
.sectionCallToActionWithSlider
  .contentSection
  .callToAction_left
  .contentCallToAction {
  padding-left: 760px;
}
@media screen and (max-width: 1500px) {
  .sectionCallToActionWithSlider
    .contentSection
    .callToAction_left
    .contentCallToAction {
    padding-left: 660px;
  }
}
@media screen and (max-width: 1350px) {
  .sectionCallToActionWithSlider
    .contentSection
    .callToAction_left
    .contentCallToAction {
    padding-left: 560px;
  }
}
@media screen and (max-width: 1260px) {
  .sectionCallToActionWithSlider
    .contentSection
    .callToAction_left
    .contentCallToAction {
    padding-left: calc(33.33% + 10px);
  }
}
@media screen and (max-width: 900px) {
  .sectionCallToActionWithSlider
    .contentSection
    .callToAction_left
    .contentCallToAction {
    padding-left: calc(50% + 10px);
  }
}
@media screen and (max-width: 600px) {
  .sectionCallToActionWithSlider
    .contentSection
    .callToAction_left
    .contentCallToAction {
    padding-left: 0px;
  }
}
.sectionCallToActionWithSlider .contentSection .callToAction_left .circle {
  background-color: #fde5f1;
  left: -80px;
}
.sectionCallToActionWithSlider .contentSection .callToAction_left .owl-nav {
  right: 0px;
}
.sectionCallToActionWithSlider .contentSection .callToAction_right .image {
  right: 0px;
}
@media screen and (max-width: 500px) {
  .sectionCallToActionWithSlider .contentSection .callToAction_right .image {
    right: auto;
  }
}
.sectionCallToActionWithSlider
  .contentSection
  .callToAction_right
  .contentCallToAction {
  padding-right: 760px;
}
@media screen and (max-width: 1500px) {
  .sectionCallToActionWithSlider
    .contentSection
    .callToAction_right
    .contentCallToAction {
    padding-right: 660px;
  }
}
@media screen and (max-width: 1350px) {
  .sectionCallToActionWithSlider
    .contentSection
    .callToAction_right
    .contentCallToAction {
    padding-right: 560px;
  }
}
@media screen and (max-width: 1260px) {
  .sectionCallToActionWithSlider
    .contentSection
    .callToAction_right
    .contentCallToAction {
    padding-right: calc(33.33% + 10px);
  }
}
@media screen and (max-width: 900px) {
  .sectionCallToActionWithSlider
    .contentSection
    .callToAction_right
    .contentCallToAction {
    padding-right: calc(50% + 10px);
  }
}
@media screen and (max-width: 600px) {
  .sectionCallToActionWithSlider
    .contentSection
    .callToAction_right
    .contentCallToAction {
    padding-right: 0px;
  }
}
.sectionCallToActionWithSlider .contentSection .callToAction_right .circle {
  background-color: #b7eaff;
  opacity: 0.4;
  right: -80px;
}
.sectionCallToActionWithSlider .contentSection .callToAction_right .owl-nav {
  left: 0px;
}
.sectionCallToActionWithText {
  background-color: #fcfbf6;
}
.sectionCallToActionWithText .contentSection .columns {
  display: table;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sectionCallToActionWithText .contentSection .columns {
    display: block;
  }
}
.sectionCallToActionWithText .contentSection .columns .column {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .sectionCallToActionWithText .contentSection .columns .column {
    display: block;
    width: 100%;
  }
}
.sectionCallToActionWithText .contentSection .columns .column.columnImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .sectionCallToActionWithText .contentSection .columns .column.columnImage {
    padding-bottom: 40%;
  }
}
.sectionCallToActionWithText .contentSection .columns .column.columnText {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sectionCallToActionWithText
  .contentSection
  .columns
  .column.columnText
  .title {
  font-family: "cinque-donne-pro", serif;
  font-size: 36pt;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .sectionCallToActionWithText
    .contentSection
    .columns
    .column.columnText
    .title {
    font-size: 30pt;
  }
}
@media screen and (max-width: 768px) {
  .sectionCallToActionWithText
    .contentSection
    .columns
    .column.columnText
    .title {
    font-size: 24pt;
  }
}
.sectionCallToActionWithText .contentSection .columns .column.columnText .btn {
  background: #fcfbf6;
  margin-top: 60px;
}
.sectionCallToActionWithText .contentSection .columns .column.columnTextLeft {
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  .sectionCallToActionWithText .contentSection .columns .column.columnTextLeft {
    margin-top: 60px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .sectionCallToActionWithText .contentSection .columns .column.columnTextLeft {
    margin-top: 40px;
  }
}
.sectionCallToActionWithText .contentSection .columns .column.columnTextRight {
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  .sectionCallToActionWithText
    .contentSection
    .columns
    .column.columnTextRight {
    margin-bottom: 60px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .sectionCallToActionWithText
    .contentSection
    .columns
    .column.columnTextRight {
    margin-bottom: 40px;
  }
}
.sectionCallToActionProducts .products {
  position: relative;
}
.sectionCallToActionProducts .products .containerProduct .image_left,
.sectionCallToActionProducts .products .containerProduct .image_right {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px) !important;
}
@media screen and (max-width: 600px) {
  .sectionCallToActionProducts .products .containerProduct .image_left,
  .sectionCallToActionProducts .products .containerProduct .image_right {
    left: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .sectionCallToActionProducts .products .containerImage {
    padding-bottom: 120%;
  }
}
.sectionTestimonials {
  background-color: #fcfbf6;
  position: relative;
}
.sectionTestimonials .ball {
  z-index: 0;
}
.sectionTestimonials .contentSection {
  max-width: 1200px;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sectionTestimonials .contentSection {
    margin-top: 260px;
  }
}
.sectionTestimonials .contentSection .owl-carousel {
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .sectionTestimonials .contentSection .owl-carousel {
    margin-top: -260px;
    margin-bottom: 60px;
  }
}
.sectionTestimonials .contentSection .owl-carousel .slide {
  padding: 80px 240px 10px 10px;
}
@media screen and (max-width: 768px) {
  .sectionTestimonials .contentSection .owl-carousel .slide {
    padding: 260px 10px 10px 10px;
  }
}
.sectionTestimonials .contentSection .owl-carousel .slide > div {
  background-color: #fff;
  padding: 80px 140px 40px 100px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  position: relative;
  background-image: url(../svg/apostrophe.svg);
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: left 10% top 50%;
}
@media screen and (max-width: 1024px) {
  .sectionTestimonials .contentSection .owl-carousel .slide > div {
    padding: 80px 100px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .sectionTestimonials .contentSection .owl-carousel .slide > div {
    padding: 80px 40px 40px 40px;
  }
}
@media screen and (max-width: 500px) {
  .sectionTestimonials .contentSection .owl-carousel .slide > div {
    padding: 80px 20px 20px 40px;
  }
}
.sectionTestimonials .contentSection .owl-carousel .slide > div .testimonial {
  font-family: "parisienneregular", serif;
  font-size: 30pt;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sectionTestimonials .contentSection .owl-carousel .slide > div .testimonial {
    font-size: 24pt;
  }
}
@media screen and (max-width: 500px) {
  .sectionTestimonials .contentSection .owl-carousel .slide > div .testimonial {
    font-size: 20pt;
  }
}
.sectionTestimonials .contentSection .owl-carousel .slide > div .author {
  font-size: 14pt;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
}
.sectionTestimonials .contentSection .owl-carousel .slide > div .image {
  position: absolute;
  width: 300px;
  height: 300px;
  top: -80px;
  right: -240px;
}
@media screen and (max-width: 768px) {
  .sectionTestimonials .contentSection .owl-carousel .slide > div .image {
    top: -260px;
    right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .sectionTestimonials .contentSection .owl-carousel .slide > div .image {
    width: calc(100% - 40px);
  }
}
.sectionTestimonials .contentSection .owl-nav {
  right: 0px;
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .sectionTestimonials .contentSection .owl-nav {
    margin-top: 0px;
  }
}
.sectionListInspirations {
  overflow: hidden;
}
.sectionListInspirations .contentSection {
  position: relative;
}
.sectionListInspirations .contentSection .centered_description {
  margin-bottom: 100px;
}
.sectionListInspirations .contentSection .centered_description .circle_1 {
  border-radius: 50%;
  background-color: #b7eaff;
  width: 25%;
  padding-bottom: 25%;
  position: absolute;
  top: -300px;
  left: -150px;
}
.sectionListInspirations .contentSection .centered_description .circle_2 {
  border-radius: 50%;
  background-color: #fde5f1;
  width: 25%;
  padding-bottom: 25%;
  position: absolute;
  bottom: -200px;
  right: -300px;
}
.sectionListInspirations .contentSection .inspirations ~ h2 {
  margin-top: 60px;
}
.sectionListInspirations .contentSection .noResult {
  padding: 0px 10px;
}
.sectionListInspirations .contentSection .filterInspirationsForm {
  position: relative;
  height: 80px;
}
.sectionListInspirations .contentSection .filterInspirationsForm .filter {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
  background: white;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.sectionListInspirations
  .contentSection
  .filterInspirationsForm
  .filter
  .title_categories {
  cursor: pointer;
  position: relative;
  padding: 10px 35px 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10pt;
}
.sectionListInspirations
  .contentSection
  .filterInspirationsForm
  .filter
  .title_categories
  span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10pt;
}
.sectionListInspirations
  .contentSection
  .filterInspirationsForm
  .filter
  .title_categories:before {
  content: url(../svg/arrow_filter_black.svg);
  position: absolute;
  top: 13px;
  right: 13px;
  transform: rotate(0deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionListInspirations
  .contentSection
  .filterInspirationsForm
  .filter
  .title_categories.open:before {
  transform: rotate(90deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  top: 10px;
  right: 15px;
}
.sectionListInspirations
  .contentSection
  .filterInspirationsForm
  .filter
  .container_categories {
  display: none;
  padding: 0px 0px 15px;
}
.sectionListInspirations
  .contentSection
  .filterInspirationsForm
  .filter
  .container_categories
  .containerRadio {
  padding: 5px 20px;
  display: block;
}
.sectionListInspirations
  .contentSection
  .filterInspirationsForm
  .filter
  .container_categories
  label {
  position: relative;
}
.sectionListInspirations .inspirations,
.associate_references .inspirations {
  font-size: 0px;
  margin: 0px -10px;
  position: relative;
}
.sectionListInspirations .inspirations .containerInspiration,
.associate_references .inspirations .containerInspiration {
  padding: 0px 10px;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .sectionListInspirations .inspirations .containerInspiration,
  .associate_references .inspirations .containerInspiration {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .sectionListInspirations .inspirations .containerInspiration,
  .associate_references .inspirations .containerInspiration {
    width: 100%;
    padding: 0px;
  }
}
.sectionListInspirations .inspirations .containerInspiration .inspiration,
.associate_references .inspirations .containerInspiration .inspiration {
  padding-bottom: 80%;
  display: block;
  position: relative;
}
.sectionListInspirations .inspirations .containerInspiration .inspiration:hover,
.associate_references .inspirations .containerInspiration .inspiration:hover {
  transform: translate(-2px, -2px);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionListInspirations .inspirations .containerInspiration .inspiration > div,
.associate_references .inspirations .containerInspiration .inspiration > div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.sectionListInspirations
  .inspirations
  .containerInspiration
  .inspiration
  > div
  > div,
.associate_references
  .inspirations
  .containerInspiration
  .inspiration
  > div
  > div {
  display: table;
  max-width: 380px;
  width: 100%;
  margin: auto;
  height: 100%;
  padding: 40px;
}
.sectionListInspirations
  .inspirations
  .containerInspiration
  .inspiration
  > div
  > div
  > div,
.associate_references
  .inspirations
  .containerInspiration
  .inspiration
  > div
  > div
  > div {
  display: table-cell;
  vertical-align: middle;
}
.sectionListInspirations
  .inspirations
  .containerInspiration
  .inspiration
  > div
  > div
  > div
  > div,
.associate_references
  .inspirations
  .containerInspiration
  .inspiration
  > div
  > div
  > div
  > div {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 20px;
  text-align: center;
}
.sectionListInspirations
  .inspirations
  .containerInspiration
  .inspiration
  > div
  > div
  > div
  > div
  .title,
.associate_references
  .inspirations
  .containerInspiration
  .inspiration
  > div
  > div
  > div
  > div
  .title {
  font-family: "corporate-a", serif;
  font-weight: 500;
  font-size: 16pt;
}
.sectionLastInspirations .contentSection .inspirations {
  font-size: 0px;
  margin: 0px -10px;
}
.sectionLastInspirations .contentSection .inspirations .containerInspiration {
  padding: 0px 10px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .sectionLastInspirations .contentSection .inspirations .containerInspiration {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .sectionLastInspirations .contentSection .inspirations .containerInspiration {
    width: 100%;
    padding: 0px;
  }
}
.sectionLastInspirations
  .contentSection
  .inspirations
  .containerInspiration
  .inspiration {
  padding-bottom: 120%;
  display: block;
}
@media screen and (max-width: 900px) {
  .sectionLastInspirations
    .contentSection
    .inspirations
    .containerInspiration
    .inspiration {
    padding-bottom: 80%;
  }
}
.sectionLastInspirations
  .contentSection
  .inspirations
  .containerInspiration
  .inspiration:hover {
  transform: translate(-2px, -2px);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionTeam .contentSection .members {
  margin: auto;
  margin-top: 40px;
  max-width: 1000px;
}
.sectionTeam .contentSection .members .slide {
  padding: 20px 0px;
}
.sectionTeam .contentSection .members .slide .image {
  padding-bottom: 120%;
  margin-bottom: 20px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.sectionTeam .contentSection .members .slide .name {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.sectionTeam .contentSection .members .slide .profession {
  text-align: center;
}
.sectionAbout {
  overflow: hidden;
}
.sectionAbout .contentSection .centered_description .circle_1 {
  width: 25%;
  padding-bottom: 25%;
  top: -300px;
  left: -150px;
}
.sectionAbout .contentSection .centered_description .circle_2 {
  width: 25%;
  padding-bottom: 25%;
  bottom: -200px;
  right: -300px;
}
.sectionAbout .contentSection .centered_btn {
  text-align: center;
  margin-top: 60px;
}
.sectionAbout .bottom_about {
  background-color: #fcfbf6;
  position: relative;
  z-index: 10;
}
.sectionAbout .bottom_about .text_in_background {
  font-family: "parisienneregular", serif;
  font-size: 30pt;
  text-align: center;
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .sectionAbout .bottom_about .text_in_background {
    font-size: 24pt;
  }
}
@media screen and (max-width: 500px) {
  .sectionAbout .bottom_about .text_in_background {
    font-size: 20pt;
  }
}
.sectionContact .columns {
  display: table;
  width: 100%;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 1260px) {
  .sectionContact .columns {
    display: block;
  }
}
.sectionContact .columns .column {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 1260px) {
  .sectionContact .columns .column {
    display: block;
  }
}
.sectionContact .columns .column:first-child {
  width: calc(100% - 500px);
  padding-right: 120px;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 1400px) {
  .sectionContact .columns .column:first-child {
    padding-right: 60px;
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1260px) {
  .sectionContact .columns .column:first-child {
    padding-right: 0px;
    width: 100%;
    border-right: none;
  }
}
.sectionContact .columns .column:last-child {
  width: 500px;
  padding-left: 120px;
}
@media screen and (max-width: 1400px) {
  .sectionContact .columns .column:last-child {
    padding-left: 60px;
    width: 400px;
  }
}
@media screen and (max-width: 1260px) {
  .sectionContact .columns .column:last-child {
    padding-left: 0px;
    width: 100%;
    margin-top: 60px;
    font-size: 0px;
  }
  .sectionContact .columns .column:last-child > div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .sectionContact .columns .column:last-child > div {
    width: 100%;
  }
}
.sectionContact .columns .column:last-child > div:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 1260px) {
  .sectionContact .columns .column:last-child > div:not(:first-child) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .sectionContact .columns .column:last-child > div:not(:first-child) {
    margin-top: 40px;
  }
}
.sectionContact .columns .column:last-child .title_contact {
  font-size: 11pt;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}
.sectionContact .columns .column:last-child .title_contact svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -40px;
}
.sectionContact .columns .column:last-child .title_contact svg path {
  fill: #ee4197;
}
#sectionMap {
  position: relative;
}
#sectionMap #gmap_canvas {
  height: 460px;
  width: 100%;
}
#sectionMap #gmap_canvas img {
  max-width: none !important;
  background: none !important;
}
.sectionFAQ .contentSection .containerFAQ {
  display: table;
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .sectionFAQ .contentSection .containerFAQ {
    display: block;
  }
}
.sectionFAQ .contentSection .containerFAQ > div {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 1260px) {
  .sectionFAQ .contentSection .containerFAQ > div {
    display: block;
  }
}
.sectionFAQ .contentSection .containerFAQ .containerMenuFAQ {
  width: 500px;
  padding-right: 120px;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 1400px) {
  .sectionFAQ .contentSection .containerFAQ .containerMenuFAQ {
    padding-right: 60px;
    width: 400px;
  }
}
@media screen and (max-width: 1260px) {
  .sectionFAQ .contentSection .containerFAQ .containerMenuFAQ {
    padding-right: 0px;
    width: 100%;
    border-right: none;
  }
}
.sectionFAQ .contentSection .containerFAQ .containerMenuFAQ #actualItemMenuFAQ {
  display: none;
  width: 260px;
  padding: 9px 20px 6px 20px;
  border: 1px solid #000;
  cursor: pointer;
  text-transform: uppercase;
  background-image: url(../png/arrow_down.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: top 16px right 16px;
  color: #ee4197;
}
@media screen and (max-width: 1260px) {
  .sectionFAQ
    .contentSection
    .containerFAQ
    .containerMenuFAQ
    #actualItemMenuFAQ {
    display: block;
  }
}
.sectionFAQ
  .contentSection
  .containerFAQ
  .containerMenuFAQ
  #actualItemMenuFAQ.active {
  background-image: url(../png/arrow_up.png);
}
.sectionFAQ .contentSection .containerFAQ .containerMenuFAQ .faqMenu {
  list-style: none;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 1260px) {
  .sectionFAQ .contentSection .containerFAQ .containerMenuFAQ .faqMenu {
    display: none;
    width: 260px;
    background-color: white;
    position: absolute;
    z-index: 200;
    padding-bottom: 0px;
    border-top: none;
  }
}
.sectionFAQ .contentSection .containerFAQ .containerMenuFAQ .faqMenu li {
  cursor: pointer;
  display: block;
  padding: 20px 20px 25px 0px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .sectionFAQ .contentSection .containerFAQ .containerMenuFAQ .faqMenu li {
    display: block;
    text-align: left;
    padding: 9px 20px 6px 20px;
    margin: 0px;
    background-color: white;
    color: black;
    border: 1px solid black;
    border-top: none;
  }
}
.sectionFAQ .contentSection .containerFAQ .containerMenuFAQ .faqMenu li .arrow {
  position: absolute;
  right: 10px;
  top: 25px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1260px) {
  .sectionFAQ
    .contentSection
    .containerFAQ
    .containerMenuFAQ
    .faqMenu
    li
    .arrow {
    display: none;
  }
}
.sectionFAQ
  .contentSection
  .containerFAQ
  .containerMenuFAQ
  .faqMenu
  li
  .arrow
  svg {
  width: 12px;
  height: 12px;
}
.sectionFAQ
  .contentSection
  .containerFAQ
  .containerMenuFAQ
  .faqMenu
  li
  .arrow
  svg
  path {
  fill: #333;
}
.sectionFAQ
  .contentSection
  .containerFAQ
  .containerMenuFAQ
  .faqMenu
  li:hover
  .arrow {
  right: 0px;
}
.sectionFAQ .contentSection .containerFAQ .containerMenuFAQ .faqMenu li.active {
  color: #ee4197;
  font-weight: 400;
}
.sectionFAQ
  .contentSection
  .containerFAQ
  .containerMenuFAQ
  .faqMenu
  li.active
  .arrow
  svg
  path {
  fill: #ee4197;
}
.sectionFAQ .contentSection .containerFAQ .container_FAQ_questions {
  width: calc(100% - 500px);
  padding-left: 120px;
}
@media screen and (max-width: 1400px) {
  .sectionFAQ .contentSection .containerFAQ .container_FAQ_questions {
    padding-left: 60px;
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1260px) {
  .sectionFAQ .contentSection .containerFAQ .container_FAQ_questions {
    padding-left: 0px;
    width: 100%;
    margin-top: 60px;
  }
}
.sectionFAQ
  .contentSection
  .containerFAQ
  .container_FAQ_questions
  .FAQ_questions {
  border-top: 1px solid #ddd;
}
.sectionFAQ
  .contentSection
  .containerFAQ
  .container_FAQ_questions
  .FAQ_questions:not(:first-child) {
  display: none;
}
.sectionFAQ
  .contentSection
  .containerFAQ
  .container_FAQ_questions
  .FAQ_questions
  .question {
  border-bottom: 1px solid #ddd;
}
.sectionFAQ
  .contentSection
  .containerFAQ
  .container_FAQ_questions
  .FAQ_questions
  .question
  .title {
  text-transform: uppercase;
  font-weight: 500;
  padding: 40px 40px 40px 0px;
  cursor: pointer;
  position: relative;
}
.sectionFAQ
  .contentSection
  .containerFAQ
  .container_FAQ_questions
  .FAQ_questions
  .question
  .title:before {
  content: "+";
  display: block;
  position: absolute;
  right: 0px;
  color: #ee4197;
  top: 27px;
  font-size: 24pt;
}
.sectionFAQ
  .contentSection
  .containerFAQ
  .container_FAQ_questions
  .FAQ_questions
  .question
  .title.open:before {
  content: "-";
}
.sectionFAQ
  .contentSection
  .containerFAQ
  .container_FAQ_questions
  .FAQ_questions
  .question
  .content {
  margin-bottom: 40px;
  display: none;
}
.sectionPraticalInformations .containerPraticalInformations {
  display: table;
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .sectionPraticalInformations .containerPraticalInformations {
    display: block;
  }
}
.sectionPraticalInformations .containerPraticalInformations > div {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 1260px) {
  .sectionPraticalInformations .containerPraticalInformations > div {
    display: block;
  }
}
.sectionPraticalInformations
  .containerPraticalInformations
  .containerMenuPraticalInformation {
  width: 500px;
  padding-right: 120px;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 1400px) {
  .sectionPraticalInformations
    .containerPraticalInformations
    .containerMenuPraticalInformation {
    padding-right: 60px;
    width: 400px;
  }
}
@media screen and (max-width: 1260px) {
  .sectionPraticalInformations
    .containerPraticalInformations
    .containerMenuPraticalInformation {
    padding-right: 0px;
    width: 100%;
    border-right: none;
  }
}
.sectionPraticalInformations
  .containerPraticalInformations
  .containerMenuPraticalInformation
  #actualItemMenuPraticalInformation {
  display: none;
  width: 260px;
  padding: 9px 20px 6px 20px;
  border: 1px solid #000;
  cursor: pointer;
  text-transform: uppercase;
  background-image: url(../png/arrow_down.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: top 16px right 16px;
  color: #ee4197;
}
@media screen and (max-width: 1260px) {
  .sectionPraticalInformations
    .containerPraticalInformations
    .containerMenuPraticalInformation
    #actualItemMenuPraticalInformation {
    display: block;
  }
}
.sectionPraticalInformations
  .containerPraticalInformations
  .containerMenuPraticalInformation
  #actualItemMenuPraticalInformation.active {
  background-image: url(../png/arrow_up.png);
}
.sectionPraticalInformations
  .containerPraticalInformations
  .containerMenuPraticalInformation
  #pratical-menu
  ul {
  list-style: none;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 1260px) {
  .sectionPraticalInformations
    .containerPraticalInformations
    .containerMenuPraticalInformation
    #pratical-menu
    ul {
    display: none;
    width: 260px;
    background-color: white;
    position: absolute;
    z-index: 200;
    padding-bottom: 0px;
    border-top: none;
  }
}
.sectionPraticalInformations
  .containerPraticalInformations
  .containerMenuPraticalInformation
  #pratical-menu
  ul
  li {
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .sectionPraticalInformations
    .containerPraticalInformations
    .containerMenuPraticalInformation
    #pratical-menu
    ul
    li {
    display: block;
    text-align: left;
    margin: 0px;
    background-color: white;
    color: black;
    border: 1px solid black;
    border-top: none;
  }
}
.sectionPraticalInformations
  .containerPraticalInformations
  .containerMenuPraticalInformation
  #pratical-menu
  ul
  li
  .arrow {
  position: absolute;
  right: 10px;
  top: 25px;
}
@media screen and (max-width: 1260px) {
  .sectionPraticalInformations
    .containerPraticalInformations
    .containerMenuPraticalInformation
    #pratical-menu
    ul
    li
    .arrow {
    display: none;
  }
}
.sectionPraticalInformations
  .containerPraticalInformations
  .containerMenuPraticalInformation
  #pratical-menu
  ul
  li
  .arrow
  svg {
  width: 12px;
  height: 12px;
}
.sectionPraticalInformations
  .containerPraticalInformations
  .containerMenuPraticalInformation
  #pratical-menu
  ul
  li
  .arrow
  svg
  path {
  fill: #333;
}
.sectionPraticalInformations
  .containerPraticalInformations
  .containerMenuPraticalInformation
  #pratical-menu
  ul
  li
  a {
  display: block;
  padding: 20px 20px 25px 0px;
}
@media screen and (max-width: 1260px) {
  .sectionPraticalInformations
    .containerPraticalInformations
    .containerMenuPraticalInformation
    #pratical-menu
    ul
    li
    a {
    padding: 9px 20px 6px 20px;
  }
}
.sectionPraticalInformations
  .containerPraticalInformations
  .containerMenuPraticalInformation
  #pratical-menu
  ul
  li:hover
  .arrow {
  right: 0px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionPraticalInformations
  .containerPraticalInformations
  .containerMenuPraticalInformation
  #pratical-menu
  ul
  li.current-menu-item
  a {
  color: #ee4197;
  font-weight: 400;
}
.sectionPraticalInformations
  .containerPraticalInformations
  .containerMenuPraticalInformation
  #pratical-menu
  ul
  li.current-menu-item
  .arrow
  svg
  path {
  fill: #ee4197;
}
.sectionPraticalInformations
  .containerPraticalInformations
  .container_contentPraticalInformations {
  width: calc(100% - 500px);
  padding-left: 120px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .sectionPraticalInformations
    .containerPraticalInformations
    .container_contentPraticalInformations {
    padding-left: 60px;
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1260px) {
  .sectionPraticalInformations
    .containerPraticalInformations
    .container_contentPraticalInformations {
    padding-left: 0px;
    width: 100%;
    margin-top: 60px;
  }
}
.sectionPraticalInformations
  .containerPraticalInformations
  .container_contentPraticalInformations
  h5 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sectionPraticalInformations
  .containerPraticalInformations
  .container_contentPraticalInformations
  #user_guide {
  margin-top: 40px;
}
.sectionPraticalInformations
  .containerPraticalInformations
  .container_contentPraticalInformations
  #user_guide
  li {
  list-style: none;
}
.sectionPraticalInformations
  .containerPraticalInformations
  .container_contentPraticalInformations
  #user_guide
  li:not(:last-child) {
  margin-bottom: 20px;
}
.sectionPraticalInformations
  .containerPraticalInformations
  .container_contentPraticalInformations
  #user_guide
  li:before {
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.sectionPraticalInformations
  .containerPraticalInformations
  .container_contentPraticalInformations
  #user_guide
  li.video:before {
  content: url(../svg/video.svg);
}
.sectionPraticalInformations
  .containerPraticalInformations
  .container_contentPraticalInformations
  #user_guide
  li.pdf:before {
  content: url(../svg/pdf.svg);
}
.sectionPraticalInformations
  .containerPraticalInformations
  .container_contentPraticalInformations
  #user_guide
  li.url:before {
  content: url(../svg/link.svg);
}
.sectionPraticalInformations
  .containerPraticalInformations
  .container_contentPraticalInformations
  #user_guide
  li
  a.name {
  text-transform: uppercase;
  font-weight: 500;
}
.sectionPraticalInformations
  .containerPraticalInformations
  .container_contentPraticalInformations
  #form_search_user_guides {
  position: absolute;
  top: -10px;
  right: 0px;
}
.sectionPraticalInformations
  .containerPraticalInformations
  .container_contentPraticalInformations
  #form_search_user_guides
  input {
  padding: 8px 35px 8px 15px;
  border: 1px solid #ddd;
}
.sectionPraticalInformations
  .containerPraticalInformations
  .container_contentPraticalInformations
  #form_search_user_guides
  svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sectionSingleProduct .contentSection .presentation_product {
  font-size: 0px;
}
.sectionSingleProduct .contentSection .presentation_product > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .sectionSingleProduct .contentSection .presentation_product > div {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .sectionSingleProduct .contentSection .presentation_product > div.gallery {
    display: none;
  }
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div.gallery
  .slide {
  padding-left: 40px;
  text-align: center;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div.gallery
  .slide
  .image {
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div.gallery
  .owl-dots {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: rotate(90deg);
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div.gallery
  .download {
  color: #aaa;
}
.sectionSingleProduct .contentSection .presentation_product > div:last-child {
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sectionSingleProduct .contentSection .presentation_product > div:last-child {
    padding-left: 0px;
  }
}
.sectionSingleProduct .contentSection .presentation_product > div h1 {
  margin-bottom: 10px;
}
.sectionSingleProduct .contentSection .presentation_product > div .infos a {
  text-decoration: underline;
  display: inline-block;
  margin-right: 20px;
  padding-left: 30px;
  background-image: url(../png/pdf.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sectionSingleProduct .contentSection .presentation_product > div .description {
  margin-top: 30px;
}
.sectionSingleProduct .contentSection .presentation_product > div .price {
  margin-top: 30px;
  font-weight: 500;
  font-size: 24pt;
}
.sectionSingleProduct .contentSection .presentation_product > div .price span {
  color: #aaa;
  font-weight: 400;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .price
  + span {
  color: #ee4197;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .one_piece_condtionning,
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .one_piece_condtionning
  span {
  color: #aaa;
  font-weight: 400;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .one_piece_condtionning
  + span,
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .one_piece_condtionning
  span
  + span {
  color: #ee4197;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerOptions {
  margin-top: 40px;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerOptions
  span.color {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerOptions
  .dimensions,
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerOptions
  .containerThemesProduct,
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerOptions
  .containerWattsProduct {
  display: inline-block;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerOptions
  .dimensions:not(:first-child),
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerOptions
  .containerThemesProduct:not(:first-child),
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerOptions
  .containerWattsProduct:not(:first-child) {
  padding-left: 20px;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerOptions
  .dimensions:after {
  content: " cm";
  position: relative;
  top: 2px;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerOptions
  .dimensions
  svg {
  margin-right: 5px;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerOptions
  * {
  vertical-align: middle;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerOptions
  svg {
  width: 25px;
  height: 25px;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerOptions
  .containerThemesProduct
  svg {
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerOptions
  .containerWattsProduct
  svg {
  position: relative;
  top: -3px;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .dimensions
  span {
  display: inline-block;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .dimensions
  span:not(:last-child):after {
  content: " x";
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerAssociateProducts {
  margin-top: 20px;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerAssociateProducts
  .associateProducts {
  font-size: 0px;
  margin: 20px -5px 0px;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerAssociateProducts
  .associateProducts
  .associateProduct {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 5px;
  text-align: center;
  max-width: 100px;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerAssociateProducts
  .associateProducts
  .associateProduct
  a {
  display: block;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .btn_informations
  svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .btn_informations
  svg
  path {
  fill: #fff !important;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .btn_informations:hover
  svg
  path {
  fill: #0093d0 !important;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerAdd
  .btn {
  margin-right: 20px;
  margin-top: 30px;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerAdd
  .add-wishlist {
  color: #ee4197;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerAdd
  .add-wishlist
  span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  margin: 0px 5px;
  vertical-align: top;
  border: 1px solid #ee4197;
  padding-top: 9px;
  position: relative;
  top: -8px;
  margin-right: 5px;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerAdd
  .add-wishlist
  span
  svg {
  width: 20px;
  height: 20px;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerAdd
  .add-wishlist
  span
  svg
  path {
  stroke: #ee4197;
  fill: none;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerAdd
  .add-wishlist:hover
  span {
  background: #ee4197;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerAdd
  .add-wishlist:hover
  span
  svg
  path {
  stroke: #fff;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerAdd
  .add-wishlist.active {
  cursor: default;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerAdd
  .add-wishlist.active
  span {
  background: #ee4197;
}
.sectionSingleProduct
  .contentSection
  .presentation_product
  > div
  .containerAdd
  .add-wishlist.active
  span
  svg
  path {
  stroke: #fff;
}
.sectionSingleProduct .contentSection .responsive_gallery {
  display: none;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .sectionSingleProduct .contentSection .responsive_gallery {
    display: block;
  }
}
.sectionSingleProduct .contentSection .responsive_gallery .slide .image {
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sectionSingleProduct .contentSection .associate_references {
  margin-top: 80px;
}
.sectionSingleInspiration {
  overflow: hidden;
}
.sectionSingleInspiration .contentSection {
  position: relative;
}
.sectionSingleInspiration .contentSection .centered_description .circle_1 {
  width: 25%;
  padding-bottom: 25%;
  top: -300px;
  left: -150px;
}
.sectionSingleInspiration .contentSection .centered_description .circle_2 {
  width: 25%;
  padding-bottom: 25%;
  bottom: -200px;
  right: -300px;
}
.sectionSingleInspiration .contentSection .gallery {
  font-size: 0px;
  margin: 60px auto 0px;
  max-width: 1000px;
}
.sectionSingleInspiration .contentSection .gallery .constructor {
  display: inline-block;
  vertical-align: top;
  font-size: 0px;
  position: relative;
}
.sectionSingleInspiration .contentSection .gallery .constructor-50 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sectionSingleInspiration .contentSection .gallery .constructor-50 {
    width: 100%;
  }
}
.sectionSingleInspiration .contentSection .gallery .container_image {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .sectionSingleInspiration .contentSection .gallery .container_image {
    padding: 10px 0px;
  }
}
.sectionSingleInspiration .contentSection .gallery .container_image .image {
  display: block;
  outline: none;
  position: relative;
}
.sectionSingleInspiration
  .contentSection
  .gallery
  .container_image
  .image
  span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  border: 1px solid #fff;
  color: #fff;
  font-size: 28pt;
  line-height: 1;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.sectionSingleInspiration
  .contentSection
  .gallery
  .container_image
  .image:hover
  span {
  background: #fff;
  color: #333;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionSingleInspiration .contentSection .gallery .container_image_1 .image,
.sectionSingleInspiration .contentSection .gallery .container_image_3 .image,
.sectionSingleInspiration .contentSection .gallery .container_image_4 .image,
.sectionSingleInspiration .contentSection .gallery .container_image_5 .image,
.sectionSingleInspiration .contentSection .gallery .container_image_6 .image,
.sectionSingleInspiration .contentSection .gallery .container_image_7 .image,
.sectionSingleInspiration .contentSection .gallery .container_image_8 .image {
  padding-bottom: 65%;
}
.sectionSingleInspiration .contentSection .gallery .container_image_2 .image,
.sectionSingleInspiration .contentSection .gallery .container_image_9 .image {
  padding-bottom: calc(130% + 20px);
}
@media screen and (max-width: 768px) {
  .sectionSingleInspiration .contentSection .gallery .container_image_2 .image,
  .sectionSingleInspiration .contentSection .gallery .container_image_9 .image {
    padding-bottom: 65%;
  }
}
.sectionSingleQuestions .description_question {
  max-width: 900px;
}
#mini-cart .product-cart,
#cart .product-cart,
#right-cart .product-cart,
.past_orders .product-cart {
  position: relative;
  border-top: 1px solid #ddd;
}
#mini-cart .product-cart .name,
#cart .product-cart .name,
#right-cart .product-cart .name,
.past_orders .product-cart .name {
  font-family: "corporate-a", serif;
  font-weight: 500;
  font-size: 14pt;
  line-height: 1;
}
#mini-cart .product-cart .name a,
#cart .product-cart .name a,
#right-cart .product-cart .name a,
.past_orders .product-cart .name a {
  font-family: "corporate-a", serif;
  font-weight: 500;
  font-size: 14pt;
  line-height: 1;
}
#mini-cart .product-cart .name a:hover,
#cart .product-cart .name a:hover,
#right-cart .product-cart .name a:hover,
.past_orders .product-cart .name a:hover {
  text-decoration: underline;
}
#mini-cart .product-cart .reference,
#mini-cart .product-cart .dimensions,
#cart .product-cart .reference,
#cart .product-cart .dimensions,
#right-cart .product-cart .reference,
#right-cart .product-cart .dimensions,
.past_orders .product-cart .reference,
.past_orders .product-cart .dimensions {
  font-size: 8pt;
}
#mini-cart .product-cart .reference span,
#mini-cart .product-cart .dimensions span,
#cart .product-cart .reference span,
#cart .product-cart .dimensions span,
#right-cart .product-cart .reference span,
#right-cart .product-cart .dimensions span,
.past_orders .product-cart .reference span,
.past_orders .product-cart .dimensions span {
  font-size: 8pt;
  display: inline-block;
}
#mini-cart .product-cart .reference span:not(:last-child):after,
#mini-cart .product-cart .dimensions span:not(:last-child):after,
#cart .product-cart .reference span:not(:last-child):after,
#cart .product-cart .dimensions span:not(:last-child):after,
#right-cart .product-cart .reference span:not(:last-child):after,
#right-cart .product-cart .dimensions span:not(:last-child):after,
.past_orders .product-cart .reference span:not(:last-child):after,
.past_orders .product-cart .dimensions span:not(:last-child):after {
  content: " x";
}
#mini-cart .product-cart .is_expendable,
#mini-cart .product-cart .is_conditioning,
#cart .product-cart .is_expendable,
#cart .product-cart .is_conditioning,
#right-cart .product-cart .is_expendable,
#right-cart .product-cart .is_conditioning,
.past_orders .product-cart .is_expendable,
.past_orders .product-cart .is_conditioning {
  font-size: 8pt;
}
#mini-cart .product-cart .is_expendable,
#cart .product-cart .is_expendable,
#right-cart .product-cart .is_expendable,
.past_orders .product-cart .is_expendable {
  color: #ee4197;
}
#mini-cart .product-cart .is_conditioning,
#cart .product-cart .is_conditioning,
#right-cart .product-cart .is_conditioning,
.past_orders .product-cart .is_conditioning {
  color: #aaa;
}
#mini-cart .product-cart .image,
#cart .product-cart .image,
#right-cart .product-cart .image,
.past_orders .product-cart .image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#mini-cart
  .product-cart
  > div:not(.image):not(.right_price):not(.right_top_price):not(.bottom_links),
#cart
  .product-cart
  > div:not(.image):not(.right_price):not(.right_top_price):not(.bottom_links),
#right-cart
  .product-cart
  > div:not(.image):not(.right_price):not(.right_top_price):not(.bottom_links),
.past_orders
  .product-cart
  > div:not(.image):not(.right_price):not(.right_top_price):not(.bottom_links) {
  padding-left: 120px;
}
#mini-cart .product-cart .delete,
#cart .product-cart .delete,
#right-cart .product-cart .delete,
.past_orders .product-cart .delete {
  position: absolute;
  right: 0px;
  opacity: 0.65;
  color: #333;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  cursor: pointer;
}
#mini-cart .product-cart .delete:hover,
#cart .product-cart .delete:hover,
#right-cart .product-cart .delete:hover,
.past_orders .product-cart .delete:hover {
  opacity: 1;
}
#mini-cart .product-cart .right_price,
#mini-cart .product-cart .right_top_price,
#cart .product-cart .right_price,
#cart .product-cart .right_top_price,
#right-cart .product-cart .right_price,
#right-cart .product-cart .right_top_price,
.past_orders .product-cart .right_price,
.past_orders .product-cart .right_top_price {
  font-weight: 400;
  position: absolute;
}
@media screen and (max-width: 400px) {
  #mini-cart .product-cart .right_price,
  #mini-cart .product-cart .right_top_price,
  #cart .product-cart .right_price,
  #cart .product-cart .right_top_price,
  #right-cart .product-cart .right_price,
  #right-cart .product-cart .right_top_price,
  .past_orders .product-cart .right_price,
  .past_orders .product-cart .right_top_price {
    position: relative;
    padding-left: 120px;
    margin-top: 10px;
  }
}
#mini-cart .product-cart .right_price,
#cart .product-cart .right_price,
#right-cart .product-cart .right_price,
.past_orders .product-cart .right_price {
  bottom: 20px;
  right: 0px;
}
@media screen and (max-width: 400px) {
  #mini-cart .product-cart .right_price,
  #cart .product-cart .right_price,
  #right-cart .product-cart .right_price,
  .past_orders .product-cart .right_price {
    bottom: auto !important;
    right: auto;
  }
}
#mini-cart .product-cart .right_top_price,
#cart .product-cart .right_top_price,
#right-cart .product-cart .right_top_price,
.past_orders .product-cart .right_top_price {
  top: 19px;
  right: 50px;
}
@media screen and (max-width: 600px) {
  #mini-cart .product-cart .right_top_price,
  #cart .product-cart .right_top_price,
  #right-cart .product-cart .right_top_price,
  .past_orders .product-cart .right_top_price {
    right: 0px;
    bottom: 20px;
    top: auto;
  }
}
@media screen and (max-width: 400px) {
  #mini-cart .product-cart .right_top_price,
  #cart .product-cart .right_top_price,
  #right-cart .product-cart .right_top_price,
  .past_orders .product-cart .right_top_price {
    bottom: auto !important;
    right: auto;
  }
}
#mini-cart .product-cart .bottom_links,
#cart .product-cart .bottom_links,
#right-cart .product-cart .bottom_links,
.past_orders .product-cart .bottom_links {
  position: absolute;
  bottom: 20px;
  right: 0px;
}
@media screen and (max-width: 600px) {
  #mini-cart .product-cart .bottom_links,
  #cart .product-cart .bottom_links,
  #right-cart .product-cart .bottom_links,
  .past_orders .product-cart .bottom_links {
    position: relative;
    bottom: auto;
    right: auto;
    padding-left: 120px;
    margin-top: 10px;
  }
}
#mini-cart .product-cart .bottom_links a,
#cart .product-cart .bottom_links a,
#right-cart .product-cart .bottom_links a,
.past_orders .product-cart .bottom_links a {
  display: inline-block;
  position: relative;
  font-size: 8pt;
}
#mini-cart .product-cart .bottom_links a:not(:first-child),
#cart .product-cart .bottom_links a:not(:first-child),
#right-cart .product-cart .bottom_links a:not(:first-child),
.past_orders .product-cart .bottom_links a:not(:first-child) {
  margin-left: 40px;
}
#mini-cart .product-cart .bottom_links a:after,
#cart .product-cart .bottom_links a:after,
#right-cart .product-cart .bottom_links a:after,
.past_orders .product-cart .bottom_links a:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #333;
  top: -3px;
  position: relative;
}
#container-cart-menu .final .total,
.sectionCart .final .total {
  text-align: right;
  position: relative;
}
#container-cart-menu .final .total.important_total,
#container-cart-menu .final .total.important_total span,
.sectionCart .final .total.important_total,
.sectionCart .final .total.important_total span {
  font-weight: 500;
}
#container-cart-menu .final .total .text,
.sectionCart .final .total .text {
  position: absolute;
  top: 0px;
  left: 0px;
}
#container-cart-menu .final .btn,
.sectionCart .final .btn {
  margin-top: 20px;
  display: block;
  text-align: center;
}
#container-cart-menu .final .indication,
.sectionCart .final .indication {
  color: #aaa;
  margin: 20px 0px 40px;
}
#container-cart-menu #cart-menu > div > div .headerCart {
  position: fixed !important;
  top: 0px !important;
  width: 460px !important;
  display: none;
}
@media screen and (max-width: 768px) {
  #container-cart-menu #cart-menu > div > div .headerCart {
    width: 100% !important;
  }
}
#container-cart-menu #cart-menu > div > div #mini-cart {
  overflow: auto;
}
#container-cart-menu #cart-menu > div > div .final {
  padding-top: 30px;
  border-top: 1px solid #ddd;
  background: white;
  display: none;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #container-cart-menu #cart-menu > div > div .final {
    padding-bottom: 20px;
  }
}
#mini-cart .product-cart,
#right-cart .product-cart {
  padding: 10px 0px 20px;
}
#mini-cart .product-cart .name,
#right-cart .product-cart .name {
  padding-right: 30px;
}
#mini-cart .product-cart .delete,
#right-cart .product-cart .delete {
  top: 0px;
}
#mini-cart .product-cart .right_price,
#right-cart .product-cart .right_price {
  bottom: 20px;
}
.past_orders .product-cart {
  padding: 20px 0px 20px;
}
.past_orders .product-cart .name {
  padding-right: 20px;
}
.past_orders .product-cart .dimensions {
  margin-top: 20px;
}
.past_orders .product-cart .image {
  left: 20px;
}
@media screen and (max-width: 600px) {
  .past_orders .product-cart .right_top_price {
    bottom: 20px;
    top: auto;
    right: 20px;
  }
}
#right-cart {
  margin-bottom: 20px;
}
#right-cart .product-cart {
  border-top: none;
  border-bottom: 1px solid #ddd;
}
#right-cart .product-cart .name {
  padding-right: 0px;
}
.fixed_quantity {
  margin-top: 20px;
  font-weight: 400;
}
.fixed_quantity span {
  font-size: 8pt;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.sectionCart .contentSection .container-cart > div #cart .product-cart {
  border-top: none;
  padding: 20px 0px 20px;
}
.sectionCart .contentSection .container-cart > div #cart .product-cart .name {
  padding-right: 140px;
}
@media screen and (max-width: 600px) {
  .sectionCart .contentSection .container-cart > div #cart .product-cart .name {
    padding-right: 30px;
  }
}
.sectionCart
  .contentSection
  .container-cart
  > div
  #cart
  .product-cart
  .dimensions {
  margin-top: 20px;
}
.sectionCart .contentSection .container-cart > div #cart .product-cart .delete {
  top: 10px;
}
.sectionCart
  .contentSection
  .container-cart
  > div
  #cart
  .product-cart
  .right_price {
  bottom: 30px;
}
.menu_checkout {
  background-color: #313e47;
}
.menu_checkout > div ul {
  font-size: 0px;
  text-align: center;
}
.menu_checkout > div ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
}
.menu_checkout > div ul li:not(:first-child) {
  margin-left: 120px;
}
@media screen and (max-width: 1260px) {
  .menu_checkout > div ul li:not(:first-child) {
    margin-left: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .menu_checkout > div ul li:not(:first-child) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .menu_checkout > div ul li:not(:first-child) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .menu_checkout > div ul li:not(:first-child) {
    margin-left: 10px;
  }
}
.menu_checkout > div ul li:not(:last-child) {
  margin-right: 120px;
}
@media screen and (max-width: 1260px) {
  .menu_checkout > div ul li:not(:last-child) {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .menu_checkout > div ul li:not(:last-child) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .menu_checkout > div ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .menu_checkout > div ul li:not(:last-child) {
    margin-right: 10px;
  }
}
.menu_checkout > div ul li span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .menu_checkout > div ul li span {
    font-size: 9pt;
  }
}
.menu_checkout > div ul .active span:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #fff;
}
.menu_checkout > div ul li:not(.active) {
  opacity: 0.5;
}
.impossible_delivery input,
.impossible_delivery .styled-checkbox + label:before,
.impossible_delivery .styled-checkbox:checked + label:after {
  display: none;
}
.delivery_and_recovery_table
  td:nth-child(3)
  .impossible_delivery
  .notification_custom_schedule {
  padding-left: 0px;
}
.previous_step {
  color: #0093d0;
  padding-left: 30px;
}
.previous_step svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 1px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.previous_step svg path {
  fill: #0093d0;
}
.previous_step:hover svg {
  left: -2px;
}
.contentSectionCheckout h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.contentSectionCheckout h2:not(:first-child) {
  margin-top: 60px;
}
.checkoutContainer {
  display: table;
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .checkoutContainer {
    display: block;
  }
}
.checkoutContainer > div {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 1260px) {
  .checkoutContainer > div {
    display: block;
  }
}
.checkoutContainer > div:nth-child(1) {
  width: calc(100% - 500px);
  padding-right: 120px;
  position: relative;
}
.checkoutContainer > div:nth-child(1):after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 50px);
  background: #ddd;
  position: absolute;
  top: 70px;
  right: 0px;
}
@media screen and (max-width: 1260px) {
  .checkoutContainer > div:nth-child(1):after {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .checkoutContainer > div:nth-child(1) {
    padding-right: 60px;
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1260px) {
  .checkoutContainer > div:nth-child(1) {
    padding-right: 0px;
    width: 100%;
  }
}
.checkoutContainer > div:nth-child(1) .container_right_checkout_responsive {
  text-align: right;
}
.checkoutContainer
  > div:nth-child(1)
  .container_right_checkout_responsive
  .right_checkout_responsive {
  text-align: left;
  display: none;
  border: 1px solid #ddd;
  padding: 40px;
  margin: 40px 0px;
  max-width: 600px;
}
@media screen and (max-width: 1260px) {
  .checkoutContainer
    > div:nth-child(1)
    .container_right_checkout_responsive
    .right_checkout_responsive {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .checkoutContainer
    > div:nth-child(1)
    .container_right_checkout_responsive
    .right_checkout_responsive {
    padding: 20px;
  }
}
.checkoutContainer > div:nth-child(2) {
  width: 500px;
  padding-left: 120px;
  padding-top: 80px;
}
@media screen and (max-width: 1400px) {
  .checkoutContainer > div:nth-child(2) {
    padding-left: 60px;
    width: 400px;
  }
}
@media screen and (max-width: 1260px) {
  .checkoutContainer > div:nth-child(2) {
    padding-left: 0px;
    width: 100%;
    padding-top: 0px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1260px) {
  .checkoutContainer > div:nth-child(2).no_responsive {
    display: none;
  }
}
.redCell {
  color: #ee4197;
}
.order_table {
  width: 100%;
  border-collapse: collapse;
}
.order_table .total td {
  vertical-align: bottom;
}
.order_table td {
  font-weight: 400;
  padding-bottom: 15px;
}
.order_table td span {
  font-weight: 400;
}
.order_table td:first-child {
  text-align: left;
}
.order_table td:last-child {
  text-align: right;
}
.order_table .zone_price {
  font-weight: 400;
  position: relative;
  min-width: 20px;
  min-height: 25px;
  display: inline-block;
}
.order_table .caution td {
  color: #ee4197;
}
.order_table .total.start_total td {
  border-top: 1px solid #333;
  padding-top: 15px;
}
.order_table .total.important_total td,
.order_table .total.important_total td span {
  font-weight: 500;
}
.order_table .total .nb_days {
  color: #aaa;
}
@media screen and (max-width: 1260px) {
  .order_table + .container-btn-responsive-right a {
    min-width: 200px;
    width: auto !important;
    display: inline-block !important;
  }
}
@media screen and (max-width: 1260px) and (max-width: 600px) {
  .order_table + .container-btn-responsive-right a {
    width: 100% !important;
  }
}
.dates_table {
  width: 100%;
  border-collapse: collapse;
}
.dates_table td {
  padding: 20px 0px 0px;
  font-weight: 400;
  vertical-align: middle;
}
.dates_table td:not(:last-child) {
  padding-right: 20px;
}
.dates_table td:first-child {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .dates_table td:first-child {
    width: auto;
  }
}
.dates_table td .filter_date {
  display: inline-block;
  position: relative;
}
.dates_table td .filter_date input {
  padding: 10px 40px 10px 10px;
  margin-left: 10px;
  width: 150px;
  height: 45px;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: transparent;
}
.dates_table td .filter_date svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: -1;
}
.container_delivery_address,
.container_recovery_address {
  margin-top: 60px;
}
.sectionDeliveryAndBilling .container_right_checkout_responsive {
  margin-top: 60px;
}
.delivery_and_recovery_table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 900px) {
  .delivery_and_recovery_table tr:not(.open) .custom_schedule {
    position: absolute;
    bottom: -20px;
    left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .delivery_and_recovery_table tr:not(.open) .custom_schedule {
    bottom: -120px;
  }
}
.delivery_and_recovery_table td {
  padding: 20px 0px 0px;
  font-weight: 400;
  vertical-align: top;
}
.delivery_and_recovery_table td .label_delivery_date,
.delivery_and_recovery_table td .label_delivery_hour,
.delivery_and_recovery_table td .label_recovery_date,
.delivery_and_recovery_table td .label_recovery_hour {
  font-weight: 400;
}
.delivery_and_recovery_table td:not(:last-child) {
  padding-right: 20px;
}
@media screen and (max-width: 900px) {
  .delivery_and_recovery_table td {
    display: inline-block;
    border-bottom: none;
    padding: 0px;
  }
}
@media screen and (max-width: 900px) {
  .delivery_and_recovery_table td:first-child {
    padding-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .delivery_and_recovery_table td:last-child {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 900px) {
  .delivery_and_recovery_table td:nth-child(3),
  .delivery_and_recovery_table td:nth-child(4) {
    padding-top: 30px;
  }
}
.delivery_and_recovery_table td:nth-child(1) {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .delivery_and_recovery_table td:nth-child(1) {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .delivery_and_recovery_table td:nth-child(1) {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .delivery_and_recovery_table td:nth-child(1) {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .delivery_and_recovery_table td:nth-child(1) {
    width: 60%;
  }
}
.delivery_and_recovery_table td:nth-child(2) {
  width: 15%;
}
@media screen and (max-width: 900px) {
  .delivery_and_recovery_table td:nth-child(2) {
    width: 30%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .delivery_and_recovery_table td:nth-child(2) {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .delivery_and_recovery_table td:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .delivery_and_recovery_table td:nth-child(2) {
    width: 40%;
  }
}
.delivery_and_recovery_table td:nth-child(2) .container-element-radio {
  display: block;
}
.delivery_and_recovery_table
  td:nth-child(2)
  .container-element-radio:not(:last-child) {
  margin-right: 0px !important;
}
.delivery_and_recovery_table td:nth-child(3) {
  width: 33%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .delivery_and_recovery_table td:nth-child(3) {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .delivery_and_recovery_table td:nth-child(3) {
    width: 100%;
  }
}
.delivery_and_recovery_table td:nth-child(3) .labelNo {
  position: absolute;
  top: 20px;
  left: 0px;
  display: none;
  width: 300px;
}
.delivery_and_recovery_table td:nth-child(3) > div > div:first-child.no {
  margin-top: 30px;
}
.delivery_and_recovery_table td:nth-child(3) > div > div:first-child:not(.no) {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .delivery_and_recovery_table
    td:nth-child(3)
    > div
    > div:first-child:not(.no) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 900px) {
  .delivery_and_recovery_table td:nth-child(3) > div > div:first-child {
    margin-bottom: 0px;
  }
}
.delivery_and_recovery_table td:nth-child(3) .notification_custom_schedule {
  color: #ed174f;
  display: none;
  padding-left: 33px;
  font-size: 9pt;
  font-style: italic;
}
.delivery_and_recovery_table td:nth-child(4) {
  width: 27%;
}
@media screen and (max-width: 900px) {
  .delivery_and_recovery_table td:nth-child(4) {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .delivery_and_recovery_table td:nth-child(4) {
    width: 100%;
  }
}
.delivery_and_recovery_table td:nth-child(4) > div > div:first-child.no {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .delivery_and_recovery_table td:nth-child(4) > div > div:first-child.no {
    margin-top: 0px;
  }
}
.delivery_and_recovery_table td:nth-child(4) > div > div:first-child:not(.no) {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .delivery_and_recovery_table td:nth-child(4) > div > div:first-child {
    margin-bottom: 0px;
  }
}
.delivery_and_recovery_table td:nth-child(4) > div > div:last-child {
  display: none;
}
.delivery_and_recovery_table td:nth-child(4) > div > div:last-child textarea {
  width: 100%;
  height: 100px;
  padding: 15px 20px;
  border: 1px solid #ddd;
  max-width: 200px;
}
@media screen and (max-width: 900px) {
  .delivery_and_recovery_table td:nth-child(4) > div > div:last-child textarea {
    max-width: 100%;
  }
}
.delivery_and_recovery_table td .filter_date,
.delivery_and_recovery_table td .filter_hour {
  display: inline-block;
  position: relative;
}
.delivery_and_recovery_table td .filter_date input,
.delivery_and_recovery_table td .filter_hour input {
  padding: 10px 40px 10px 10px;
  margin-left: 10px;
  width: 150px;
  height: 45px;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: transparent;
}
.delivery_and_recovery_table td .filter_date svg,
.delivery_and_recovery_table td .filter_hour svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: -1;
}
.delivery_and_recovery_table td #delivery_hour,
.delivery_and_recovery_table td #recovery_hour {
  display: inline-block;
  position: relative;
}
.delivery_and_recovery_table td #delivery_hour .titleFilter,
.delivery_and_recovery_table td #recovery_hour .titleFilter {
  border: 1px solid #ddd;
  padding: 10px 40px 10px 10px;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  width: 140px;
}
.delivery_and_recovery_table td #delivery_hour .containerFilter,
.delivery_and_recovery_table td #recovery_hour .containerFilter {
  width: 140px;
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ddd;
  padding: 5px 0px;
  top: 44px;
  left: 10px;
  z-index: 1;
}
.delivery_and_recovery_table td #delivery_hour .containerFilter .containerRadio,
.delivery_and_recovery_table
  td
  #recovery_hour
  .containerFilter
  .containerRadio {
  padding: 0px 5px;
}
.delivery_and_recovery_table
  td
  #delivery_hour
  .containerFilter
  .containerRadio
  label
  span,
.delivery_and_recovery_table
  td
  #recovery_hour
  .containerFilter
  .containerRadio
  label
  span {
  font-size: 9pt;
}
#informations_ckeckout_form {
  margin-top: 40px;
}
.container_order_infos {
  font-size: 0px;
}
.container_order_infos > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .container_order_infos > div {
    width: 100%;
  }
}
.container_order_infos > div h4 {
  margin-top: 40px;
}
.container_order_infos > div > div {
  width: 100%;
  padding: 20px;
}
.container_order_infos > div > div > table {
  width: 100%;
}
.container_order_infos > div > div > table td {
  vertical-align: top;
}
.container_order_infos > div > div > table td:nth-child(1) {
  padding-right: 20px;
  width: 40%;
}
@media screen and (max-width: 500px) {
  .container_order_infos > div > div > table td {
    font-size: 9pt;
  }
  .container_order_infos > div > div > table td * {
    font-size: 9pt;
  }
}
.container_order_infos > div > div > table tr:not(:last-child) td {
  padding-bottom: 10px;
}
.container_order_infos > div:nth-child(2) > div {
  border-left: none;
}
.container_order_infos_delivery_recovery > div > div {
  border: 1px solid #333;
}
@media screen and (max-width: 900px) {
  .container_order_infos_delivery_recovery > div:nth-child(2) h4 {
    margin-top: 40px;
  }
}
.container_order_infos_delivery_recovery > div:nth-child(2) > div {
  border-left: none;
}
@media screen and (max-width: 900px) {
  .container_order_infos_delivery_recovery > div:nth-child(2) > div {
    border: 1px solid #333;
  }
}
.container_order_infos_general {
  border: 1px solid #333;
}
@media screen and (max-width: 900px) {
  .container_order_infos_general > div:nth-child(1) > div {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 900px) {
  .container_order_infos_general > div:nth-child(2) > div {
    padding-top: 0px;
  }
}
.infos_summary {
  border-collapse: collapse;
  width: 100%;
  max-width: 600px;
}
.infos_summary td {
  vertical-align: top;
}
.infos_summary td:not(:last-child) {
  padding-right: 20px;
}
.infos_summary td .uppercase {
  text-transform: uppercase;
}
.infos_summary td:nth-child(1) {
  width: 40%;
}
.infos_summary td:nth-child(2) {
  width: 60%;
}
.infos_summary .big_padding td {
  padding-bottom: 30px;
}
.infos_summary .small_padding td {
  padding-bottom: 15px;
}
.payment_block {
  border: 1px solid #333;
  padding: 20px;
  max-width: 500px;
}
.payment_block strong {
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .payment_block strong {
    margin-right: 0px;
    display: block;
  }
}
.order_summary {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 900px) {
  .order_summary {
    border-bottom: none;
  }
}
.order_summary td,
.order_summary th {
  vertical-align: middle;
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .order_summary td,
  .order_summary th {
    padding: 0px;
  }
}
.order_summary th:first-child {
  border-left: 1px solid #ddd;
}
.order_summary th:last-child {
  border-right: 1px solid #ddd;
  padding-right: 30px;
}
.order_summary td:first-child {
  border-left: 1px solid #333;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .order_summary td:first-child {
    display: none;
  }
}
.order_summary td:last-child {
  border-right: 1px solid #333;
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  .order_summary td:last-child {
    border-right: none;
    padding-right: 0px;
  }
}
.order_summary td:not(:last-child) {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 900px) {
  .order_summary td:not(:last-child) {
    border-right: none;
  }
}
.order_summary th {
  background-color: #ddd;
  font-weight: 400;
  color: #aaa;
  font-size: 13pt;
}
.order_summary th:not(:last-child) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 900px) {
  .order_summary th {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .order_summary td {
    display: block;
    width: 100% !important;
  }
}
.order_summary tr:not(:last-child) td {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 900px) {
  .order_summary tr:not(:last-child) td {
    border-bottom: none;
  }
}
@media screen and (max-width: 900px) {
  .order_summary tr:not(:last-child) td:nth-child(4) {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 900px) {
  .order_summary tr:not(:first-child) td:nth-child(2) {
    padding-top: 20px;
  }
}
.order_summary .name a {
  font-family: "corporate-a", serif;
  font-weight: 500;
  font-size: 14pt;
  line-height: 1;
}
.order_summary .reference {
  font-size: 8pt;
}
.order_summary .is_expendable,
.order_summary .is_conditioning {
  font-size: 8pt;
}
.order_summary .is_expendable {
  color: #ee4197;
}
.order_summary .is_conditioning {
  color: #aaa;
}
.order_summary td:nth-child(3) {
  font-size: 8pt;
}
.order_summary td:nth-child(3) span {
  font-size: 8pt;
  display: inline-block;
}
.order_summary td:nth-child(3) span:not(:last-child):after {
  content: " x";
}
.order_summary .nb_responsive {
  display: none;
}
@media screen and (max-width: 900px) {
  .order_summary .nb_responsive {
    display: inline-block;
  }
}
.order_summary:not(.order_summary_payment) th:last-child {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .order_summary:not(.order_summary_payment) th:last-child {
    text-align: left;
  }
}
.order_summary:not(.order_summary_payment) td:last-child {
  width: 160px;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .order_summary:not(.order_summary_payment) td:last-child {
    text-align: left;
  }
}
.order_summary_total,
.order_summary_caution {
  margin-top: 20px;
  padding: 20px 0px;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .order_summary_total,
  .order_summary_caution {
    text-align: left;
  }
}
.order_summary_total div:not(.completeline),
.order_summary_caution div:not(.completeline) {
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .order_summary_total div:not(.completeline),
  .order_summary_caution div:not(.completeline) {
    display: block;
    text-align: left;
  }
}
.order_summary_total div:not(.completeline):first-child,
.order_summary_caution div:not(.completeline):first-child {
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .order_summary_total div:not(.completeline):first-child,
  .order_summary_caution div:not(.completeline):first-child {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.order_summary_total div:not(.completeline):last-child,
.order_summary_caution div:not(.completeline):last-child {
  font-weight: 500;
  width: 160px;
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  .order_summary_total div:not(.completeline):last-child,
  .order_summary_caution div:not(.completeline):last-child {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.order_summary_total {
  border: 1px solid #333;
}
.order_summary_caution {
  border: 1px solid #ee4197;
}
.order_summary_caution div {
  color: #ee4197;
}
.under_reserv {
  margin-top: 20px;
  text-align: right;
  font-style: italic;
  font-size: 9pt;
}
.information_coef {
  margin-top: 10px;
  text-align: right;
  font-style: italic;
  font-size: 9pt;
}
.information_coef a {
  margin-top: 20px;
  text-align: right;
  font-style: italic;
  font-size: 9pt;
  text-decoration: underline;
}
.pac-container {
  z-index: 1000000 !important;
}
#loadBasket,
#loadForm,
.load_re,
#loader_mastercard,
#loader_bancontact,
#loadDefinePayment {
  position: relative;
  display: none;
}
#loadBasket,
#loadForm,
#loader_mastercard,
#loader_bancontact,
#loadDefinePayment {
  height: 100px;
}
.festi_payment_comment {
  color: #ee4197;
}
.withdrawal {
  color: #ee4197;
  margin-bottom: 10px;
}
#coef_tab {
  border-collapse: collapse;
  margin: auto;
}
#coef_tab th,
#coef_tab td {
  border: 1px solid black;
  padding: 10px;
}
.copy_delivery {
  margin-bottom: 20px;
}
.sectionWishlist {
  overflow: hidden;
}
.sectionWishlist .contentSection .centered_description .circle_1 {
  width: 25%;
  padding-bottom: 25%;
  top: -300px;
  left: -150px;
}
.sectionWishlist .contentSection .centered_description .circle_2 {
  width: 25%;
  padding-bottom: 25%;
  bottom: -200px;
  right: -300px;
}
.sectionWishlist .contentSection .wishlistProducts {
  position: relative;
  max-width: 1024px;
  margin: auto;
  background: white;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  margin-top: 60px;
  z-index: 10;
  padding: 20px;
}
.sectionWishlist .contentSection .wishlistProducts .containerProduct {
  padding: 10px 40px;
}
@media screen and (max-width: 1100px) {
  .sectionWishlist .contentSection .wishlistProducts .containerProduct {
    padding: 10px 0px;
  }
}
.sectionWishlist
  .contentSection
  .wishlistProducts
  .containerProduct:not(:last-child)
  .product {
  border-bottom: 1px solid #ddd;
}
.sectionWishlist .contentSection .wishlistProducts .containerProduct .product {
  box-shadow: none;
  position: relative;
  padding: 20px 0px 60px;
  background: none;
}
.sectionWishlist
  .contentSection
  .wishlistProducts
  .containerProduct
  .product
  .image {
  position: absolute;
  top: 20px;
  left: 0px;
  height: calc(100% - 40px);
  width: 25%;
  padding-bottom: 0px;
}
@media screen and (max-width: 650px) {
  .sectionWishlist
    .contentSection
    .wishlistProducts
    .containerProduct
    .product
    .image {
    width: 15%;
  }
}
.sectionWishlist
  .contentSection
  .wishlistProducts
  .containerProduct
  .product
  .title,
.sectionWishlist
  .contentSection
  .wishlistProducts
  .containerProduct
  .product
  .dimension,
.sectionWishlist
  .contentSection
  .wishlistProducts
  .containerProduct
  .product
  .price,
.sectionWishlist
  .contentSection
  .wishlistProducts
  .containerProduct
  .product
  .one_piece_condtionning,
.sectionWishlist
  .contentSection
  .wishlistProducts
  .containerProduct
  .product
  > span {
  padding-left: calc(25% + 40px);
  text-align: left;
  display: block;
  width: auto;
}
@media screen and (max-width: 650px) {
  .sectionWishlist
    .contentSection
    .wishlistProducts
    .containerProduct
    .product
    .title,
  .sectionWishlist
    .contentSection
    .wishlistProducts
    .containerProduct
    .product
    .dimension,
  .sectionWishlist
    .contentSection
    .wishlistProducts
    .containerProduct
    .product
    .price,
  .sectionWishlist
    .contentSection
    .wishlistProducts
    .containerProduct
    .product
    .one_piece_condtionning,
  .sectionWishlist
    .contentSection
    .wishlistProducts
    .containerProduct
    .product
    > span {
    padding-left: calc(15% + 20px);
  }
}
.sectionWishlist .contentSection .wishlistProducts .containerProduct .circles {
  text-align: right;
  bottom: 30px;
  padding-right: 40px;
}
@media screen and (max-width: 1100px) {
  .sectionWishlist
    .contentSection
    .wishlistProducts
    .containerProduct
    .circles {
    padding-right: 0px;
  }
}
.sectionWishlist .contentSection .wishlistProducts .solo {
  display: none;
}
.sectionWishlist .contentSection .wishlistProducts .solo:last-child {
  display: block;
}
#container-account-menu #account-menu > div > div .headerAccount {
  position: fixed !important;
  top: 0px !important;
  width: 460px !important;
  display: none;
}
@media screen and (max-width: 768px) {
  #container-account-menu #account-menu > div > div .headerAccount {
    width: 100% !important;
  }
}
#container-account-menu #account-menu > div > div form {
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
#container-account-menu #account-menu > div > div .btn {
  display: block;
  text-align: center;
  width: 100%;
}
#container-account-menu #account-menu > div > div .accountMenu {
  margin-bottom: 30px;
}
#container-account-menu #account-menu > div > div .help {
  margin-bottom: 40px;
}
.accountMenu {
  list-style: none;
  border-top: 1px solid #ddd;
}
.accountMenu li a {
  display: block;
  padding: 20px 20px 25px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.accountMenu li a > svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 3px;
}
.accountMenu li a > svg path {
  fill: #333;
}
.accountMenu li a .arrow {
  position: absolute;
  right: 10px;
  top: 25px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.accountMenu li a .arrow svg {
  width: 12px;
  height: 12px;
}
.accountMenu li a .arrow svg path {
  fill: #333;
}
.accountMenu li a:hover .arrow {
  right: 0px;
}
.accountMenu li .active {
  color: #ee4197;
  font-weight: 400;
}
.accountMenu li .active svg path {
  fill: #ee4197;
}
.accountMenu li .active .arrow svg path {
  fill: #ee4197;
}
#logout_account {
  margin-top: 20px;
  color: #0093d0;
  cursor: pointer;
}
.header_account {
  background: #313e47;
}
.header_account > div {
  text-align: center;
}
.accountContainer {
  display: table;
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .accountContainer {
    display: block;
  }
}
.accountContainer > div {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 1260px) {
  .accountContainer > div {
    display: block;
  }
}
.accountContainer > div:nth-child(1) {
  width: 500px;
  padding-right: 120px;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 1400px) {
  .accountContainer > div:nth-child(1) {
    padding-right: 60px;
    width: 400px;
  }
}
@media screen and (max-width: 1260px) {
  .accountContainer > div:nth-child(1) {
    padding-right: 0px;
    width: 100%;
    border-right: none;
  }
}
.accountContainer > div:nth-child(2) {
  width: calc(100% - 500px);
  padding-left: 120px;
}
@media screen and (max-width: 1400px) {
  .accountContainer > div:nth-child(2) {
    padding-left: 60px;
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1260px) {
  .accountContainer > div:nth-child(2) {
    padding-left: 0px;
    width: 100%;
    margin-top: 60px;
  }
}
.past_orders {
  margin-top: -20px;
}
.past_orders .past_order {
  border-bottom: 1px solid #ddd;
}
.past_orders .past_order > div:first-child {
  font-size: 0px;
  padding: 40px 0px 40px 40px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .past_orders .past_order > div:first-child {
    padding: 20px 0px 20px 40px;
  }
}
.past_orders .past_order > div:first-child:before {
  content: "+";
  display: block;
  position: absolute;
  left: 0px;
  top: 27px;
  font-size: 24pt;
}
@media screen and (max-width: 900px) {
  .past_orders .past_order > div:first-child:before {
    top: 7px;
  }
}
.past_orders .past_order > div:first-child.open:before {
  content: "-";
}
.past_orders .past_order > div:first-child > div {
  display: inline-block;
  vertical-align: middle;
}
.past_orders .past_order > div:first-child > div:nth-child(1) {
  width: 30%;
  font-weight: 400;
  padding-right: 20px;
}
@media screen and (max-width: 900px) {
  .past_orders .past_order > div:first-child > div:nth-child(1) {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  .past_orders .past_order > div:first-child > div:nth-child(1) {
    width: 100%;
  }
}
.past_orders .past_order > div:first-child > div:nth-child(2) {
  width: 15%;
  padding-right: 20px;
}
@media screen and (max-width: 900px) {
  .past_orders .past_order > div:first-child > div:nth-child(2) {
    width: 30%;
    padding-right: 0px;
    text-align: right;
  }
}
@media screen and (max-width: 500px) {
  .past_orders .past_order > div:first-child > div:nth-child(2) {
    width: 100%;
    text-align: left;
  }
}
.past_orders .past_order > div:first-child > div:nth-child(3) {
  width: 33%;
  text-align: right;
  padding-right: 20px;
}
.past_orders .past_order > div:first-child > div:nth-child(3) a {
  position: relative;
  display: inline-block;
}
.past_orders .past_order > div:first-child > div:nth-child(3) a:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #333;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media screen and (max-width: 900px) {
  .past_orders .past_order > div:first-child > div:nth-child(3) {
    width: 70%;
    text-align: left;
    padding-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .past_orders .past_order > div:first-child > div:nth-child(3) {
    width: 100%;
  }
}
.past_orders .past_order > div:first-child > div:nth-child(4) {
  width: 22%;
  text-align: right;
}
.past_orders .past_order > div:first-child > div:nth-child(4) strong {
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .past_orders .past_order > div:first-child > div:nth-child(4) {
    width: 30%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .past_orders .past_order > div:first-child > div:nth-child(4) {
    width: 100%;
    text-align: left;
  }
}
.past_orders .past_order > div:last-child {
  display: none;
  border-top: 1px solid #333;
}
.past_orders .past_order > div:last-child table {
  width: 100%;
  margin: 20px;
}
@media screen and (max-width: 1024px) {
  .past_orders .past_order > div:last-child table {
    margin: 20px 0px;
  }
}
.past_orders .past_order > div:last-child table td {
  width: 33.33%;
  padding: 10px 20px;
  vertical-align: top;
}
@media screen and (max-width: 900px) {
  .past_orders .past_order > div:last-child table td {
    width: 100%;
    display: block;
    padding: 10px 0px;
  }
}
.past_orders .past_order > div:last-child > div:last-child {
  border: 1px solid #333;
  margin-bottom: 40px;
}
#load_order_history {
  height: 100px;
  position: relative;
}
.infos {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}
.infos td {
  vertical-align: top;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .infos td {
    display: inline-block;
    width: 50% !important;
    padding-right: 0px;
  }
  .infos td:nth-child(odd) {
    width: 200px !important;
  }
  .infos td:nth-child(even) {
    width: calc(100% - 200px) !important;
  }
}
@media screen and (max-width: 450px) {
  .infos td:nth-child(odd) {
    width: 120px !important;
  }
  .infos td:nth-child(even) {
    width: calc(100% - 120px) !important;
  }
}
.infos td .uppercase {
  text-transform: uppercase;
}
.infos td:nth-child(1) {
  width: 15%;
}
.infos td:nth-child(2) {
  width: 35%;
}
.infos td:nth-child(3) {
  width: 15%;
}
.infos td:nth-child(4) {
  width: 35%;
}
#modificaiton_identification_form > div:first-child {
  font-size: 0px;
}
#modificaiton_identification_form > div:first-child > div {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #modificaiton_identification_form > div:first-child > div {
    width: 100%;
  }
}
#modificaiton_identification_form
  > div:first-child
  > div
  .container-element-form
  div {
  margin-bottom: 5px;
}
.sectionLoginResponsive .contentSection > div {
  background: #ee4197;
  max-width: 900px;
  padding: 5px;
  margin: auto;
}
.sectionLoginResponsive .contentSection > div > div {
  display: table;
  width: 100%;
  position: relative;
}
.sectionLoginResponsive .contentSection > div > div > div {
  display: table-cell;
  vertical-align: top;
  padding: 40px 60px 100px;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sectionLoginResponsive .contentSection > div > div > div {
    width: 100%;
    display: block;
    padding: 40px 20px 100px;
  }
}
.sectionLoginResponsive .contentSection > div > div > div:nth-child(1) {
  background: white;
}
.sectionLoginResponsive .contentSection > div > div > div:nth-child(1) .btn {
  display: block;
  text-align: center;
  width: 100%;
}

.sectionLoginResponsive .contentSection > div > div > div:nth-child(2) p,
.sectionLoginResponsive .contentSection > div > div > div:nth-child(2) h2 {
  color: white;
}
.sectionLostPasswordResponsive .contentSection > div {
  background: #ee4197;
  max-width: 450px;
  padding: 5px;
  margin: auto;
}
.sectionLostPasswordResponsive .contentSection > div > div {
  display: table;
  width: 100%;
  position: relative;
}
.sectionLostPasswordResponsive .contentSection > div > div > div {
  display: table-cell;
  vertical-align: top;
  padding: 40px 60px 100px;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sectionLostPasswordResponsive .contentSection > div > div > div {
    width: 100%;
    display: block;
    padding: 40px 20px 100px;
  }
}
.sectionLostPasswordResponsive .contentSection > div > div > div:nth-child(1) {
  background: white;
}
.sectionLostPasswordResponsive
  .contentSection
  > div
  > div
  > div:nth-child(1)
  .btn {
  display: block;
  text-align: center;
  width: calc(100% - 120px);
  position: absolute;
  bottom: 40px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  .sectionLostPasswordResponsive
    .contentSection
    > div
    > div
    > div:nth-child(1)
    .btn {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.sectionLostPasswordResponsive .contentSection > div > div > div:nth-child(2) p,
.sectionLostPasswordResponsive
  .contentSection
  > div
  > div
  > div:nth-child(2)
  h2 {
  color: white;
}
.sectionActionsProduits .contentSection .blockActionsProduits,
.sectionActionsProduits .contentSection .blockActionsOrders,
.sectionActionsProduits .contentSection .blockActionsListsProduits,
.sectionActionsOrders .contentSection .blockActionsProduits,
.sectionActionsOrders .contentSection .blockActionsOrders,
.sectionActionsOrders .contentSection .blockActionsListsProduits,
.sectionActionsListsProduits .contentSection .blockActionsProduits,
.sectionActionsListsProduits .contentSection .blockActionsOrders,
.sectionActionsListsProduits .contentSection .blockActionsListsProduits {
  text-align: center;
  margin-top: 40px;
}
.sectionActionsProduits .contentSection .blockActionsProduits .coment_actions,
.sectionActionsProduits
  .contentSection
  .blockActionsProduits
  .coment_actions
  span,
.sectionActionsProduits .contentSection .blockActionsOrders .coment_actions,
.sectionActionsProduits
  .contentSection
  .blockActionsOrders
  .coment_actions
  span,
.sectionActionsProduits
  .contentSection
  .blockActionsListsProduits
  .coment_actions,
.sectionActionsProduits
  .contentSection
  .blockActionsListsProduits
  .coment_actions
  span,
.sectionActionsOrders .contentSection .blockActionsProduits .coment_actions,
.sectionActionsOrders
  .contentSection
  .blockActionsProduits
  .coment_actions
  span,
.sectionActionsOrders .contentSection .blockActionsOrders .coment_actions,
.sectionActionsOrders .contentSection .blockActionsOrders .coment_actions span,
.sectionActionsOrders
  .contentSection
  .blockActionsListsProduits
  .coment_actions,
.sectionActionsOrders
  .contentSection
  .blockActionsListsProduits
  .coment_actions
  span,
.sectionActionsListsProduits
  .contentSection
  .blockActionsProduits
  .coment_actions,
.sectionActionsListsProduits
  .contentSection
  .blockActionsProduits
  .coment_actions
  span,
.sectionActionsListsProduits
  .contentSection
  .blockActionsOrders
  .coment_actions,
.sectionActionsListsProduits
  .contentSection
  .blockActionsOrders
  .coment_actions
  span,
.sectionActionsListsProduits
  .contentSection
  .blockActionsListsProduits
  .coment_actions,
.sectionActionsListsProduits
  .contentSection
  .blockActionsListsProduits
  .coment_actions
  span {
  font-size: 8pt;
  max-width: 500px;
  margin: auto;
  margin-top: 5px;
}
.sectionActionsProduits .contentSection .blockActionsProduits .loadAction,
.sectionActionsProduits .contentSection .blockActionsOrders .loadAction,
.sectionActionsProduits .contentSection .blockActionsListsProduits .loadAction,
.sectionActionsOrders .contentSection .blockActionsProduits .loadAction,
.sectionActionsOrders .contentSection .blockActionsOrders .loadAction,
.sectionActionsOrders .contentSection .blockActionsListsProduits .loadAction,
.sectionActionsListsProduits .contentSection .blockActionsProduits .loadAction,
.sectionActionsListsProduits .contentSection .blockActionsOrders .loadAction,
.sectionActionsListsProduits
  .contentSection
  .blockActionsListsProduits
  .loadAction {
  display: none;
  position: relative;
  height: 100px;
}
.sectionPage404 {
  overflow: hidden;
}
.sectionPage404 .contentSection {
  position: relative;
}
.sectionPage404 .contentSection .centered_description .btn {
  margin-top: 40px;
}
.sectionPage404 .contentSection .centered_description .circle_1 {
  width: 25%;
  padding-bottom: 25%;
  top: -300px;
  left: -150px;
}
.sectionPage404 .contentSection .centered_description .circle_2 {
  width: 25%;
  padding-bottom: 25%;
  bottom: -200px;
  right: -300px;
}
@keyframes cdp-in {
  from {
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.cdp {
  position: relative;
  text-align: center;
  padding: 20px 0;
  font-size: 0;
  z-index: 6;
  margin: 50px 0;
  animation: cdp-in 500ms ease both;
  animation-timeout: 200ms;
}
.cdp_i {
  font-size: 14px;
  text-decoration: none;
  transition: background 250ms;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 3px 6px;
  height: 38px;
  min-width: 28px;
  line-height: 28px;
  padding: 0;
  color: #333;
  letter-spacing: 0.03em;
  display: none;
}
.cdp_i:first-child,
.cdp_i:last-child {
  padding: 0 16px;
  margin: 0 12px 6px;
}
.cdp_i:last-child,
.cdp_i:nth-child(2),
.cdp_i:nth-last-child(2) {
  display: inline-block;
}
.cdp_i:hover {
  color: #ee4197;
}
.cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="1"]
  .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="1"]
  .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="2"]
  .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="2"]
  .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="3"]
  .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="3"]
  .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="4"]
  .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="4"]
  .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="5"]
  .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="5"]
  .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="6"]
  .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"]
  .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="6"]
  .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="7"]
  .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"]
  .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="7"]
  .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="8"]
  .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"]
  .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="8"]
  .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="9"]
  .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"]
  .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="9"]
  .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="10"]
  .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"]
  .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="10"]
  .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="11"]
  .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"]
  .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="11"]
  .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="12"]
  .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"]
  .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="12"]
  .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="13"]
  .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"]
  .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="13"]
  .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="14"]
  .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"]
  .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="14"]
  .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="15"]
  .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"]
  .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="15"]
  .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="16"]
  .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"]
  .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="16"]
  .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="17"]
  .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"]
  .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="17"]
  .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="18"]
  .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"]
  .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="18"]
  .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="19"]
  .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"]
  .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="19"]
  .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="20"]
  .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"]
  .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="20"]
  .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="21"]
  .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"]
  .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="21"]
  .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="22"]
  .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"]
  .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="22"]
  .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="23"]
  .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"]
  .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="23"]
  .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="24"]
  .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"]
  .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="24"]
  .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="25"]
  .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"]
  .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="25"]
  .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="26"]
  .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"]
  .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="26"]
  .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="27"]
  .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"]
  .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="27"]
  .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="28"]
  .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"]
  .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="28"]
  .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="29"]
  .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"]
  .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="29"]
  .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="30"]
  .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"]
  .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="30"]
  .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="31"]
  .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"]
  .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="31"]
  .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="32"]
  .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"]
  .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="32"]
  .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="33"]
  .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"]
  .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="33"]
  .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="34"]
  .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"]
  .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="34"]
  .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="35"]
  .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"]
  .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="35"]
  .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="36"]
  .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"]
  .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="36"]
  .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="37"]
  .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"]
  .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="37"]
  .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="38"]
  .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"]
  .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="38"]
  .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="39"]
  .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"]
  .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="39"]
  .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="40"]
  .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"]
  .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="40"]
  .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="41"]
  .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"]
  .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="41"]
  .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="42"]
  .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"]
  .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="42"]
  .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="43"]
  .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"]
  .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="43"]
  .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="44"]
  .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"]
  .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="44"]
  .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="45"]
  .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"]
  .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="45"]
  .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="46"]
  .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"]
  .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="46"]
  .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="47"]
  .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"]
  .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="47"]
  .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="48"]
  .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"]
  .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="48"]
  .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="49"]
  .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"]
  .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="49"]
  .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="50"]
  .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"]
  .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="50"]
  .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="51"]
  .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"]
  .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="51"]
  .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="52"]
  .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"]
  .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="52"]
  .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="53"]
  .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"]
  .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="53"]
  .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="54"]
  .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"]
  .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="54"]
  .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="55"]
  .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"]
  .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="55"]
  .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="56"]
  .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"]
  .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="56"]
  .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="57"]
  .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"]
  .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="57"]
  .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="58"]
  .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"]
  .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="58"]
  .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="59"]
  .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"]
  .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="59"]
  .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="60"]
  .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"]
  .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="60"]
  .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="61"]
  .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"]
  .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="61"]
  .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="62"]
  .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"]
  .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="62"]
  .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="63"]
  .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"]
  .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="63"]
  .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="64"]
  .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"]
  .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="64"]
  .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="65"]
  .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"]
  .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="65"]
  .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="66"]
  .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"]
  .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="66"]
  .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="67"]
  .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"]
  .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="67"]
  .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="68"]
  .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"]
  .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="68"]
  .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="69"]
  .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"]
  .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="69"]
  .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="70"]
  .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"]
  .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="70"]
  .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="71"]
  .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"]
  .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="71"]
  .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="72"]
  .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"]
  .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="72"]
  .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="73"]
  .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"]
  .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="73"]
  .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="74"]
  .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"]
  .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="74"]
  .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="75"]
  .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"]
  .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="75"]
  .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="76"]
  .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"]
  .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="76"]
  .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="77"]
  .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"]
  .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="77"]
  .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="78"]
  .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"]
  .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="78"]
  .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="79"]
  .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"]
  .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="79"]
  .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="80"]
  .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"]
  .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 40px;
}
.cdp[actpage="80"]
  .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #333;
  font-size: 18px;
  margin-left: -6px;
}
.sectionSearch .page-numbers.current {
  color: #ee4197;
  display: inline-block;
  font-weight: 700;
}
.sectionSearch .page-numbers:hover {
  color: #ee4197;
}
.sectionSearch .page-numbers {
  font-size: 14px;
  text-decoration: none;
  transition: background 250ms;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 3px 6px;
  height: 38px;
  min-width: 28px;
  line-height: 28px;
  padding: 0;
  letter-spacing: 0.03em;
}
.sectionSearch .pagination {
  margin-top: 60px;
}
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--webkit-autofill {
  background-color: #fcfbf6 !important;
}
#searchMenu form,
#searchMenuResponsive form,
.sectionSearch form {
  position: relative;
}
#searchMenu form input,
#searchMenuResponsive form input,
.sectionSearch form input {
  padding: 12px 60px 12px 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  height: 47px;
  border: none;
  border-radius: 0px;
}
#searchMenu form button,
#searchMenuResponsive form button,
.sectionSearch form button {
  background-color: #ee4197;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  height: 47px;
  padding: 0px 15px;
  cursor: pointer;
}
#searchMenu form button svg,
#searchMenuResponsive form button svg,
.sectionSearch form button svg {
  width: 20px;
  height: 20px;
}
#searchMenu form button svg g,
#searchMenu form button svg path,
#searchMenuResponsive form button svg g,
#searchMenuResponsive form button svg path,
.sectionSearch form button svg g,
.sectionSearch form button svg path {
  stroke: none;
  fill: white;
}
#searchMenu {
  position: absolute;
  bottom: 20px;
  right: -20px;
}
@media screen and (max-width: 1700px) {
  #searchMenu {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #searchMenu {
    bottom: 15px;
  }
}
#searchMenu svg {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #searchMenu svg {
    width: 18px;
    height: 18px;
  }
}
#searchMenu svg g,
#searchMenu svg path {
  stroke: none;
}
#searchMenu svg:hover g,
#searchMenu svg:hover path {
  fill: #ee4197;
}
#searchMenu .dropdown {
  display: none;
  position: absolute;
  top: 52px;
  right: 0px;
}
@media screen and (max-width: 1024px) {
  #searchMenu .dropdown {
    top: 40px;
  }
}
#searchMenuResponsive form {
  margin: 20px 20px 20px 0px;
}
#searchMenuResponsive form input {
  width: 100%;
}
.sectionSearch #generalSearch {
  position: absolute;
  top: 60px;
  right: 60px;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .sectionSearch #generalSearch {
    right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .sectionSearch #generalSearch {
    position: relative;
    top: 0px;
    right: auto;
    margin-bottom: 60px;
  }
}
.sectionSearch #generalSearch form input {
  border: none;
  width: 100%;
}
.sectionSearch .header_search .centered_description .circle_1 {
  width: 25%;
  padding-bottom: 25%;
  top: -300px;
  left: -150px;
}
.sectionSearch .header_search .centered_description .circle_2 {
  width: 25%;
  padding-bottom: 25%;
  bottom: -200px;
  right: -300px;
}
.sectionSearch .results {
  font-size: 0px;
  margin: 0px -10px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sectionSearch .results {
    margin-top: 40px;
  }
}
.sectionSearch .results .noResult {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .sectionSearch .results .noResult {
    padding-left: 0px;
  }
}
.sectionSearch .results .containerResult {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 10px;
}
@media screen and (max-width: 1260px) {
  .sectionSearch .results .containerResult {
    width: 50%;
  }
}
@media screen and (max-width: 850px) {
  .sectionSearch .results .containerResult {
    width: 100%;
  }
}
.sectionSearch .results .containerResult .result {
  display: block;
  background-color: white;
  position: relative;
  padding: 40px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.sectionSearch .results .containerResult .result:hover {
  transform: translate(-2px, -2px);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionSearch .results .containerResult .result.result_with_image .title,
.sectionSearch .results .containerResult .result.result_with_image .type {
  padding-left: 100px;
}
@media screen and (max-width: 500px) {
  .sectionSearch .results .containerResult .result.result_with_image .title,
  .sectionSearch .results .containerResult .result.result_with_image .type {
    padding-left: 0px;
  }
}
.sectionSearch .results .containerResult .result.result_with_image .image {
  position: absolute;
  top: 40px;
  left: 30px;
  width: 80px;
  height: calc(100% - 80px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .sectionSearch .results .containerResult .result.result_with_image .image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-bottom: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.sectionSearch .results .containerResult .result .title {
  font-family: "corporate-a", serif;
  font-weight: 500;
  font-size: 16pt;
}
.sectionSearch .results .containerResult .result .type {
  margin-top: 20px;
  color: #ee4197;
  padding-right: 40px;
  font-size: 11pt;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sectionSearch .results .containerResult .result .go {
  background-color: #0093d0;
  border: 1px solid #0093d0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  margin: 0px 5px;
  vertical-align: top;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.sectionSearch .results .containerResult .result .go:hover {
  background-color: #fff;
  color: #0093d0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionSearch .results .containerResult .result .go:hover svg path {
  fill: #0093d0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sectionSearch .results .containerResult .result .go svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
}
.sectionSearch .results .containerResult .result .go svg path {
  fill: white;
}
.sectionSearch .pagination {
  text-align: center;
}
.highlight {
  background-color: #ee4197;
  color: white;
  padding: 0px 4px;
}
.highlight .highlight {
  padding: 0px;
}
.tooltip {
  position: relative;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 7px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  letter-spacing: 1px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  animation: enter 0.35s ease infinite alternate;
  border: 1px solid #ddd;
}
@keyframes enter {
  from {
    transform: translateY(2px);
  }
  to {
    transform: translateY(-2px);
  }
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ddd transparent transparent transparent;
}
footer .fixed_phone {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: white;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 15px;
  z-index: 1000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  footer .fixed_phone {
    display: none;
  }
}
footer .fixed_phone:hover {
  padding-top: 13px;
}
footer .fixed_phone:hover svg {
  width: 34px;
  height: 34px;
}
footer .fixed_phone:hover span {
  opacity: 1;
}
footer .fixed_phone svg {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer .fixed_phone svg path {
  fill: #ee4197;
}
footer .fixed_phone span {
  position: absolute;
  top: 20px;
  left: -110px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer .contentFooter {
  max-width: 1600px;
  margin: auto;
  padding: 40px 60px 0px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  footer .contentFooter {
    padding: 40px 40px 0px;
  }
}
@media screen and (max-width: 768px) {
  footer .contentFooter {
    padding: 40px 20px 0px;
  }
}
footer .contentFooter .columns {
  font-size: 0px;
  margin: 0px -40px;
}
@media screen and (max-width: 1350px) {
  footer .contentFooter .columns {
    margin: 0px -20px;
  }
}
footer .contentFooter .columns .column {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0px 40px 40px;
}
@media screen and (max-width: 1350px) {
  footer .contentFooter .columns .column {
    padding: 0px 20px 40px;
  }
}
@media screen and (max-width: 1024px) {
  footer .contentFooter .columns .column {
    width: 50% !important;
  }
}
@media screen and (max-width: 600px) {
  footer .contentFooter .columns .column {
    width: 100% !important;
  }
}
footer .contentFooter .columns .column .title_footer {
  font-size: 11pt;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer .contentFooter .columns .column .service {
  display: block;
  text-align: center;
}
footer .contentFooter .columns .column .service:hover svg {
  width: 65px;
  height: 65px;
  margin-bottom: 15px;
}
footer .contentFooter .columns .column .service svg {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .contentFooter .columns .column .service svg {
    display: none;
  }
}
footer .informations .copyright {
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .informations .copyright {
    margin-bottom: 30px;
  }
}
.completeFooter {
  position: relative;
}
.completeFooter .services {
  background-color: #313e47;
}
.completeFooter .services .columns .column .service .title_footer,
.completeFooter .services .columns .column .service div {
  color: #fff;
}
.completeFooter .services .columns .column .service svg path,
.completeFooter .services .columns .column .service svg g {
  fill: #fff;
}
.completeFooter .informations .columns .column li {
  list-style: none;
}
.completeFooter .informations .columns .column:nth-child(3) {
  width: 22%;
}
.completeFooter .informations .columns .column:nth-child(4) {
  width: 28%;
}
.completeFooter .informations .btn-tertiary {
  margin-top: 40px !important;
}
.reduceFooter .services .columns .column .service svg path,
.reduceFooter .services .columns .column .service svg g {
  fill: #313e47;
}
.reduceFooter .informations .contentFooter {
  padding-top: 0px;
}

.admin-bar header {
  top: 32px;
}
.admin-bar #added_product,
.admin-bar #added_wishlist,
.admin-bar #instant_login_logout,
.admin-bar #crud_address,
.admin-bar #get_valid_msg {
  top: 172px;
}
