@charset "UTF-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body, h1, h2, h3, h4, h5, h6, p, span, a, dd, dt, button, label {
  font-family: 'Inter', sans-serif;
} */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
body, h1, h2, h3, h4, h5, h6, p, span, a, dd, dt, button, label {
  font-family: "Montserrat", sans-serif;
}

h2, h3, h4, h5, h6 {
  font-weight: 500 !important;
}

h1 {
  font-size: 40px;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 35px;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 28px;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}

ul {
  padding-inline-start: 0px !important;
  list-style: none !important;
}

.w-33 {
  width: 33% !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.mw-300 {
  max-width: 300px !important;
}

.mw-350 {
  max-width: 350px !important;
}

.mw-500 {
  max-width: 500px !important;
}

.mw-750 {
  max-width: 750px !important;
}

hr.separator_block {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.title-medium {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .title-medium {
    font-size: 1.25rem;
  }
}

.text_grey {
  color: #c1c1c1 !important;
}

.rounded-30 {
  border-radius: 30px !important;
  overflow: hidden;
}

.box-shadow-grey {
  box-shadow: 5px 5px 0 0 #f2f2f2;
}

.bordered {
  border: 1px solid #F2F2F2;
}

.border-green {
  border: 1px solid #28b392;
}

.input-file .text-muted {
  display: none !important;
}

.stretched-link::after {
  content: none !important;
}

button:focus {
  outline: none !important;
}

.progress {
  height: 1.3rem;
}
.progress .progress-bar {
  background-color: #409CCB;
}

.grecaptcha-badge {
  z-index: 100000;
}

@media (min-width: 992px) {
  #netreviewsWidgetNum29804widget21av {
    bottom: 58px !important;
    left: 40px !important;
  }
}
.cart__card-loader {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.title_block_card {
  text-align: center !important;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff4081 !important;
  box-shadow: none !important;
  border: 0;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fe5d94;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  min-width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 60px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #ff4081;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ff4081;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.custom-switch .custom-control-label::before {
  width: 2.75rem !important;
  top: 0.15rem;
  height: 1.25rem;
  left: -3.25rem;
  box-shadow: none !important;
}
.custom-switch .custom-control-label::after {
  left: calc(-3.25rem + 2px);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ff4081;
  background-color: #ff4081;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1.75rem) !important;
  transform: translateX(1.75rem) !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1500px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 1100px) {
  .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 1100px) {
  #BenefitContent .modal-dialog {
    max-width: 700px !important;
  }
}

.modal-footer {
  justify-content: center !important;
}

@media all and (min-width: 992px) {
  .menu-item-link .dropdown-menu {
    display: none;
  }
  .menu-item-link:hover .dropdown-menu {
    display: block;
  }
  .menu-item-link .dropdown-menu {
    margin-top: 0;
  }
}
.font-weight-bold {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.w-auto {
  width: auto !important;
}

.flex-row {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
}

.page-subtitle {
  letter-spacing: 1px;
  font-size: 1rem;
  text-align: center;
  color: #444444;
}

.page-content h3 {
  margin-bottom: 2rem;
}

body, p, span, a, dd, button, label {
  font-weight: 300;
}

dt {
  font-weight: 500;
}

.bg-primary {
  background-color: #ff4081 !important;
  color: #ffffff;
}

.bg-grey {
  background-color: #F1F1F1 !important;
}

.bg-warning {
  background-color: #fff3cd !important;
}

.bg-success {
  background-color: #81c784 !important;
  color: #ffffff;
}

.text-primary {
  color: #ff4081 !important;
}

.text-secondary {
  color: #409CCB !important;
}

a {
  color: #ff4081;
}
a:hover {
  color: #F2286D;
}

strong {
  font-weight: 500;
}

li::marker {
  content: "";
}

.text-decoration-underline {
  text-decoration: underline;
}

.btn {
  padding: 16px 20px;
  appearance: none;
  display: inline-block;
  border-radius: 4px;
  transition: background 0.2s, border 0.2s, color 0.2s;
  border: 0;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none !important;
}
.btn-small {
  padding: 0.75rem;
}
.btn-link {
  color: #ff4081;
}
.btn-link:hover {
  color: #fe5d94;
}
.btn-lg {
  width: 100% !important;
  max-width: 400px;
}
.btn:focus, .btn:active {
  box-shadow: none !important;
}
.btn:hover {
  font-weight: 300;
}
.btn-danger {
  color: #ffffff !important;
}
.btn-info {
  background-color: #F1F1F1;
  color: #111;
  border-color: #F1F1F1;
}
.btn-info:hover {
  background-color: #fe5d94;
}
.btn-info:active {
  background-color: #F2286D !important;
}
.btn.btn-outline-primary {
  color: #111;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active {
  background-color: #ffffff;
  color: #409CCB;
}
.btn.btn-primary-border {
  border: 1px solid #ff4081;
  color: #ff4081;
}
.btn.btn-primary-border:hover {
  background: #ff4081;
  color: #ffffff;
}
.btn-primary {
  background: #ff4081;
}
.btn-primary:hover {
  background: #fe5d94;
}
.btn-primary:disabled {
  background: #fe5d94;
}
.btn-primary:focus {
  background: #fe5d94;
}
.btn-primary:active {
  background: #F2286D !important;
  background-color: #F2286D !important;
  border-color: #F2286D;
  color: #ffffff;
}
.btn-white {
  background: #ffffff;
  color: #ff4081;
}
.btn-white-bordered {
  border: 2px solid #ff4081;
}
.btn-white:hover {
  background: #ffffff;
  color: #fe5d94;
  opacity: 0.85;
}
.btn-white:disabled {
  background: #ffffff;
  color: #fe5d94;
}
.btn-white:focus {
  background: #ffffff;
  color: #fe5d94;
  opacity: 0.85;
}
.btn-white:active {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  color: #fe5d94;
  opacity: 0.85;
}
.btn-yellow {
  background: #e8b836;
  border: 1px solid #e8b836;
  color: #ffffff;
}
.btn-yellow:hover {
  background: #e8b836;
  color: #ffffff;
  opacity: 0.85;
}
.btn-yellow:disabled {
  background: #e8b836;
}
.btn-yellow:focus {
  background: #e8b836;
}
.btn-yellow:active {
  background: #e8b836 !important;
  border-color: #e8b836;
  color: #ffffff;
}
.btn-green {
  background: #28B392;
  border: 1px solid #28B392;
  color: #ffffff;
}
.btn-green:hover {
  background: #28B392;
  color: #ffffff;
  opacity: 0.85;
}
.btn-green:disabled {
  background: #28B392;
}
.btn-green:focus {
  background: #28B392;
}
.btn-green:active {
  background: #28B392 !important;
  border-color: #28B392;
  color: #ffffff;
}
.btn-outline-yellow {
  color: #e8b836;
  border: 1px solid #e8b836;
  background-color: #ffffff;
}
.btn-outline-yellow:hover, .btn-outline-yellow:active {
  background-color: #e8b836;
  color: #ffffff;
}
.btn-filter {
  border-color: #F1F1F1;
}
.btn-filter.active, .btn-filter:hover {
  border-color: #ff4081 !important;
  background-color: #ff4081 !important;
  color: #ffffff !important;
}
.btn-secondary {
  background: #409CCB;
  color: #ffffff !important;
}
.btn-secondary:hover {
  background: #409CCB;
}

.input-group-btn .btn {
  padding: 1em !important;
  border: 1px solid;
  border-color: transparent;
}
.input-group-btn .btn-primary {
  border-color: #ff4081;
}
.input-group-btn .btn-primary:hover {
  border-color: #fe5d94;
}

.js-invalid-feedback-browser:empty {
  display: none;
}

.growl-notification--success {
  background: #81c784;
}
.growl-notification--error {
  background: #e57373;
}
.growl-notification--image {
  width: auto !important;
}

.breadcrumb {
  background-color: transparent;
}

.page-header {
  margin-bottom: 3rem;
}
@media all and (max-width: 991px) {
  .page-header {
    margin-top: 2rem;
  }
}
.page-header h1 {
  font-weight: 800 !important;
  line-height: 1.22;
  letter-spacing: -0.5px;
  color: #111;
  text-align: center;
  margin-bottom: 0;
}
@media all and (max-width: 576px) {
  .page-header h1 {
    font-size: 2rem;
  }
}

textarea, input:not([type=submit]), select {
  padding: 1rem !important;
  height: auto !important;
}

form {
  max-width: 600px;
  margin: auto;
}
form #list_checkbox_form {
  max-height: 500px;
  overflow-y: scroll;
}
form input::placeholder, form textarea::placeholder {
  color: #c1c1c1 !important;
}
form .notifications-container ul {
  margin-bottom: 0 !important;
}
form .form-control.is-invalid {
  border-color: #e57373;
}
form .form-control:focus {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.15) !important;
}
form .form-footer {
  text-align: center;
}
form label {
  display: none;
}
form .custom-file-label {
  display: block !important;
}
form .custom-file-label::after {
  content: "Parcourir";
}
form .input-file > label {
  display: block !important;
}
form .input-file .custom-file label {
  display: block !important;
}
form .input-file .custom-file label:after {
  content: "Parcourir";
}
form .form-check label {
  display: block !important;
}
form .custom-control .custom-control-input[name=optin]:not(:checked) ~ .custom-control-label {
  color: #c00e30;
}
form .custom-control label {
  display: inline-block !important;
}
form [type=submit] {
  width: 80%;
}
form .invalid-feedback {
  color: #e57373;
}
form .invalid-feedback ul {
  padding-left: 0 !important;
}
form .invalid-feedback ul li {
  font-size: 13px;
  font-weight: 400;
}
form .invalid-feedback ul li::marker {
  display: none !important;
  content: "";
}

table {
  /*
  tr > td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  tr > td:last-child {
    border-right: 0 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  } */
}
table.datatable .dt-column-title {
  display: block;
}
table.datatable .dt-column-order:before, table.datatable .dt-column-order:after {
  content: none !important;
}
@media (min-width: 991px) {
  table.table-responsive {
    display: table !important;
  }
}
table th {
  padding: 15px 10px !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
table th:hover {
  outline: none !important;
}
table th, table th > span {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
table td {
  padding: 10px !important;
  font-weight: 400;
  border-right: 1px solid #e0e0e0;
  vertical-align: middle !important;
}
table td a {
  font-weight: 400;
}
table td .btn {
  padding: 10px 15px;
}
table tbody td {
  border-top: 0 !important;
}
table tr td {
  background-color: #f0f2f5;
  text-align: center;
}
table tr:nth-child(2n) td {
  background-color: rgb(255, 255, 255);
}

.notifications a {
  padding: 0.75rem 0;
}
.notifications a:hover {
  text-decoration: none !important;
}
.notifications .notification_flag {
  background-color: #ff4081;
  padding: 0.25rem 0.5rem;
  font-weight: 400 !important;
  margin-top: 0.5rem;
  text-transform: uppercase;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-size: 14px;
  color: #ffffff;
  text-align: center !important;
  margin-bottom: 0.5rem;
}
.notifications .notification_title {
  font-weight: 400;
  line-height: 1.7rem;
}
.notifications .notification_message {
  margin-top: 0.5rem;
  font-size: 14px !important;
}
.notifications .notification_end_date {
  font-size: 13px;
}
.notifications .notification_see_more {
  font-size: 14px;
  font-weight: 400;
  color: #ff4081;
}

.block_card {
  border-radius: 8px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.25rem;
}
.block_card .block_card_header {
  margin-bottom: 3rem;
}
.block_card .title_block_card {
  text-align: center;
  font-size: 2.2em;
  font-weight: bold !important;
  margin-bottom: 1rem;
}

.card {
  border-radius: 8px;
  /*background-color: #fff;*/
  box-shadow: -1.875em 2.6em 1.875em -1.875em rgba(0, 0, 0, 0.06), 1.875em 2.6em 1.875em -1.875em rgba(0, 0, 0, 0.06);
}
.card-footer {
  background-color: transparent;
}

#module-pdsfaq-faq .faq_topic {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
#module-pdsfaq-faq .faq_topic-item {
  /* block de 300px de large */
  width: 175px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #F2F2F2;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  #module-pdsfaq-faq .faq_topic-item {
    box-shadow: 7px 7px rgb(242, 242, 242);
    width: 250px;
  }
}
#module-pdsfaq-faq .faq_topic-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 2rem;
}
#module-pdsfaq-faq .faq_topic-item a {
  text-decoration: none !important;
}
#module-pdsfaq-faq .faq_topic-item-title {
  color: initial;
  font-size: 1rem;
  margin-bottom: 0rem;
}
#module-pdsfaq-faq #accordionFAQ .card {
  margin-top: 1.5rem;
  border: 0 !important;
  background-color: transparent !important;
}
#module-pdsfaq-faq #accordionFAQ .card .card-header {
  border-radius: 54px;
  box-shadow: 5px 5px 0 0 #f2f2f2;
  background-color: #ffffff;
  user-select: none;
  cursor: pointer;
}
#module-pdsfaq-faq #accordionFAQ .card .card-header[aria-expanded=true] {
  border-radius: 27px;
  background-color: #F2F2F2;
  box-shadow: 5px 5px 0 0 #f2f2f2;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#module-pdsfaq-faq #accordionFAQ .card .card-body {
  background-color: #ffffff;
  border-bottom-right-radius: 27px;
  border-bottom-left-radius: 27px;
  box-shadow: 5px 5px 0 0 #f2f2f2;
  border-left: 1px solid #f2f2f2;
}
#module-pdsfaq-faq #accordionFAQ .card .card-body iframe, #module-pdsfaq-faq #accordionFAQ .card .card-body img {
  max-width: 100%;
}

@media (min-width: 768px) {
  #wrapper {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 991px) {
  #wrapper {
    padding-top: 20px;
  }
}
#wrapper.sticky {
  padding-top: 67px;
}
@media all and (max-width: 991px) {
  #wrapper.sticky {
    padding-top: 0px;
  }
}

#module-pdsnews-news #news_view_section_content h2 {
  font-weight: 600 !important;
  font-size: 1.5rem;
}
#module-pdsnews-news #news_view_section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: rgba(236, 170, 184, 0.13);
  margin-bottom: 2rem;
}
#module-pdsnews-news .separator {
  border: solid 1px #ff4081;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#module-pdsnews-news .block-news .card {
  overflow: hidden;
  margin-bottom: 1rem;
}
#module-pdsnews-news .block-news .card .img-block {
  height: 200px;
  align-items: center;
  display: flex;
}
#module-pdsnews-news .block-news .card .img-block img {
  max-height: 200px;
  max-width: 100%;
  width: 100%;
  margin: auto;
}
#module-pdsnews-news .block-news .card .card-footer {
  display: flex;
  align-items: center;
}
#module-pdsnews-news .block-news .card .card-footer span {
  font-size: 14px;
}
#module-pdsnews-news .block-news .card .card-footer a {
  padding: 6px 15px;
  margin-left: auto;
}

#available-categories .card {
  border-radius: 30px;
  overflow: hidden;
}
#available-categories .card-header {
  background-color: #ffffff;
}
#available-categories .card .h5 {
  font-weight: bold;
  text-transform: uppercase;
}
#available-categories .card h5 {
  margin-bottom: 0;
}
#available-categories .card table tr:nth-child(2n) td {
  background-color: rgb(255, 255, 255);
}
#available-categories .card table {
  margin-bottom: 0 !important;
}
#available-categories .card table td a {
  color: inherit;
}

#navbar-space {
  display: flex;
  justify-content: right;
}
#navbar-space > a {
  padding: 0 0.5rem;
}
@media screen and (min-width: 992px) {
  #navbar-space {
    display: none !important;
  }
}

#authentication .g-recaptcha > div {
  margin: 1rem auto;
}
#authentication h2 {
  margin-bottom: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2em;
}
#authentication .left-section {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  #authentication .left-section {
    padding: 40px !important;
  }
}
#authentication .left-section h1 {
  text-align: left !important;
  margin-bottom: 2rem;
}
#authentication .right-section {
  border-radius: 16px;
  background-color: #F1F1F1;
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  #authentication .right-section {
    padding: 40px !important;
  }
}
@media (max-width: 767px) {
  #authentication .right-section {
    margin-top: 2rem;
  }
}
#authentication .right-section p {
  text-align: center;
  font-size: 1.25em;
  max-width: 400px;
  margin: auto;
}
#authentication .right-section a {
  width: 80%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
}
@media (max-width: 767px) {
  #authentication .right-section a {
    margin-top: 2rem;
  }
}

#module-pdscompany-customerInscription .right-section {
  border-radius: 16px;
  background-color: #F1F1F1;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  #module-pdscompany-customerInscription .right-section {
    padding: 40px !important;
  }
}
#module-pdscompany-customerInscription .right-section--text {
  font-size: 1.25em;
}

#contact h2 {
  text-align: left !important;
  margin-bottom: 2rem;
  font-size: 2em;
}
#contact .left-section {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  #contact .left-section {
    padding: 40px !important;
  }
}
#contact .left-section .contact-form form {
  max-width: 400px;
  margin: auto;
}
#contact .left-section .contact-form form textarea, #contact .left-section .contact-form form input:not([type=submit]), #contact .left-section .contact-form form select {
  padding: 1.25em;
  height: auto !important;
}
#contact .left-section .contact-form form textarea:hover:not(:focus), #contact .left-section .contact-form form input:not([type=submit]):hover:not(:focus), #contact .left-section .contact-form form select:hover:not(:focus) {
  background-color: rgba(0, 0, 0, 0.02);
}
#contact .left-section .contact-form form .g-recaptcha > div {
  margin: auto;
}
#contact .left-section .contact-form form input[type=submit] {
  width: 304px;
}
#contact .right-section {
  border-radius: 16px;
  background-color: #F1F1F1;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  #contact .right-section {
    padding: 40px !important;
  }
}
#contact .right-section--text {
  font-size: 1.25em;
}

/* START PAGES DISCONNECTED ET LANDING */
body.disconnected {
  background-color: #fffcfe !important;
}

.list_puce li {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}
.list_puce li strong, .list_puce li a {
  font-weight: 500;
  display: contents;
}
.list_puce li:before {
  background-image: url("/img/homepage/disconnected/pastilles/Goutte_rose.svg");
  background-size: 20px 30px;
  width: 20px;
  min-width: 20px;
  height: 30px;
  content: "";
  margin-right: 0.5rem;
}

.list_puce_check li:before {
  background-image: url("/img/disconnected/Check.svg");
}

section.section_hp {
  padding: 2rem 0;
}
@media (min-width: 991px) {
  section.section_hp {
    margin-top: 3rem;
  }
  section.section_hp.first_section {
    margin-top: 0;
  }
}
section.section_hp h1.title-section {
  font-size: 3rem;
}
@media (max-width: 991px) {
  section.section_hp h1.title-section {
    font-size: 2rem;
  }
}
section.section_hp h2.title-section {
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  section.section_hp h2.title-section {
    font-size: 2rem;
  }
}
section.section_hp .title-section {
  text-align: center;
  font-weight: bold;
  line-height: 1.25em;
  margin-bottom: 1rem;
}
section.section_hp .subtitle-section {
  margin-bottom: 3rem;
  letter-spacing: 1.2px;
  text-align: center;
  font-size: 1.5em;
}
@media (max-width: 991px) {
  section.section_hp .subtitle-section {
    font-size: 1.25rem;
  }
}
section.section_hp h3.text-green {
  color: #28B392 !important;
  letter-spacing: 1.2px;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  section.section_hp h3.text-green {
    font-size: 1.5rem;
  }
}

.banner-green {
  background-color: #76CAB2;
  color: #ffffff;
  letter-spacing: 1.2px;
  padding: 1rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: normal !important;
}
@media (max-width: 991px) {
  .banner-green {
    font-size: 1.5rem;
  }
}

.urssaf {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}
.urssaf-item {
  background-color: rgba(215, 226, 249, 0.36);
  padding: 22px 15px 18px;
  border-radius: 10px;
  width: 250px;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
.urssaf-item-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1b448e;
  min-height: 55px;
  margin-bottom: 0.25rem;
}
.urssaf-item img {
  width: 90px;
}

.blockcard {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blockcard_green .blockcard-item {
  border: solid 1px rgba(118, 202, 178, 0.8);
}
.blockcard.mw-500 {
  max-width: 100% !important;
}
.blockcard.mw-500 .blockcard-item {
  max-width: 500px !important;
}
.blockcard.mw-350 {
  max-width: 100% !important;
}
.blockcard.mw-350 .blockcard-item {
  max-width: 350px !important;
}
.blockcard-item {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid #F2F2F2;
  background-color: #ffffff;
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.blockcard-item .pastille > img {
  max-width: 100px;
  margin-bottom: 2rem;
}
.blockcard-item-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.blockcard-item-text-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 1rem;
}
.blockcard-item-action {
  margin-top: auto;
  padding: 0.5rem 1rem;
}
.blockcard-item-img > img {
  margin-top: 1rem;
  width: 100px;
}
.blockcard-item img {
  height: 235px;
  object-fit: cover;
}

#index.disconnected .advantages h3 {
  margin-top: 3rem;
  font-weight: 300 !important;
  letter-spacing: -0.011em;
  font-size: 1.75em;
  opacity: 0.7 !important;
  color: #111;
}
#index.disconnected .advantages .advantages_wrapper {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: center;
  grid-gap: 2.6em;
}
#index.disconnected .advantages .advantages_wrapper .advantage {
  padding: 1.5em;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.1), 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3);
}
#index.disconnected .advantages .advantages_wrapper .advantage--icon {
  text-align: left;
  margin-bottom: 0.75rem;
}
#index.disconnected .advantages .advantages_wrapper .advantage--icon img {
  height: 40px;
}
#index.disconnected .advantages .advantages_wrapper .advantage--title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#index.disconnected .advantages .advantages_wrapper .advantage--text {
  font-size: 1.25em;
  opacity: 0.75;
}
#index.disconnected .big-title {
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  font-size: 65px;
  text-align: center;
  font-weight: 900 !important;
}
@media (max-width: 767px) {
  #index.disconnected .big-title {
    font-size: 35px !important;
  }
}
#index.disconnected .big-title-subtitle {
  text-align: center;
  font-weight: 300 !important;
  letter-spacing: -0.011em;
  font-size: 1.75em;
  opacity: 0.7 !important;
  margin: auto;
  color: #111;
}
@media (max-width: 767px) {
  #index.disconnected .big-title-subtitle {
    font-size: 1.25em;
  }
}

body.disconnected .btn, #module-pdsfaq-faq .btn, #module-pdsnews-news .btn, #module-rdlanding-aide .btn, module-rdlanding-demo .btn {
  padding: 7px 20px;
  border-radius: 30px;
  font-weight: 500;
}
body.disconnected .btn-white, #module-pdsfaq-faq .btn-white, #module-pdsnews-news .btn-white, #module-rdlanding-aide .btn-white, module-rdlanding-demo .btn-white {
  font-weight: 500;
}
body.disconnected .btn-green, #module-pdsfaq-faq .btn-green, #module-pdsnews-news .btn-green, #module-rdlanding-aide .btn-green, module-rdlanding-demo .btn-green {
  background: #28B392;
  color: #ffffff;
}
body.disconnected .btn-green:hover, #module-pdsfaq-faq .btn-green:hover, #module-pdsnews-news .btn-green:hover, #module-rdlanding-aide .btn-green:hover, module-rdlanding-demo .btn-green:hover {
  background: #76CAB2;
}
body.disconnected .btn-green:disabled, #module-pdsfaq-faq .btn-green:disabled, #module-pdsnews-news .btn-green:disabled, #module-rdlanding-aide .btn-green:disabled, module-rdlanding-demo .btn-green:disabled {
  background: #76CAB2;
}
body.disconnected .btn-green:focus, #module-pdsfaq-faq .btn-green:focus, #module-pdsnews-news .btn-green:focus, #module-rdlanding-aide .btn-green:focus, module-rdlanding-demo .btn-green:focus {
  background: #76CAB2;
}
body.disconnected .btn-green:active, #module-pdsfaq-faq .btn-green:active, #module-pdsnews-news .btn-green:active, #module-rdlanding-aide .btn-green:active, module-rdlanding-demo .btn-green:active {
  background: #76CAB2 !important;
  background-color: #76CAB2 !important;
  border-color: #76CAB2;
  color: #ffffff;
}
body.disconnected .btn.btn-outline-primary, #module-pdsfaq-faq .btn.btn-outline-primary, #module-pdsnews-news .btn.btn-outline-primary, #module-rdlanding-aide .btn.btn-outline-primary, module-rdlanding-demo .btn.btn-outline-primary {
  color: #ff4081;
}
body.disconnected .btn.btn-outline-primary:hover, #module-pdsfaq-faq .btn.btn-outline-primary:hover, #module-pdsnews-news .btn.btn-outline-primary:hover, #module-rdlanding-aide .btn.btn-outline-primary:hover, module-rdlanding-demo .btn.btn-outline-primary:hover {
  color: #111;
  background-color: transparent !important;
}

#pds_banner {
  background-image: radial-gradient(circle at 98% 91%, #f7d5dd, #ecaab8 42%);
  color: #ffffff;
  border-radius: 30px;
  padding: 2rem 3rem;
}
#pds_banner .buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
@media screen and (min-width: 600px) {
  #pds_banner .buttons a {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 600px) {
  #pds_banner .buttons {
    justify-content: center;
    flex-direction: column;
  }
  #pds_banner .buttons a {
    margin-bottom: 1rem;
  }
}
#pds_banner .big-title {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #pds_banner .big-title {
    font-size: 26px;
  }
}
#pds_banner .subscribe-text {
  font-size: 24px;
}

#advantages .advantages-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
}
#advantages .advantages-categories-item {
  display: flex;
  flex-direction: column;
  max-width: 150px;
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#advantages .advantages-categories-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#advantages .advantages-suppliers {
  background-color: #f2f2f2;
  border-radius: 30px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#advantages .advantages-suppliers-img {
  display: flex;
  max-width: 500px;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}
#advantages .advantages-suppliers-img img {
  max-width: 100px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#functions .functions {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  border-bottom: 2px solid #ff4081;
}
#functions .functions-item {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  background-color: #ffffff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border: 1px solid #F2F2F2;
  padding: 2rem 1rem 0rem 1rem;
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 1rem;
}
#functions .functions-item-title {
  letter-spacing: 1.2px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.59;
  min-height: 70px;
}
#functions .functions-item-list {
  text-align: left !important;
}
#functions .functions-item-list-item {
  display: flex;
  align-items: start;
}
#functions .functions-item-list-item img {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

#accessibility .accessibility-item {
  margin-top: 1rem;
}
#accessibility .accessibility-item-title {
  border-bottom: 2px solid #28b392;
  width: fit-content;
  padding-right: 2rem;
  letter-spacing: 1.2px;
  font-size: 1.5em;
  font-weight: normal !important;
  margin-bottom: 1rem;
}
#accessibility .accessibility-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#accessibility .accessibility-item-text p {
  margin-bottom: 0 !important;
}

.banner-pink {
  background-color: rgba(236, 170, 184, 0.13);
  color: #ff4081 !important;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
}

#banner_question {
  background: linear-gradient(90deg, #E2ADB8 0%, #F1CBD4 100%);
  border-radius: 30px;
  padding: 0 2rem;
  margin-top: 2rem;
}
#banner_question .first-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#banner_question .first-column .big-title-white {
  color: #ffffff !important;
  font-size: 2.5em;
  font-weight: bold;
}
@media (max-width: 991px) {
  #banner_question .first-column .big-title-white {
    font-size: 2rem;
    line-height: initial;
  }
}
#banner_question .first-column .subtitle {
  color: #ffffff !important;
  font-size: 20px;
  letter-spacing: 1.2px;
}
#banner_question .last-column {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
#banner_question .last-column img {
  max-height: 300px;
}

#solutions .solution-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}
@media (max-width: 991px) {
  #solutions .solution-text {
    margin-top: 2rem;
  }
}
#solutions .solution-text .btn {
  width: fit-content;
}
@media (max-width: 768px) {
  #solutions #demarches_rse, #solutions #cartecadeau {
    flex-direction: column-reverse;
  }
}

.block-bg-pink {
  background-color: rgba(236, 170, 184, 0.13);
  padding: 2rem 1rem;
}

.economies {
  border-radius: 30px;
  padding: 1rem 2rem;
}
.economies-text {
  letter-spacing: 1.2px;
}
.economies-block {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .economies-block {
    justify-content: space-around;
  }
}
.economies-amount {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  padding: 0px 13px;
  background-color: #fb7990;
  width: fit-content;
  margin-bottom: 0;
  box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.5);
}
.economies-item {
  display: flex;
  justify-content: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 230px;
}
@media (max-width: 991px) {
  .economies-item {
    min-width: 150px;
    width: auto !important;
    flex-direction: column;
    text-align: center;
  }
}
.economies-item-img {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .economies-item-img {
    margin: auto;
  }
}
.economies-item-img img {
  width: 80px;
  object-fit: cover;
}
.economies-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .economies-item-text {
    margin-left: 0;
  }
}
.economies-item-text-title {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.economies-item-text-amount {
  font-weight: 600;
  color: #ff4081;
  margin-bottom: 0 !important;
}

#searchBarFAQText {
  border-radius: 55px !important;
  padding-left: 1rem;
}
#searchBarFAQ button {
  position: absolute;
  right: 15px;
  width: auto;
  z-index: 1000;
  background-color: transparent;
  color: #ffffff;
  height: 100%;
  border: 0 !important;
}
#searchBarFAQ button img {
  width: 20px;
  height: 20px;
}

/* END PAGES DISCONNECTED ET LANDING */
body.disconnected #wk-app-btn-wrapper {
  display: none !important;
}
body.disconnected .buttons_hp {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.disconnected .buttons_hp {
    display: flex;
    justify-content: start;
  }
  body.disconnected .buttons_hp a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body.disconnected .buttons_hp a {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  body.disconnected #contactDemo {
    margin-top: 1rem;
  }
}
body.disconnected .light_green_banner {
  background-color: #fafcf8;
}
body.disconnected .light_green_banner--text {
  padding: 1rem;
}
body.disconnected .light_green_banner--img {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
body.disconnected .title-list {
  padding-right: 2rem;
  margin-bottom: 2rem;
  font-weight: 300 !important;
  padding-right: 2rem;
  border-bottom: 2px solid;
  width: fit-content;
  border-color: #ff4081;
}
body.disconnected#module-rdlanding-apropos #platform {
  background-color: rgba(236, 170, 184, 0.13);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.disconnected#module-rdlanding-apropos #platformText {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.disconnected#module-rdlanding-apropos #platformImg {
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.disconnected#module-rdlanding-apropos #platformImg {
    margin-top: 2rem;
  }
}
body.disconnected#module-rdlanding-apropos #platformImg img {
  max-width: 200px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 5px 5px 0 0 #fb7990;
}
body.disconnected #chiffres .big-title {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  body.disconnected #chiffres .big-title {
    font-size: 2rem !important;
  }
}
body.disconnected #equipe img {
  margin-top: 2rem;
  box-shadow: 5px 5px 0 0 #f2f2f2;
  border-radius: 100%;
}
body.disconnected .title_upper {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1rem;
}
body.disconnected #subscribe {
  display: flex;
  justify-content: space-around;
  background: linear-gradient(90deg, #8AC8B3 0%, #C5E8C6 100%);
  color: #ffffff;
  border-radius: 30px;
  align-items: center;
}
body.disconnected #subscribe a {
  color: #28B392 !important;
}
body.disconnected #subscribe.bg-pink {
  background: linear-gradient(90deg, #E2ADB8 0%, #F1CBD4 100%);
}
body.disconnected #subscribe.bg-pink a {
  color: #ff4081 !important;
}
@media screen and (max-width: 768px) {
  body.disconnected #subscribe {
    flex-direction: column;
  }
}
body.disconnected #subscribe .big-title {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.disconnected #subscribe .big-title {
    font-size: 26px;
  }
}
body.disconnected #subscribe .subscribe-text {
  font-size: 24px;
}
body.disconnected .navbar-light .navbar-nav .nav-link {
  color: #111;
}
body.disconnected .card {
  box-shadow: none !important;
}
@media (max-width: 991px) {
  body.disconnected .navbar .mega_menu {
    margin-bottom: 1rem !important;
  }
}
body.disconnected .navbar .nav-item:hover {
  cursor: pointer;
}
@media all and (min-width: 992px) {
  body.disconnected .navbar .nav-item .dropdown-menu {
    display: none;
  }
  body.disconnected .navbar .nav-item:hover .nav-link {
    color: #ff4081 !important;
  }
  body.disconnected .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  body.disconnected .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
body.disconnected .navbar .nav-link {
  font-size: 1rem;
  color: #000000;
}
@media (max-width: 991px) {
  body.disconnected .navbar .nav-link {
    font-weight: 500;
    text-align: center;
  }
  body.disconnected .navbar .nav-link:after {
    content: none !important;
  }
}
body.disconnected .navbar .dropdown-menu {
  margin: 0 !important;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  border: 0;
}
body.disconnected .navbar .dropdown-menu .dropdown-item {
  padding: 0.25rem 1rem;
}
body.disconnected .navbar .dropdown-menu .dropdown-item img {
  width: 40px;
  margin-right: 0.15rem;
}
body.disconnected .navbar .dropdown-menu .dropdown-item:focus, body.disconnected .navbar .dropdown-menu .dropdown-item:hover {
  color: #28B392;
  text-decoration: none;
  background-color: transparent;
}
body.disconnected #footer {
  position: relative !important;
}
body.disconnected #footer .footer__title {
  color: #656565;
  font-weight: 600;
  border-bottom: 1px solid #28B392;
}
@media (min-width: 768px) {
  body.disconnected #footer .footer__title {
    width: fit-content;
  }
}
body.disconnected #footer .footer__title:hover {
  text-decoration: none !important;
}
body.disconnected #footer .linkblock-item {
  margin-bottom: 0.25rem;
}
body.disconnected #footer .linkblock-item .linkblock-link-item {
  color: #000000 !important;
  font-size: 14px;
}
body.disconnected #footer .linkblock-item .linkblock-link-item:hover {
  text-decoration: none !important;
  color: #28B392 !important;
}

#service-externalise, #pdsquestion {
  background: linear-gradient(90deg, #E2ADB8 0%, #F1CBD4 100%);
  border-radius: 30px;
  padding: 0 2rem;
}
#service-externalise .first-column, #pdsquestion .first-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#service-externalise .last-column, #pdsquestion .last-column {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
#service-externalise img, #pdsquestion img {
  max-height: 300px;
}
#service-externalise .big-title-white, #pdsquestion .big-title-white {
  color: #ffffff !important;
  font-size: 2.5em;
  font-weight: bold;
}
@media (max-width: 991px) {
  #service-externalise .big-title-white, #pdsquestion .big-title-white {
    font-size: 2rem;
    line-height: initial;
  }
}
#service-externalise .subtitle, #pdsquestion .subtitle {
  font-size: 20px;
  letter-spacing: 1.2px;
}
#service-externalise .service-externalise__text, #pdsquestion .service-externalise__text {
  font-size: 18px;
  margin-bottom: 2rem;
}

.solutions, .on_soccupe {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.solutions .solution-item, .solutions-item, .on_soccupe .solution-item, .on_soccupe-item {
  /* block de 300px de large */
  width: 300px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #F2F2F2;
  box-shadow: 7px 7px rgb(242, 242, 242);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 1.5rem auto;
}
.solutions .solution-item img, .solutions-item img, .on_soccupe .solution-item img, .on_soccupe-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 1rem;
}
.solutions .solution-item .title, .solutions-item .title, .on_soccupe .solution-item .title, .on_soccupe-item .title {
  font-weight: bold !important;
  font-size: 1rem !important;
  margin-bottom: 1rem;
  min-height: 35px;
}

#gestion_digitalise h4 {
  margin-bottom: 2rem;
  font-weight: 300 !important;
  padding-right: 2rem;
  border-bottom: 2px solid;
  width: fit-content;
}
@media (max-width: 767px) {
  #gestion_digitalise h4 {
    margin-top: 1rem;
  }
}
#gestion_digitalise .col-sm-6 {
  display: flex;
  align-items: start;
  margin-bottom: 1rem;
}
#gestion_digitalise .col-sm-6 li {
  margin-top: 0.75rem;
}
#gestion_digitalise .col-sm-6 li::marker {
  content: initial !important;
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
  color: #ff4081;
  font-weight: bold;
}
#gestion_digitalise .col-sm-6 img {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

#index.disconnected {
  background-color: #FFFCFE !important;
}
#index.disconnected #reviews .skeepers_carousel-main .carousel-content {
  border: none !important;
  background-color: transparent !important;
}
#index.disconnected #reviews .carousel-control {
  bottom: 20px;
  right: 20px;
  position: absolute;
}
#index.disconnected #reviews .carousel-control a:hover {
  text-decoration: none !important;
}
#index.disconnected #reviews .carousel-control .carousel-control-prev-icon, #index.disconnected #reviews .carousel-control .carousel-control-next-icon {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: none !important;
  border-radius: 100%;
  padding: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: 500;
  color: black;
}
#index.disconnected #reviews .reviews {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
#index.disconnected #reviews .reviews .carousel-inner {
  overflow: inherit;
}
#index.disconnected #reviews .reviews .carousel-inner .review {
  display: flex;
  justify-content: center;
  max-width: 70%;
  min-height: 200px;
  margin-left: auto;
  position: relative;
  border-radius: 30px;
  padding: 2rem;
  background-color: #F2F2F2 !important;
}
@media (max-width: 767px) {
  #index.disconnected #reviews .reviews .carousel-inner .review {
    max-width: 100%;
  }
}
#index.disconnected #reviews .reviews .carousel-inner .review-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
}
@media (max-width: 991px) {
  #index.disconnected #reviews .reviews .carousel-inner .review-text {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  #index.disconnected #reviews .reviews .carousel-inner .review-text {
    padding-left: 0px !important;
  }
}
#index.disconnected #reviews .reviews .carousel-inner .review-img {
  height: 250px;
  width: 250px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid rgba(118, 202, 178, 0.6);
  box-shadow: 7px 7px rgba(118, 202, 178, 0.6);
  justify-content: center;
  position: absolute;
  right: 90%;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: #ffffff;
}
@media (max-width: 767px) {
  #index.disconnected #reviews .reviews .carousel-inner .review-img {
    display: none !important;
  }
}
#index.disconnected #reviews .reviews .carousel-inner .review-img img {
  width: 200px;
  position: absolute;
}
#index.disconnected #reviews .reviews .carousel-inner .review-author {
  font-weight: bold;
}
#index.disconnected #reviews .reviews .carousel-inner .review-role {
  color: #737373;
}
#index.disconnected #platform {
  border-bottom: 2px solid #28B392;
  margin-bottom: 3rem;
}
#index.disconnected #platform .platform {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
#index.disconnected #platform .supplier_block {
  background-color: #F2F2F2;
  border-radius: 30px;
  padding: 1rem;
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}
#index.disconnected #platform .supplier_block .bubble_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#index.disconnected #platform .supplier_block .bubble_list .bubble {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 1rem;
  display: flex;
  align-items: center;
  margin: 0.5rem;
}
#index.disconnected #platform .supplier_block .bubble_list .bubble.small_size {
  height: 70px;
  width: 70px;
}
#index.disconnected .pourquoi_pds {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
#index.disconnected .pourquoi_pds__item {
  /* block de 300px de large */
  width: 300px;
  border-radius: 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 1.5rem auto;
  background-color: #F2F2F2;
}
#index.disconnected .pourquoi_pds__item img {
  border-radius: 30px;
}
#index.disconnected .pourquoi_pds__item h3 {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold !important;
}
#index.disconnected .on_soccupe-item {
  justify-content: start;
  border: 1px solid rgba(118, 202, 178, 0.6);
  box-shadow: 7px 7px rgba(118, 202, 178, 0.6);
}
#index.disconnected #employeur_collaborateur h4 {
  margin-bottom: 2rem;
  font-weight: 300 !important;
  padding-right: 2rem;
  border-bottom: 2px solid;
  width: fit-content;
}
#index.disconnected #employeur_collaborateur .employeur_collaborateur {
  margin-bottom: 1rem;
}
#index.disconnected #employeur_collaborateur .employeur_collaborateur .col-sm-6 {
  display: flex;
  align-items: start;
  margin-bottom: 1rem;
}
#index.disconnected #employeur_collaborateur .employeur_collaborateur .col-sm-6 img {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}
#index.disconnected #HP1 {
  border-radius: 70px;
}
#index.disconnected #main-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  #index.disconnected #main-row {
    padding-left: 3rem;
  }
}
#index.disconnected #main-row h1 {
  font-weight: normal !important;
  font-size: 3em;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  #index.disconnected #main-row h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  #index.disconnected #main-row h1 {
    margin-top: 1rem;
  }
}
#index #carouselIndex {
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
#index #indexDisconnected .banner-image {
  text-align: center;
}
#index #indexDisconnected #HomepageVideo .video_homepage {
  width: 1000px;
  height: 500px;
  max-width: 100%;
}
#index #indexDisconnected #HomepageVideo .modal-footer {
  cursor: pointer !important;
}
@media (min-width: 768px) {
  #index #indexDisconnected .separator {
    height: 110px;
  }
}
@media (max-width: 767px) {
  #index #indexDisconnected .separator {
    height: 80px;
  }
}
@media (min-width: 768px) {
  #index #indexDisconnected .separator--banner {
    height: 60px;
  }
}
@media (max-width: 767px) {
  #index #indexDisconnected .separator--banner {
    height: 30px;
  }
}
#index #indexDisconnected .big-title {
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  font-size: 65px;
  text-align: center;
  font-weight: 900 !important;
}
@media (max-width: 767px) {
  #index #indexDisconnected .big-title {
    font-size: 35px !important;
  }
}
#index #indexDisconnected h1.big-title-p {
  text-align: center;
  font-weight: 300 !important;
  letter-spacing: -0.011em;
  font-size: 1.75em;
  opacity: 0.7 !important;
  margin: auto;
  color: #111;
}
@media (max-width: 767px) {
  #index #indexDisconnected h1.big-title-p {
    font-size: 1.25em;
  }
}
#index #indexDisconnected h2 {
  font-size: 50px;
  font-weight: 800 !important;
  line-height: 1.22;
  letter-spacing: -0.5px;
  color: #111;
}
@media (max-width: 767px) {
  #index #indexDisconnected h2 {
    font-size: 30px !important;
  }
}
#index #indexDisconnected p {
  text-align: center;
  font-weight: 300 !important;
  letter-spacing: -0.011em;
  font-size: 1.75em;
  opacity: 0.7 !important;
  margin: auto;
  color: #111;
}
@media (max-width: 767px) {
  #index #indexDisconnected p {
    font-size: 1.25em;
  }
}
#index #indexDisconnected .map__img path {
  stroke: #333;
  fill: #F1F1F1;
}
#index #indexDisconnected .suppliers_availables {
  margin-bottom: 2rem;
}
#index #indexDisconnected .suppliers_availables--inner {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#index #indexDisconnected .suppliers_availables--inner .bubble {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 1rem;
  display: flex;
  margin: 1.5rem auto;
}
#index #indexDisconnected .suppliers_availables--inner .bubble.small_size {
  height: 90px;
  width: 90px;
}
#index #indexDisconnected .suppliers_availables--inner .bubble.small_size img {
  max-width: 60px;
}
#index #indexDisconnected .suppliers_availables--inner .bubble.medium_size {
  height: 120px;
  width: 120px;
}
#index #indexDisconnected .suppliers_availables--inner .bubble.medium_size img {
  max-width: 70px;
}
#index #indexDisconnected .suppliers_availables--inner .bubble img {
  max-width: 100px;
  margin: auto;
}
#index #indexDisconnected .services .services_wrapper {
  display: grid;
  grid-gap: 30px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  #index #indexDisconnected .services .services_wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
}
@media (min-width: 1024px) {
  #index #indexDisconnected .services .services_wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 180px);
  }
}
#index #indexDisconnected .services .services_wrapper .service {
  padding: 1.5em;
  border-radius: 8px;
}
#index #indexDisconnected .services .services_wrapper .service--image {
  height: 100%;
}
@media (max-width: 767px) {
  #index #indexDisconnected .services .services_wrapper .service--image {
    display: none !important;
  }
}
#index #indexDisconnected .services .services_wrapper .service--image img {
  height: 100%;
}
#index #indexDisconnected .services .services_wrapper .service--left {
  display: flex;
  align-items: center;
  text-align: center;
  background-color: hsl(340deg, 100%, 63%);
  color: #ffffff;
}
#index #indexDisconnected .services .services_wrapper .service--left .service--title {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #index #indexDisconnected .services .services_wrapper .service--left {
    grid-row: initial;
    grid-column: initial;
    height: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  #index #indexDisconnected .services .services_wrapper .service--left {
    grid-column: span 2;
    grid-row: span 3;
  }
}
#index #indexDisconnected .services .services_wrapper .service__one {
  display: flex;
  align-items: center;
  text-align: center;
  background-color: hsl(340deg, 100%, 63%);
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  #index #indexDisconnected .services .services_wrapper .service__one {
    grid-column: span 2;
    grid-row: span 3;
  }
}
@media only screen and (max-width: 1023px) {
  #index #indexDisconnected .services .services_wrapper .service__one {
    grid-row: initial;
    grid-column: initial;
    height: 300px;
  }
}
#index #indexDisconnected .services .services_wrapper .service__two, #index #indexDisconnected .services .services_wrapper .service__three, #index #indexDisconnected .services .services_wrapper .service__four {
  background-color: #F1F1F1;
}
@media only screen and (min-width: 1024px) {
  #index #indexDisconnected .services .services_wrapper .service__two, #index #indexDisconnected .services .services_wrapper .service__three, #index #indexDisconnected .services .services_wrapper .service__four {
    grid-column: span 2;
    grid-row: span 1;
  }
}
@media only screen and (max-width: 1023px) {
  #index #indexDisconnected .services .services_wrapper .service__two, #index #indexDisconnected .services .services_wrapper .service__three, #index #indexDisconnected .services .services_wrapper .service__four {
    grid-row: initial;
    grid-column: initial;
  }
}
#index #indexDisconnected .services .services_wrapper .service--icon {
  margin-bottom: 0.5rem;
}
#index #indexDisconnected .services .services_wrapper .service--icon img {
  height: 40px;
}
#index #indexDisconnected .services .services_wrapper .service--title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#index #indexDisconnected .services .services_wrapper .service--text {
  font-size: 1.25em;
  opacity: 0.75;
}
#index #indexDisconnected .targets .targets_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 30px;
  justify-content: center;
  width: 100%;
  padding-top: 60px;
}
#index #indexDisconnected .targets .targets_wrapper .target {
  display: flex;
  background-color: #F1F1F1;
  border-radius: 16px;
}
#index #indexDisconnected .targets .targets_wrapper .target--inner {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #index #indexDisconnected .targets .targets_wrapper .target--inner {
    padding: 20px;
  }
}
#index #indexDisconnected .targets .targets_wrapper .target--title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#index #indexDisconnected .targets .targets_wrapper .target--text {
  font-size: 1.25em;
}
#index #indexDisconnected .targets .targets_wrapper .target--button {
  margin: 1rem auto 0rem auto;
}
#index #indexDisconnected .how_to_get_block {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgb(255, 255, 255) 0%, rgba(227, 230, 232, 0.4) 50%, rgb(237, 240, 243) 60%);
}
#index #indexDisconnected .how_to_get_block .how_to_get_wrapper {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: center;
  grid-gap: 2.6em;
}
#index #indexDisconnected .how_to_get_block .how_to_get_wrapper .how_to_get {
  padding: 1.5em;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: -1.875em 2.6em 1.875em -1.875em rgba(0, 0, 0, 0.06), 1.875em 2.6em 1.875em -1.875em rgba(0, 0, 0, 0.06);
  margin-bottom: 2rem;
}
#index #indexDisconnected .how_to_get_block .how_to_get_wrapper .how_to_get p.number_title {
  font-size: 50px;
  margin-bottom: 1rem;
  font-weight: 800 !important;
  opacity: 0.7;
  color: #ff4081;
}
#index #indexDisconnected .how_to_get_block .how_to_get_wrapper .how_to_get--title {
  font-size: 1.5em;
  font-weight: 700;
}
#index #indexDisconnected .how_to_get_block .how_to_get_wrapper .how_to_get--text {
  font-size: 1.25em;
}
#index #indexDisconnected .customer_reviews .reviews_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 30px;
  justify-content: center;
  width: 100%;
  padding-top: 60px;
}
#index #indexDisconnected .customer_reviews .reviews_wrapper .reviews {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1 0 18rem;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.7;
  min-height: 400px;
}
#index #indexDisconnected .customer_reviews .reviews_wrapper .reviews .reviews-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: #fff;
  border-radius: 16px;
  cursor: default;
  background-image: linear-gradient(hsla(0deg, 0%, 100%, 0.8), hsla(0deg, 0%, 100%, 0.6) 25%, rgba(247, 250, 252, 0.4) 50%, #f7fafc 90%);
  box-shadow: inset 0 1px 1px 0 hsla(0deg, 0%, 100%, 0.1), 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  #index #indexDisconnected .customer_reviews .reviews_wrapper .reviews .reviews-inner {
    padding: 20px;
  }
}
#index #indexDisconnected .customer_reviews .reviews_wrapper .reviews .reviews_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  margin: auto;
  padding-bottom: 2rem;
}
#index #indexDisconnected .customer_reviews .reviews_wrapper .reviews .reviews_author_inner {
  margin-top: auto;
}
#index #indexDisconnected .customer_reviews .reviews_wrapper .reviews .reviews_author_inner .reviews_author {
  font-size: 16px;
  font-weight: 500;
}
#index #indexDisconnected .customer_reviews .reviews_wrapper .reviews .reviews_author_inner .reviews_author_company {
  font-size: 16px;
  font-weight: 400;
  color: hsl(0deg, 0%, 45%);
}
#index #indexDisconnected .index-rounded {
  width: 240px;
  height: 240px;
  border-radius: 100%;
  border: 1px solid #ff4081;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
}
#index #indexDisconnected .index-rounded p {
  margin: auto;
  padding: 0.5rem;
}
#index #indexDisconnected .index-rounded p strong {
  font-size: 1.25rem;
}
#index #indexDisconnected .block_benefits > div {
  padding: 2rem;
}
#index #indexConnected h2 {
  font-weight: 800 !important;
  line-height: 1.22;
  letter-spacing: -0.5px;
  color: #111;
  text-align: center;
  margin-bottom: 1rem;
}
@media all and (max-width: 576px) {
  #index #indexConnected h2 {
    font-size: 2rem;
  }
}
#index #indexConnected .map__img .description_map {
  pointer-events: none;
  position: absolute;
  text-align: center;
  background: white;
  z-index: 5;
  line-height: 30px;
  margin: 0 auto;
  color: #333333;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #eee;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  width: max-content;
}
#index #indexConnected .map__img .description_map.active {
  display: block !important;
}
#index #indexConnected .map__img .description_map .card-header span {
  font-size: 1.15rem;
  font-weight: 500;
}
#index #indexConnected .map__img .description_map .card-body {
  font-size: 1rem;
}
#index #indexConnected .map__img path {
  fill: #ffffff !important;
  stroke: #111;
}
#index #indexConnected .map__img path:hover {
  fill: #ff4081 !important;
  opacity: 0.6;
}

header#header #searchMobile {
  position: absolute;
  top: 100%;
  right: 0px;
  left: 0px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
}
header#header #searchMobile #searchMobileField {
  padding: 0.5rem !important;
}
header#header #searchMobile .btn {
  padding: 0.5rem !important;
  display: flex;
}
@media (min-width: 991px) {
  header#header .header-top .header-static {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
header#header .header-top .header-static.sticky {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
}
header#header .header-top .header-static.sticky #kitty_element_desktop {
  display: none !important;
}
@media (min-width: 991px) {
  header#header .header-top .header-static.sticky .navbar .nav-link {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  header#header .header-top .header-static.sticky .navbar .btn.btn-outline-primary:hover, header#header .header-top .header-static.sticky .navbar .btn.btn-outline-primary:active {
    color: #fff;
    background-color: #409CCB;
    border-color: #409CCB;
  }
}
@media (max-width: 990px) {
  header#header .header-top .header-static.sticky .navbar {
    background-color: #ffffff;
  }
}
header#header .header-top .header-static .navbar {
  padding: 0rem !important;
}
header#header .header-top .header-static .navbar .logo {
  padding-left: 0.5rem;
  max-height: 67px;
}
@media screen and (max-width: 767px) {
  header#header .header-top .header-static .navbar .logo {
    max-height: 48px !important;
  }
}
header#header .header-top .header-static .navbar-toggler {
  margin-left: 1rem;
}
header#header .header-top .header-static .navbar .menu_user_disconnected {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  header#header .header-top .header-static .navbar .menu_user_disconnected {
    display: block !important;
  }
  header#header .header-top .header-static .navbar .menu_user_disconnected a {
    display: block !important;
  }
}
header#header .header-top .menu-item-link {
  padding: 26px 12px;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  color: inherit;
}
header#header .header-top .menu-item-link:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #fe5d94;
}
header#header .header-top .menu-item-link:hover[data-id_category="269"] {
  color: #28B392;
}
header#header .header-top .menu-item-link > a > img {
  width: 25px;
}
header#header .header-top .menu-item-link#_desktop_cart > a > img {
  width: 28px;
}
header#header .header-top .menu-item-link#_desktop_cart .infobulle_count {
  right: 3px !important;
}
header#header .header-top .menu-item-link .infobulle_count {
  position: absolute;
  right: 0px;
  top: 40px;
  background-color: #4a4a4a;
  height: 18px;
  min-width: 18px;
  border-radius: 100%;
  color: #fff;
  padding-top: 2px;
  font-size: 13px;
  text-align: center;
}
@media all and (max-width: 991px) {
  header#header .header-top .menu-item-link#changeCompany.active .dropdown-menu {
    display: block !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10;
    bottom: 100% !important;
    top: auto !important;
  }
  header#header .header-top .menu-item-link#changeCompany.active .dropdown-menu ul {
    display: block !important;
  }
}
header#header .header-top .mega_menu {
  display: flex;
  margin: auto;
}
@media screen and (min-width: 1100px) {
  header#header .header-top .mega_menu .nav-item {
    margin-right: 1.5rem;
  }
}
header#header .header-top .customer_menu {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  header#header .header-top .customer_menu .search_block, header#header .header-top .customer_menu .search-widget {
    display: none !important;
  }
}
header#header .header-top .customer_menu #kitty_element_desktop {
  position: absolute;
  right: 0;
  top: -40px;
  padding: 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  header#header .header-top .customer_menu #kitty_element_desktop {
    top: 100% !important;
    width: 100%;
    justify-content: center;
  }
}
header#header .header-top .customer_menu #kitty_element_desktop .alert {
  font-size: 16px;
  padding: 0.55rem 1.05rem;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  width: max-content;
}
header#header .header-top .customer_menu .menu-item-link:not(.active) {
  position: relative;
}
header#header .header-top .customer_menu .menu-item-link {
  align-items: center;
  display: flex;
  padding: 20.5px 12px;
}
header#header .header-top .customer_menu .menu-item-link .dropdown-menu {
  overflow-y: scroll;
  max-height: 550px;
  right: -125px;
  left: auto;
  z-index: 10;
  border-radius: 0 !important;
  border: 0px !important;
  padding: 1.5rem;
  min-width: 300px;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.15) !important;
}
header#header .header-top .customer_menu .menu-item-link .dropdown-menu a {
  color: inherit;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.4rem 0;
}
header#header .header-top .customer_menu .search-widget {
  position: absolute;
  width: 330px;
  top: -100%;
  z-index: 10000;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.15) !important;
}
@media (min-width: 768px) {
  header#header .header-top .customer_menu .search-widget {
    top: 100% !important;
  }
}
header#header .header-top .customer_menu .search-widget .search-city-link {
  height: 35px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header#header .header-top .customer_menu .search-widget form .form-control:focus {
  box-shadow: none !important;
}
@media (min-width: 991px) {
  header#header .header-top .customer_menu .search-widget {
    right: 0;
  }
}
header#header .header-top .customer_menu .search-widget input {
  border: 0 !important;
  border-radius: 0 !important;
}
header#header .header-top .customer_menu .search-widget input:hover {
  background-color: #ffffff !important;
}
header#header .header-top .customer_menu .search-widget button {
  position: absolute;
  right: 0;
  width: auto;
  z-index: 1000;
  background-color: #ff4081;
  color: #ffffff;
  height: 100%;
  border-radius: 0 !important;
}
header#header .header-top .customer_menu .search-widget button span {
  font-weight: 500;
}
header#header .header-top .block_lv2 {
  background-color: #fff;
  border: 0 !important;
  position: absolute;
  overflow: hidden;
  z-index: 100;
  left: 0;
  width: 100%;
  right: 0;
  display: none;
  /* TAILLE DU HEADER */
  top: 69px;
  font-size: 14px;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
@media (max-width: 990px) {
  header#header .header-top .block_lv2 {
    top: 0 !important;
    height: 92%;
    overflow: scroll !important;
  }
  header#header .header-top .block_lv2--category_name {
    padding: 15px 15px 25px 15px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header#header .header-top .block_lv2--close {
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    right: 25px;
    border-radius: 8px;
  }
  header#header .header-top .block_lv2 .list_lv3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    border-right: 0 !important;
  }
}
@media (min-width: 991px) {
  header#header .header-top .block_lv2--category_name {
    display: none !important;
  }
}
header#header .header-top .block_lv2.active_block {
  display: block !important;
}
header#header .header-top .block_lv2 .list_lv3 {
  border-right: 1px solid #e0e0e0;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}
header#header .header-top .block_lv2 .list_lv3 > a {
  display: block;
}
header#header .header-top .block_lv2 .list_lv3 > a:hover {
  text-decoration: none !important;
}
header#header .header-top .block_lv2 .list_lv3 > a .item_lv3 {
  padding: 0.5rem;
  background-color: #ffffff;
  border-radius: 5px;
}
@media (min-width: 991px) {
  header#header .header-top .block_lv2 .list_lv3 > a .item_lv3:hover {
    background-color: #f0f2f5;
  }
}
header#header .header-top .block_lv2 .list_lv3 > a .item_lv3.active_category {
  background-color: #f0f2f5;
}
header#header .header-top .block_lv2 .list_lv3 > a .item_lv3 .text_menu {
  font-weight: 400;
  color: #111;
  font-size: 1rem;
}
header#header .header-top .block_lv2 .list_lv3 > a .item_lv3 .picto_menu_lv3 {
  height: 25px;
  margin-right: 10px;
}
header#header .header-top .block_lv2 .products_menu_div {
  padding: 1rem;
}
header#header .header-top .block_lv2 .products_menu_div .see_all_products.btn {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 4px !important;
}
header#header .header-top .block_lv2 .products_menu_div .products_category {
  overflow-y: scroll;
}
header#header .header-top .block_lv2 .products_menu_div .products_category .product_category {
  text-align: center;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 0.5rem 0 !important;
}
header#header .header-top .block_lv2 .products_menu_div .products_category .product_category img {
  max-width: 98px;
}
header#header .header-top .block_lv2 .products_menu_div .products_category .product_category:hover a div {
  color: #ff4081 !important;
}
header#header .header-top .block_lv2 .products_menu_div .products_category .product_category a {
  background-color: #ffffff;
  border-radius: 8px;
  display: block;
}
header#header .header-top .block_lv2 .products_menu_div .products_category .product_category a:hover {
  text-decoration: none !important;
}
header#header .header-top .block_lv2 .products_menu_div .products_category .product_category a div {
  padding: 0.5rem 0.5rem 0 0.5rem;
  font-weight: 500;
  color: #111;
  font-size: 0.92rem;
}
@media (min-width: 991px) {
  header#header #navbarMenuUser {
    margin-left: 1rem;
  }
}
@media (max-width: 990px) {
  header#header #navbarMenuUser {
    position: fixed;
    top: 67px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    overflow-y: scroll;
    left: 0;
    right: 0;
    padding-top: 1rem;
    height: 100%;
    /* bottom: 0; */
    background-color: #fff;
    z-index: 999;
  }
}
@media screen and (max-width: 990px) and (max-width: 767px) {
  header#header #navbarMenuUser {
    top: 48px;
  }
}
@media (max-width: 990px) {
  header#header #navbarMenuUser .mega_menu {
    display: block !important;
  }
}
@media (max-width: 990px) {
  header#header #navbarMenuUser a.menu-item-link {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: 500;
  }
}
@media (max-width: 990px) {
  header#header #navbarMenuUser .customer_menu {
    justify-content: center;
  }
}
@media (max-width: 990px) {
  header#header #navbarMenuUser #wk-app-btn-wrapper {
    cursor: pointer;
    width: 100%;
    margin-bottom: 2.5rem;
    position: relative !important;
    background-color: transparent !important;
  }
}

.autocomplete-suggestions {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  z-index: 10000000;
  max-height: 570px;
}
@media (min-width: 768px) {
  .autocomplete-suggestions {
    width: 330px !important;
    border: 0px !important;
  }
}
@media (min-width: 1100px) {
  .autocomplete-suggestions {
    width: 600px !important;
    right: 0 !important;
  }
}
.autocomplete-suggestions .autocomplete-suggestion {
  min-height: 165px;
}
.autocomplete-suggestions .autocomplete-suggestion img {
  max-width: 90px;
  max-height: 90px;
}
.autocomplete-suggestions .autocomplete-suggestion .title_search_block {
  font-weight: 400;
  font-size: 16px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.autocomplete-suggestions .autocomplete-suggestion .price_search_block {
  border-radius: 8px;
  background-color: #ff4081;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.alert {
  font-size: 16px;
  border-radius: 8px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  padding-inline-start: 1.25rem !important;
}
.alert a {
  color: inherit;
  text-decoration: underline;
}
.alert a:hover {
  color: #f1f1f1;
}
.alert-primary {
  background-color: #ff4081;
  border-color: #ff4081;
  color: #ffffff;
}
.alert-danger {
  background-color: #e57373;
  border-color: #e57373;
  color: #ffffff;
}
.alert-success {
  background-color: #81c784;
  border-color: #81c784;
  color: #ffffff;
}
.alert-info {
  color: #111;
  background-color: #F1F1F1;
  border-color: #F1F1F1;
}
.alert-info a:hover {
  color: #111 !important;
}

#notifications ul {
  margin-bottom: 0 !important;
}
#notifications ul li::marker {
  content: "";
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 40px;
}
.products .product-miniature {
  margin-bottom: 2rem;
}
@media all and (max-width: 991px) {
  .products .product-miniature {
    font-size: 0.75rem;
  }
}
@media (max-width: 320px) {
  .products .product-miniature {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .products .product-miniature {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.products .product-miniature a {
  text-decoration: none !important;
}
.products .product-miniature .card-product {
  border: none !important;
  height: 100%;
  width: 100%;
  position: relative;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
}
.products .product-miniature .card-product:hover {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.5);
}
.products .product-miniature .card-product .card-body {
  padding: 0.5rem 1rem;
}
.products .product-miniature .card-product .card-body span {
  display: flex;
}
.products .product-miniature .card-product .card-body .product-title {
  text-align: center;
  font-size: 1.25em;
  color: #111;
}
.products .product-miniature .card-product .card-body .product-price-and-shipping {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.products .product-miniature .card-product .card-body .product-price-and-shipping .regular-price {
  color: #111;
  text-decoration: line-through;
}
.products .product-miniature .card-product .card-body .product-price-and-shipping .price {
  border-radius: 8px;
  background-color: #ff4081;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  font-weight: 700;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .products .product-miniature .card-product .card-body .product-price-and-shipping .price {
    margin-left: 1rem;
  }
}
.products .product-miniature .card-product img {
  width: 100%;
  padding: 1rem;
}
@media (min-width: 768px) {
  .products .product-miniature .card-product img {
    padding: 2rem !important;
  }
}

.product-flags {
  position: absolute;
  top: 0;
  margin-bottom: 0;
  z-index: 2;
  padding-inline-start: 0px !important;
  left: 1.5rem !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-flags .product-flag {
  background-color: #ff4081 !important;
  color: #ffffff !important;
  min-width: 50px;
  text-align: center !important;
  display: block !important;
  font-weight: 400 !important;
  top: 0;
  margin-top: 0.5rem;
  padding: 0.25rem 0.5rem;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.account-links a:hover, .admin-links a:hover {
  color: #111 !important;
  text-decoration: none !important;
}
.account-links a:hover .link-item, .admin-links a:hover .link-item {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
}
.account-links a .link-item, .admin-links a .link-item {
  display: flex;
  padding: 1rem 0.75rem;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  margin-bottom: 1rem;
  align-items: center;
  font-weight: 400;
  color: #111;
}
.account-links a .link-item svg, .admin-links a .link-item svg {
  height: 40px !important;
  width: auto !important;
  max-width: 32px !important;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  #js-product-list-top .sort-by-custom {
    margin-bottom: 1rem;
    width: 100%;
  }
  #js-product-list-top .sort-by-custom .form-group {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  #js-product-list-top .sort-by-custom {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
}

#footer {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin-top: 3rem;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #footer {
    position: fixed;
    z-index: 1000;
  }
}
#footer > .container > div {
  padding: 20px;
}
#footer .footer_block {
  text-align: center;
}
@media (min-width: 768px) {
  #footer .footer_block {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
#footer .footer_block .links-list {
  margin-left: auto;
}
#footer .footer_block .links-list a {
  margin: 0 0.5em;
  color: inherit;
  font-size: 12px;
}
@media (max-width: 767px) {
  #footer .footer_block .links-list a {
    display: block;
  }
}
@media (max-width: 1100px) {
  #footer .footer_block .site_name {
    display: none !important;
  }
}
#footer .more_informations {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  overflow: hidden;
  position: absolute;
  transition: opacity 0.5s;
  bottom: 100%;
  width: 350px;
  right: 125px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  #footer .more_informations {
    display: none !important;
  }
}
#footer .more_informations--links {
  max-height: 0px;
  transition: max-height 1s ease-out;
  overflow: hidden;
}
#footer .more_informations--links ul {
  margin-bottom: 0 !important;
}
#footer .more_informations--links ul li {
  padding: 0.5rem 1rem;
}
#footer .more_informations--links ul li:first-child {
  margin-top: 1rem;
}
#footer .more_informations--links ul li:last-child {
  margin-bottom: 1rem;
}
#footer .more_informations--links ul li a {
  color: #111;
  font-size: 1rem;
}
#footer .more_informations:hover .more_informations--links {
  display: block;
  max-height: 500px;
  transition: max-height 1s ease-in;
}
#footer .more_informations--title {
  background-color: #ff4081;
  padding: 7px 7px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0 !important;
}
#footer .faq_block {
  display: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  position: absolute;
  background-color: #409ccb;
  padding: 0.75rem 1rem;
  bottom: 44px;
  width: 275px;
  left: 100px;
}
#footer .faq_block #content_faq_block {
  height: 0px;
  transition-duration: 1s;
  transition: height 1s;
  overflow: hidden;
}
#footer .faq_block a {
  color: #ffffff;
}
#footer .faq_block hr {
  border-color: #ffffff;
}
#footer .faq_block li {
  font-size: 13px;
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#footer .faq_block ul {
  margin-bottom: 0 !important;
}
#footer .faq_block .title_faq_block {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0 !important;
}
#footer .faq_block:hover #content_faq_block {
  display: block;
  height: 110px !important;
}

#search_filters .filters-mobile {
  margin-top: 1rem;
}
#search_filters .filters-mobile .facet__block {
  margin-bottom: 0.5rem;
}
#search_filters .filters-mobile .facet__block a {
  color: #111;
}
#search_filters .filters-mobile .facet__block a:hover {
  text-decoration: none;
}
#search_filters .filters-mobile .facet__block a .facet__title {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
}
#search_filters .filters-mobile .facet__block .collpase--facet {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: left;
  padding: 1rem;
}
#search_filters .filters {
  background: rgb(240, 242, 245);
  border-radius: 5px;
  font-size: 18px;
  display: flex;
}
#search_filters .filters > span {
  padding: 16px;
  font-weight: 400;
}
#search_filters .filters .facet__block:hover .facet__header {
  background-color: #ffffff;
}
#search_filters .filters .facet__block:hover .facet__header a {
  color: #ff4081 !important;
  text-decoration: none !important;
}
#search_filters .filters .facet__header a {
  color: inherit !important;
}
#search_filters .filters .facet__header a .facet__title {
  padding: 16px;
}
#search_filters .collapse:not(.show) {
  display: none;
}
#search_filters .hidden {
  display: none !important;
}
@media (min-width: 768px) {
  #search_filters .collpase--facet {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 99;
    box-shadow: 2.3px 4.4px 38px 0 rgba(16, 16, 14, 0.19);
    padding: 15px;
    background-color: #ffffff;
    max-height: 300px;
    overflow-y: scroll;
    border: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    max-width: 400px;
  }
}

.pagination .page-link {
  color: #ff4081;
}
.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff !important;
  background-color: #ff4081;
  border-color: #ff4081;
}

#category h1, #supplier h1 {
  font-weight: 800 !important;
  line-height: 1.22;
  letter-spacing: -0.5px;
  color: #111;
  text-align: center;
  margin-bottom: 2rem;
}

#product .product-features .data-sheet .value {
  word-break: break-word;
}
#product .amount-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
#product .amount-choices .amount-choice {
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  cursor: pointer;
  margin-right: 0 !important;
  width: 70px;
  margin-bottom: 0.75rem;
}
#product .amount-choices .amount-choice input {
  display: none;
}
#product .amount-choices .amount-choice label {
  width: 100%;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0 !important;
}
#product .amount-choices .amount-choice label:hover {
  cursor: pointer;
}
#product .amount-choices .amount-choice:hover {
  background-color: #ff4081;
  color: #ffffff;
  cursor: pointer;
}
#product .amount-choices .amount-choice.active {
  background-color: #ff4081;
  color: #ffffff;
}
#product #description img {
  max-width: 100%;
  height: auto;
}
#product .product-pic img {
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  padding: 1rem;
}
#product h1 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  #product h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #product h1 {
    font-size: 20px;
  }
}
#product h2 {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #product h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  #product h2 {
    font-size: 22px;
  }
}
#product .current-price {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
#product .current-price .regular-price {
  text-decoration: line-through;
}
#product .current-price .current-price-display {
  border-radius: 8px;
  background-color: #ff4081;
  color: #ffffff;
  padding: 0.5rem;
  font-weight: 700;
}
#product .description_short_product iframe {
  width: 100% !important;
  height: 250px;
}
#product #quantity_wanted {
  max-width: 90px;
  text-align: center;
}
#product #how_to_use .subtitle_how_to_use {
  font-weight: 500;
  margin-top: 0.5rem;
}
#product .offre_sld {
  margin-top: 1rem;
}
#product .offre_sld .public_price {
  font-size: 0.9em;
  text-decoration: line-through;
}
#product .offre_sld .percent {
  color: #ff4081;
}
#product .offre_sld .price {
  font-weight: 700;
}

#cart .cart-container {
  padding: 1.25rem 0 !important;
}
#cart .cart-container .cart-items .cart-item:last-child hr {
  display: none !important;
}
#cart .cart-container .cart-items .cart-item .product-line-grid {
  align-items: center;
}
#cart .cart-container .cart-items .cart-item .product-line-grid .product-line__img {
  align-items: center;
  margin: auto 1rem auto 0;
}
#cart .cart-container .cart-items .cart-item .product-line-grid .product-price span.current-price {
  font-weight: 500;
}
#cart .cart-container .cart-items .cart-item .product-line-grid .product-line__title {
  font-size: 18px;
  font-weight: 600;
  color: #111;
}
#cart .cart-container .cart-items .cart-item .product-line-grid .product-line__title:hover {
  color: #111;
  text-decoration: none !important;
}
#cart .cart-container .cart-items .cart-item .product-line-grid .product-line-actions {
  display: flex;
  align-items: center;
}
#cart .cart-container .cart-items .cart-item .product-line-grid .product-line-actions input[type=text] {
  border-color: #EFEFEF !important;
}
@media (max-width: 767px) {
  #cart .cart-container .cart-items .cart-item .product-line-grid .product-line-actions {
    margin-top: 1rem;
  }
}
#cart .cart-container .cart-items .cart-item .product-line-grid .product-line-actions .product-price {
  margin-left: auto;
  padding: 20px;
  color: #ff4081;
  font-weight: 600;
}
#cart .cart-container .cart-items .cart-item .product-line-grid .product-line-actions .bootstrap-touchspin {
  justify-content: center;
}
#cart .cart-container .cart-items .cart-item .product-line-grid .product-line-actions .bootstrap-touchspin input {
  max-width: 90px;
  text-align: center;
}

#cart .cart-summary-line, #checkout .cart-summary-line {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#cart .cart-summary-line.cart-total, #checkout .cart-summary-line.cart-total {
  color: #ff4081;
  margin-bottom: 1rem !important;
}
#cart .cart-summary-line.cart-total span, #checkout .cart-summary-line.cart-total span {
  font-weight: 600;
}
#cart .cart-summary-line .label, #checkout .cart-summary-line .label {
  font-weight: 500;
}
@media (min-width: 991px) {
  #cart #js-checkout-summary, #checkout #js-checkout-summary {
    position: sticky;
    top: 110px;
  }
}

#checkout #cart-summary-product-list .media-list {
  padding-inline-start: 0px !important;
}
#checkout .checkout-step {
  margin-top: 1rem;
}
#checkout .checkout-step .card-header {
  border-bottom: 0 !important;
}
#checkout .checkout-step .card-header .step-title {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}
#checkout .checkout-step .card-header .step-title i {
  margin-right: 0.5rem;
}
#checkout .checkout-step .card-header .step-title .step-edit {
  margin-left: auto;
}
#checkout .checkout-step form {
  max-width: 100% !important;
}
#checkout .checkout-step form [type=submit] {
  width: auto;
}
#checkout .checkout-step #delivery-addresses {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
#checkout .checkout-step #delivery-addresses .address-item {
  margin-bottom: 1rem;
}
#checkout .checkout-step #delivery-addresses .address-item label {
  height: 100% !important;
}
@media (max-width: 767px) {
  #checkout .checkout-step #delivery-addresses .add_address {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
#checkout .checkout-step .payment-options .giftcard_list {
  padding-inline-start: 0px !important;
}
#checkout .checkout-step .payment-options .giftcard_list hr:last-child {
  display: none !important;
}
#checkout .checkout-step .payment-options .giftcard_list .giftcard_line {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 424px) {
  #checkout .checkout-step .payment-options .giftcard_list .giftcard_line {
    display: block !important;
  }
}
#checkout .checkout-step .payment-options .giftcard_list .giftcard_line .giftcard_attest {
  margin: auto;
}
#checkout .checkout-step .payment-options .giftcard_list .giftcard_line .giftcard_not_usable {
  margin: auto;
}
#checkout .checkout-step .payment-options .giftcard_list .giftcard_line .quantity_table_block {
  display: flex;
  margin: auto;
}
@media (max-width: 424px) {
  #checkout .checkout-step .payment-options .giftcard_list .giftcard_line .quantity_table_block {
    margin-top: 1rem;
  }
}
@media (min-width: 425px) {
  #checkout .checkout-step .payment-options .giftcard_list .giftcard_line .quantity_table_block .quantity_table_less {
    margin-left: auto;
  }
}
#checkout .checkout-step .payment-options .giftcard_list .giftcard_line .quantity_table_block .quantity_table_more {
  margin-right: 1rem;
}
#checkout .checkout-step #content-checkout-payment-step #conditions-to-approve label {
  display: block;
}
#checkout .checkout-step #content-checkout-payment-step .payment-options > div {
  margin-top: 1rem;
}

fieldset {
  display: none;
}
fieldset.active {
  display: block !important;
}

.tb {
  width: 62px;
  height: 62px;
  border: 1px solid grey;
  margin: 2px;
  opacity: 0.4;
  cursor: pointer;
}
.tb.tb-active {
  opacity: 1;
}
.tb .fit-image {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

#module-pdscompany-customers .actions_customer > span {
  cursor: pointer;
}
#module-pdscompany-customers .actions_customer a:hover {
  text-decoration: none !important;
}

#module-pdsgiftcard-giftcard_admin label {
  user-select: none;
}
#module-pdsgiftcard-giftcard_admin #amount_balance {
  display: flex;
  justify-content: center;
}
#module-pdsgiftcard-giftcard_admin #customers_list_table {
  max-height: 500px;
  overflow-y: scroll;
}
#module-pdsgiftcard-giftcard_admin .customer_selected[type=checkbox]:not(:checked) + label {
  color: #ccc;
}
#module-pdsgiftcard-giftcard_admin .company_balance {
  font-size: 36px;
  font-weight: bold;
}
#module-pdsgiftcard-giftcard_admin .modal-footer {
  text-align: center !important;
}
@media (max-width: 424px) {
  #module-pdsgiftcard-giftcard_admin .modal-footer {
    display: block;
  }
  #module-pdsgiftcard-giftcard_admin .modal-footer button {
    width: 100% !important;
    margin-top: 1rem;
  }
}

.modal-header {
  display: flex;
  align-items: center;
}
.modal .modal-title {
  font-size: 1.2rem;
}
@media (max-width: 990px) {
  .modal .modal-body {
    text-align: center;
  }
}
@media (min-width: 991px) {
  .modal .modal-body hr {
    display: none !important;
  }
}

#module-pdscompany-statistics .number_stat {
  font-size: 36px;
  color: #ff4081;
  font-weight: bold;
  text-align: center;
}

#module-rdsubscription-subscription #amountSubsidyOuikdo {
  display: none;
}
#module-rdsubscription-subscription #final_price, #module-rdsubscription-subscription #subscriptionPrice {
  text-align: center;
  border-radius: 8px;
  background-color: #ff4081;
  padding: 0.5rem;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  margin-top: 2rem;
}

#launcher-frame {
  bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  #fc_frame {
    bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  #fc_frame, #netreviewsWidgetNum29804widget21av {
    bottom: 55px !important;
  }
  html body #LeadboosterContainer {
    z-index: 1 !important;
  }
}
#help_freshworks, #help_freshworks_link {
  bottom: 70px;
  right: 110px;
  position: fixed;
  background-color: #ff4081;
  color: #ffffff !important;
  border-radius: 30px 8px 20px 30px;
  padding: 6px 10px 6px 8px;
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #help_freshworks, #help_freshworks_link {
    bottom: 15px;
    right: 15px;
  }
}
#help_freshworks a, #help_freshworks_link a {
  color: #ffffff !important;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
}
#help_freshworks a:hover, #help_freshworks_link a:hover {
  text-decoration: none;
}
#help_freshworks:hover, #help_freshworks_link:hover {
  background-color: #fe5d94;
}
#help_freshworks svg, #help_freshworks_link svg {
  margin-right: 0.5rem;
}

#launcher-frame {
  display: none;
}

#module-rdkitty-kitty .kitty_ended td, #module-rdkitty-kitty .kitty_ended a {
  color: #ccc !important;
}

@media screen and (max-width: 767px) {
  .max_giftcard {
    display: none !important;
  }
  .quantity_giftcard {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .giftcard-name {
    width: 300px !important;
  }
}
.wk-app-btn-wrapper {
  cursor: pointer;
  bottom: 0;
  position: fixed;
  background-color: rgba(227, 230, 232, 0.8);
  z-index: 10;
  right: 0;
  left: 0;
}

.bulle_info {
  line-height: 1rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 75px;
}

@media screen and (max-width: 768px) {
  #demo-landing {
    flex-direction: column-reverse;
  }
}
#demo-landing .card {
  border: 1px solid #28B392;
}
#demo-landing .card-header .btn {
  padding: 12px 20px;
  border-radius: 0 !important;
}

#module-rdlanding-landingpage .more_informations {
  display: none !important;
}
@media (max-width: 767px) {
  #module-rdlanding-landingpage .img-fluid {
    margin-bottom: 1rem;
  }
  #module-rdlanding-landingpage .actions .btn {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  #module-rdlanding-landingpage .separator {
    height: 110px;
  }
}
@media (max-width: 767px) {
  #module-rdlanding-landingpage .separator {
    height: 80px;
  }
}
#module-rdlanding-landingpage .text-banner {
  padding: 1rem 0.5rem;
  text-align: center;
  color: #ffffff;
  background-color: #76CAB2;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #module-rdlanding-landingpage .text-banner {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #module-rdlanding-landingpage .text-banner {
    font-size: 1.5rem;
  }
}
#module-rdlanding-landingpage .list_bulle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
#module-rdlanding-landingpage .list_bulle a {
  width: 120px;
  height: 120px;
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #EBACB9;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.05rem;
  color: #111;
  margin: 0.5rem;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
#module-rdlanding-landingpage .list_bulle a:hover {
  background-color: #ff4081;
  text-decoration: none !important;
  color: #ffffff !important;
}
#module-rdlanding-landingpage ul.list_style {
  padding-inline-start: 40px !important;
  list-style: disc !important;
}
#module-rdlanding-landingpage ul.list_style li::marker {
  content: unset !important;
}
#module-rdlanding-landingpage ol.list_style {
  list-style: auto !important;
}
#module-rdlanding-landingpage ol.list_style li::marker {
  content: unset !important;
}

/* COOKIE BOT */
/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none;
}

#CybotCookiebotDialogHeader {
  display: none !important;
}

.promo-code-button {
  display: none !important;
}

.payplugIntegratedPayment_container label {
  display: block;
}

.payplugIntegratedPayment_privacy_policy {
  margin-top: 0 !important;
}

.payplugIntegratedPayment_privacy_policy a {
  display: inline-block;
}

@media (max-width: 991px) {
  #cms img {
    max-width: 100%;
    height: auto;
  }
  #cms iframe {
    max-width: 100%;
    height: auto;
  }
}

#giftCardForm {
  max-width: 700px !important;
}

#PopinWebinaire .modal-dialog {
  max-width: 600px;
}

#PopinExitModal .modal-dialog {
  max-width: 750px !important;
}
#PopinExitModal .modal-dialog .modal-content {
  border: 1px solid #e32f2a;
  border-radius: 40px;
}
#PopinExitModal .modal-dialog .modal-content .modal-body {
  background-color: #faf1e2;
  border-radius: 40px;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
#PopinExitModal .modal-dialog .modal-content .modal-body ul {
  list-style: initial !important;
}
#PopinExitModal .modal-dialog .modal-content .modal-body #PopinExitModal-text {
  padding: 1rem;
}
#PopinExitModal .modal-dialog .modal-content .modal-body #PopinExitModal-img {
  background: url("/img/disconnected/PopinExitModal.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
#PopinExitModal .modal-dialog .modal-content .modal-body .PopinExitModal-title {
  font-size: 30px;
  font-weight: 400;
}
#PopinExitModal .modal-dialog .modal-content .modal-body .PopinExitModal-title strong {
  font-weight: 800;
}

#buttonSavMobile {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #buttonSavMobile {
    display: none;
  }
}

#buttonSav {
  bottom: 75px;
  right: 100px;
  position: fixed;
  color: #ffffff;
  border-radius: 30px 8px 30px 30px;
  padding: 6px 16px 6px 8px;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.26);
  z-index: 100000;
}
@media (max-width: 767px) {
  #buttonSav {
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  #fc_frame {
    bottom: 15px !important;
  }
}

#closeSav {
  cursor: pointer;
  display: flex;
  align-items: center;
}

#popinSav {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 110px;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
  background-color: white;
  width: 384px;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 100000;
}
@media (max-width: 767px) {
  #popinSav {
    width: 100%;
    right: 0;
  }
}
#popinSav.show {
  transform: translateX(-50%) translateY(-100%);
}

#module-rdsav-sav #selectProductsBlock {
  max-height: 200px;
  overflow-y: scroll;
}
#module-rdsav-sav .message-item-img {
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.16) !important;
  width: 60px;
  height: 54px;
  overflow: hidden;
  align-items: center;
  display: flex;
}
#module-rdsav-sav .message-item-img img {
  width: 100%;
  display: flex;
}
#module-rdsav-sav .message-item {
  background-color: #ffffff !important;
  color: #333 !important;
  border: 0 !important;
  width: 100%;
}
#module-rdsav-sav .message-item .card-header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
}

#module-rdlanding-solutions .blockcard-item-head, #module-rdlanding-solutions .blockcard-item-back {
  cursor: pointer;
  user-select: none;
}
#module-rdlanding-solutions .blockcard-item-back {
  display: none;
}
#module-rdlanding-solutions #content-wrapper .card {
  border: 0 !important;
  background-color: transparent;
  box-shadow: none !important;
}
#module-rdlanding-solutions #content-wrapper .card-header {
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #F2F2F2;
  box-shadow: 5px 5px 0 0 #F2F2F2;
}
#module-rdlanding-solutions #content-wrapper .card-header h5 {
  display: flex;
  justify-content: space-between;
  user-select: none;
  align-items: center;
}
#module-rdlanding-solutions #content-wrapper .card-header[aria-expanded=false] h5 {
  /*&:after {
    content: "+";
  } */
}
#module-rdlanding-solutions #content-wrapper .card-header[aria-expanded=false] h5:after {
  content: "▼";
  font-size: 12px;
}
#module-rdlanding-solutions #content-wrapper .card-header[aria-expanded=true] h5 {
  /*
  &:after {
    content: "-";
  } */
}
#module-rdlanding-solutions #content-wrapper .card-header[aria-expanded=true] h5:after {
  content: "▲";
  font-size: 12px;
}
#module-rdlanding-solutions #content-wrapper .suppliers_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#module-rdlanding-solutions #content-wrapper .suppliers_list .supplier_img {
  max-height: 40px;
  margin: 1rem;
}

.svg-account {
  width: 25px !important;
}

.color-main-svg {
  fill: #ff4081 !important;
}

#product-locations-table thead {
  width: 100%;
}
#product-locations-table tbody {
  display: block;
  height: 300px;
  overflow: auto;
}
#product-locations-table thead, #product-locations-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.select2-selection__arrow, .select2 .select2-selection {
  height: calc(28px + 0.5rem) !important;
}
.select2 .select2-selection {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.leaflet-popup-content-wrapper {
  overflow: hidden;
  padding: 0 !important;
}
.leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0 !important;
  min-width: 200px !important;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .content_iw {
  display: flex;
  flex-direction: column;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .content_iw_text {
  padding: 0.5rem;
  text-align: center;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .content_iw_text .product-link {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  text-align: center;
}

#index .total_savings {
  margin-right: auto;
  margin-top: 2rem;
}

.total_savings {
  background-color: #ff4081;
  color: #ffffff;
  padding: 20px;
  max-width: 300px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .total_savings {
    margin-right: auto;
    margin-bottom: 1rem;
  }
}
.total_savings #total_savings #total_savings_value {
  font-size: 50px;
  font-weight: bold;
}
.total_savings #total_savings h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0 !important;
}
.total_savings #total_savings p {
  margin-bottom: 0 !important;
}

#module-pdscompany-companyedit form label {
  display: block;
}

.shop-6.disconnected a {
  color: #333;
}
.shop-6.disconnected .btn-primary, .shop-6.disconnected .btn-secondary {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
}
.shop-6.disconnected .btn-primary:focus, .shop-6.disconnected .btn-primary:hover, .shop-6.disconnected .btn-primary:active, .shop-6.disconnected .btn-secondary:focus, .shop-6.disconnected .btn-secondary:hover, .shop-6.disconnected .btn-secondary:active {
  background-color: #555 !important;
  border-color: #555 !important;
}
.shop-6.disconnected .btn-outline-primary {
  color: #333 !important;
}

/*# sourceMappingURL=core.css.map */
