@charset "UTF-8";
#main {
  min-height: calc(100vh - (var(--header, 1header) + var(--footer, 1footer)));
  width: 100%;
}

.center-content {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

@media (max-width: 1023px) {
  .center-content {
    padding: 0 20px;
  }
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none !important;
}

body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  text-decoration: none;
  display: inline-block;
}

b, strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
  vertical-align: middle;
}

img, svg {
  width: 100%;
}

ul {
  list-style: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "RobotoSlab-Medium";
  src: url("../inc/fonts/roboto/RobotoSlab-Medium.ttf");
  src: url("../inc/fonts/roboto/RobotoSlab-Medium.woff");
  src: url("../inc/fonts/roboto/RobotoSlab-Medium.woff2");
  src: url("../inc/fonts/roboto/RobotoSlab-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSlab-Regular";
  src: url("../inc/fonts/roboto/RobotoSlab-Regular.ttf");
  src: url("../inc/fonts/roboto/RobotoSlab-Regular.woff");
  src: url("../inc/fonts/roboto/RobotoSlab-Regular.woff2");
  src: url("../inc/fonts/roboto/RobotoSlab-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSlab-Thin";
  src: url("../inc/fonts/roboto/RobotoSlab-Thin.ttf");
  src: url("../inc/fonts/roboto/RobotoSlab-Thin.woff");
  src: url("../inc/fonts/roboto/RobotoSlab-Thin.woff2");
  src: url("../inc/fonts/roboto/RobotoSlab-Thin.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSlab-Light";
  src: url("../inc/fonts/roboto/RobotoSlab-Light.ttf");
  src: url("../inc/fonts/roboto/RobotoSlab-Light.woff");
  src: url("../inc/fonts/roboto/RobotoSlab-Light.woff2");
  src: url("../inc/fonts/roboto/RobotoSlab-Light.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT-Medium";
  src: url("../inc/fonts/futura/FuturaPT-Medium.ttf");
  src: url("../inc/fonts/futura/FuturaPT-Medium.svg");
  src: url("../inc/fonts/futura/FuturaPT-Medium.woff");
  src: url("../inc/fonts/futura/FuturaPT-Medium.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../inc/fonts/roboto/Roboto-Bold.ttf");
  src: url("../inc/fonts/roboto/Roboto-Bold.svg");
  src: url("../inc/fonts/roboto/Roboto-Bold.woff");
  src: url("../inc/fonts/roboto/Roboto-Bold.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../inc/fonts/roboto/Roboto-Light.ttf");
  src: url("../inc/fonts/roboto/Roboto-Light.ttf");
  src: url("../inc/fonts/roboto/Roboto-Light.ttf");
  src: url("../inc/fonts/roboto/Roboto-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-LightItalic";
  src: url("../inc/fonts/roboto/Roboto-LightItalic.ttf");
  src: url("../inc/fonts/roboto/Roboto-LightItalic.svg");
  src: url("../inc/fonts/roboto/Roboto-LightItalic.woff");
  src: url("../inc/fonts/roboto/Roboto-LightItalic.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../inc/fonts/roboto/Roboto-Regular.ttf");
  src: url("../inc/fonts/roboto/Roboto-Regular.svg");
  src: url("../inc/fonts/roboto/Roboto-Regular.woff");
  src: url("../inc/fonts/roboto/Roboto-Regular.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../inc/fonts/roboto/Roboto-Medium.ttf");
  src: url("../inc/fonts/roboto/Roboto-Medium.svg");
  src: url("../inc/fonts/roboto/Roboto-Medium.woff");
  src: url("../inc/fonts/roboto/Roboto-Medium.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../inc/fonts/roboto/Roboto-Thin.ttf");
  src: url("../inc/fonts/roboto/Roboto-Thin.svg");
  src: url("../inc/fonts/roboto/Roboto-Thin.woff");
  src: url("../inc/fonts/roboto/Roboto-Thin.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-ThinItalic";
  src: url("../inc/fonts/roboto/Roboto-ThinItalic.ttf");
  src: url("../inc/fonts/roboto/Roboto-ThinItalic.svg");
  src: url("../inc/fonts/roboto/Roboto-ThinItalic.woff");
  src: url("../inc/fonts/roboto/Roboto-ThinItalic.woff2");
  font-weight: normal;
  font-style: normal;
}
/* violet-100 */
/* violet-900 */
/* gray-200 */
/* gray-700 */
/* gray-50 */
.login-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  background: linear-gradient(135deg, #4b6cb7, #182848);
  font-family: "Poppins", sans-serif;
  padding: 0 15px;
}
.login-wrapper .login-card {
  background: #fff;
  padding: 2.5rem 3rem;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 380px;
  text-align: center;
  -webkit-animation: fadeIn 0.8s ease-in-out;
          animation: fadeIn 0.8s ease-in-out;
}
.login-wrapper .login-card h2 {
  color: #182848;
  margin-bottom: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.login-wrapper .login-card form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.login-wrapper .login-card form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.login-wrapper .login-card form .form-group label {
  color: #333;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}
.login-wrapper .login-card form .form-group input {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 0.95rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.login-wrapper .login-card form .form-group input:focus {
  outline: none;
  border-color: #4b6cb7;
  -webkit-box-shadow: 0 0 0 3px rgba(75, 108, 183, 0.2);
          box-shadow: 0 0 0 3px rgba(75, 108, 183, 0.2);
}
.login-wrapper .login-card form .btn-login {
  background: #4b6cb7;
  color: #fff;
  border: none;
  padding: 0.9rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.login-wrapper .login-card form .btn-login:hover {
  background: #3a5795;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.login-wrapper .login-card form .forgot-password {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #4b6cb7;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.login-wrapper .login-card form .forgot-password:hover {
  color: #182848;
  text-decoration: underline;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#main-wrapper {
  background-color: #0c0a3b;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 80px;
}
#main-wrapper .main-wrapper-left {
  position: fixed;
  width: 100%;
  max-width: 80px;
  min-height: 100vh;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  background-color: #0c0a3b;
  /* Transition pour width et opacity */
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 1023px) {
  #main-wrapper .main-wrapper-left:hover {
    width: 100%;
    max-width: 175px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #main-wrapper .main-wrapper-left:hover .nav-bar {
    height: 100%;
  }
  #main-wrapper .main-wrapper-left:hover .nav-bar .burger-nav {
    visibility: visible;
    opacity: 1;
  }
  #main-wrapper .main-wrapper-left:hover .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .link-item-list-menu-nav .picto {
    display: block;
    padding: 5px;
  }
  #main-wrapper .main-wrapper-left:hover .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .link-item-list-menu-nav .title-item {
    width: auto;
    visibility: visible;
    opacity: 1;
    margin-left: 5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #main-wrapper .main-wrapper-left:hover .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .sub-menu-items {
    display: block;
  }
  #main-wrapper .main-wrapper-left:hover .nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav .link-item-list-menu-nav {
    text-align: left;
  }
  #main-wrapper .main-wrapper-left:hover .nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav .link-item-list-menu-nav .title-item {
    margin-left: 5px;
    width: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
#main-wrapper .main-wrapper-right {
  position: relative;
  margin-left: auto;
  padding-left: 10px;
  width: 100%;
  background-color: white;
  min-height: 100vh;
  height: -webkit-fill-available;
  margin-top: 10px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#main-wrapper.active .main-wrapper-left {
  width: 100%;
  max-width: 175px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#main-wrapper.active .main-wrapper-left .nav-bar {
  height: 100%;
}
#main-wrapper.active .main-wrapper-left .nav-bar .burger-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#main-wrapper.active .main-wrapper-left .nav-bar .burger-nav .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#main-wrapper.active .main-wrapper-left .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .link-item-list-menu-nav .picto {
  display: block;
  padding: 5px;
}
#main-wrapper.active .main-wrapper-left .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .link-item-list-menu-nav .title-item {
  width: auto;
  visibility: visible;
  opacity: 1;
  margin-left: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#main-wrapper.active .main-wrapper-left .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .sub-menu-items {
  display: block;
}
#main-wrapper.active .main-wrapper-left .nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav .link-item-list-menu-nav {
  text-align: left;
}
#main-wrapper.active .main-wrapper-left .nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav .link-item-list-menu-nav .title-item {
  margin-left: 5px;
  width: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#main-wrapper.active .main-wrapper-right {
  width: calc(100% - var(--mainwrapperleft));
  margin-left: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#main-wrapper.active .main-wrapper-right .single-element #header {
  width: calc(100% - var(--mainwrapperleft));
  margin-left: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav-bar {
  height: 100%;
}
.nav-bar .burger-nav {
  position: absolute;
  right: -15px;
  top: 15px;
  width: 33px;
  height: 33px;
  background-color: #0c0a3b;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  padding: 3px;
  visibility: hidden;
  opacity: 0;
}
.nav-bar .burger-nav .arrow {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background-color: #0c0a3b;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-bar .burger-nav .arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../inc/img/arrow-pinky.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-bar .menu-nav {
  height: 100%;
  padding: 0 15px;
  overflow: auto;
  scrollbar-width: none;
}
.nav-bar .menu-nav .logo-top {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 15px;
}
.nav-bar .menu-nav .logo-top img {
  width: 100%;
  height: 100%;
}
.nav-bar .menu-nav .list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-bar .menu-nav .list-menu .list-menu-top {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
}
.nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav {
  margin-top: 5px;
  text-align: center;
}
.nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .link-item-list-menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 3px 5px;
  border: 1px solid transparent;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .link-item-list-menu-nav .picto {
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
}
.nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .link-item-list-menu-nav .picto img {
  width: 100%;
  height: 100%;
}
.nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .link-item-list-menu-nav .title-item {
  font-family: "Roboto-Regular";
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  display: block;
  width: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .link-item-list-menu-nav:hover {
  opacity: 0.7;
  border: 1px solid white;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav.active .link-item-list-menu-nav {
  border: 1px solid white;
  border-radius: 6px;
}
.nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav.active .link-item-list-menu-nav .picto {
  background-color: #e41061;
  border-radius: 10px;
}
.nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .sub-menu-items {
  display: none;
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding-top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .sub-menu-items .item-sub-menu .link-item-sub-menu {
  font-family: "Roboto-Regular";
  font-size: 12px;
  color: white;
  display: block;
  margin-left: 20px;
  margin-top: 5px;
  text-align: left;
}
.nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .sub-menu-items .item-sub-menu:first-child .link-item-sub-menu {
  margin-top: 0;
}
.nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .sub-menu-items.is-open {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding-top: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-bar .menu-nav .list-menu .list-menu-bottom {
  margin-top: 50px;
}
.nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav {
  margin-top: 10px;
}
.nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav .link-item-list-menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav .link-item-list-menu-nav .picto {
  display: block;
  width: 30px;
  height: 30px;
}
.nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav .link-item-list-menu-nav .picto.profile {
  border-radius: 50%;
  overflow: hidden;
}
.nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav .link-item-list-menu-nav .picto img {
  width: 100%;
  height: 100%;
}
.nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav .link-item-list-menu-nav .title-item {
  font-family: "Roboto-Regular";
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  width: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav .link-item-list-menu-nav:hover {
  opacity: 0.7;
  border: 1px solid white;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav.active .link-item-list-menu-nav {
  opacity: 0.7;
  border: 1px solid white;
  border-radius: 6px;
}
.nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav.active .link-item-list-menu-nav .picto {
  background-color: #e41061;
  border-radius: 10px;
}

@media (max-width: 1023px) {
  .nav-bar .burger-nav {
    position: absolute;
    right: -15px;
    top: 60px;
    width: 33px;
    height: 33px;
    background-color: #0c0a3b;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    padding: 3px;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .nav-bar {
    height: 100%;
  }
  .nav-bar .burger-nav .arrow {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    background-color: #0c0a3b;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .nav-bar .burger-nav .arrow::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../inc/img/arrow-pinky.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .nav-bar .menu-nav {
    height: 100%;
    padding: 0 15px;
  }
  .nav-bar .menu-nav .logo-top {
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 15px;
  }
  .nav-bar .menu-nav .logo-top img {
    width: 100%;
    height: 100%;
  }
  .nav-bar .menu-nav .list-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav-bar .menu-nav .list-menu .list-menu-top {
    border-bottom: 1px solid white;
    padding-bottom: 20px;
  }
  .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav {
    margin-top: 10px;
    text-align: center;
  }
  .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .link-item-list-menu-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 5px;
    border: 1px solid transparent;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .link-item-list-menu-nav .picto {
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
  }
  .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .link-item-list-menu-nav .picto img {
    width: 100%;
    height: 100%;
  }
  .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .link-item-list-menu-nav .title-item {
    font-family: "Roboto-Regular";
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    display: block;
    width: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .link-item-list-menu-nav:hover {
    opacity: 0.7;
    border: 1px solid white;
    border-radius: 6px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav.active .link-item-list-menu-nav {
    border: 1px solid white;
    border-radius: 6px;
  }
  .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav.active .link-item-list-menu-nav .picto {
    background-color: #e41061;
    border-radius: 10px;
  }
  .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .sub-menu-items {
    display: none;
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding-top: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .sub-menu-items .item-sub-menu .link-item-sub-menu {
    font-family: "Roboto-Regular";
    font-size: 12px;
    color: white;
    display: block;
    margin-left: 20px;
    margin-top: 5px;
    text-align: left;
  }
  .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .sub-menu-items .item-sub-menu:first-child .link-item-sub-menu {
    margin-top: 0;
  }
  .nav-bar .menu-nav .list-menu .list-menu-top .item-list-menu-nav .sub-menu-items.is-open {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-top: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .nav-bar .menu-nav .list-menu .list-menu-bottom {
    margin-top: 50px;
  }
  .nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav {
    margin-top: 10px;
  }
  .nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav .link-item-list-menu-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav .link-item-list-menu-nav .picto {
    display: block;
    width: 30px;
    height: 30px;
  }
  .nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav .link-item-list-menu-nav .picto.profile {
    border-radius: 50%;
    overflow: hidden;
  }
  .nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav .link-item-list-menu-nav .picto img {
    width: 100%;
    height: 100%;
  }
  .nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav .link-item-list-menu-nav .title-item {
    font-family: "Roboto-Regular";
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    width: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav .link-item-list-menu-nav:hover {
    opacity: 0.7;
    border: 1px solid white;
    border-radius: 6px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav.active .link-item-list-menu-nav {
    opacity: 0.7;
    border: 1px solid white;
    border-radius: 6px;
  }
  .nav-bar .menu-nav .list-menu .list-menu-bottom .item-list-menu-nav.active .link-item-list-menu-nav .picto {
    background-color: #e41061;
    border-radius: 10px;
  }
}
#products-wrapper .header-section-products {
  padding: 10px 25px;
}
#products-wrapper .header-section-products .title-section {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #0e1012;
}
#products-wrapper .header-section-products .sub-title-section {
  font-family: "Roboto-Medium";
  font-size: 18px;
  color: #e41061;
  display: block;
  text-transform: uppercase;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#products-wrapper .header-section-products .group-btns {
  margin-top: 30px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
#products-wrapper .header-section-products .group-btns .btn-left {
  padding: 10px;
  background-color: #0c0a3b;
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#products-wrapper .header-section-products .group-btns .btn-left:hover {
  background: #09387f;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#products-wrapper .header-section-products .group-btns .btn-right {
  padding: 10px;
  background-color: #06c;
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#products-wrapper .header-section-products .group-btns .btn-right:hover {
  background: #1976d2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#products-wrapper .table-wrapper {
  margin-top: 20px;
}
#products-wrapper .table-wrapper .header-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#products-wrapper .table-wrapper .header-table .header-table-left label {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  color: #0e1012;
}
#products-wrapper .table-wrapper .header-table .header-table-left label #rowsPerPageSelect {
  padding: 4px 8px;
  margin: 0 5px;
}
#products-wrapper .table-wrapper .header-table .header-table-right label {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  color: #0e1012;
}
#products-wrapper .table-wrapper .header-table .header-table-right input {
  font-family: "Gilroy", sans-serif;
  padding: 10px 10px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#products-wrapper .table-wrapper .custom-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  table-layout: fixed;
  overflow-x: auto;
}
#products-wrapper .table-wrapper .custom-table thead {
  background-color: white;
  border-bottom: 1px solid #ccc;
}
#products-wrapper .table-wrapper .custom-table thead th {
  padding: 10px;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
}
#products-wrapper .table-wrapper .custom-table thead th .arrow-tri {
  display: inline-block;
  width: 10px;
  height: 20px;
  background-image: url(../inc/img/arrow-tri.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: right;
}
#products-wrapper .table-wrapper .custom-table thead th:last-child {
  text-align: center;
}
#products-wrapper .table-wrapper .custom-table thead .filters input {
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 13px;
}
#products-wrapper .table-wrapper .custom-table thead .filters input:focus {
  outline: none;
  border-color: #004080;
  -webkit-box-shadow: 0 0 4px rgba(0, 64, 128, 0.4);
          box-shadow: 0 0 4px rgba(0, 64, 128, 0.4);
}
#products-wrapper .table-wrapper .custom-table tbody tr {
  border-bottom: 1px solid #ccc;
  background: #ececec;
}
#products-wrapper .table-wrapper .custom-table tbody tr:nth-child(even) {
  background: #fff;
}
#products-wrapper .table-wrapper .custom-table tbody tr td {
  padding: 10px;
  font-size: 12px;
}
#products-wrapper .table-wrapper .custom-table tbody tr td.actions {
  text-align: center;
}
#products-wrapper .table-wrapper .custom-table tbody tr td.actions button {
  width: 22px;
  height: 26px;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 72%;
  background-position: center;
  background-color: #0c0a3b;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#products-wrapper .table-wrapper .custom-table tbody tr td.actions button.view {
  background-image: url(../inc/img/see.svg);
}
#products-wrapper .table-wrapper .custom-table tbody tr td.actions button.delete {
  background-image: url(../inc/img/delete.svg);
}
#products-wrapper .table-wrapper .custom-table tbody tr td.actions button:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#products-wrapper .table-wrapper .custom-table tbody tr td .stat-desc {
  display: block;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 auto;
}
#products-wrapper .table-wrapper .custom-table tbody tr td .stat-desc.success {
  background-color: #94f082;
  color: #167e02;
  background-image: url(../inc/img/check.svg);
}
#products-wrapper .table-wrapper .custom-table tbody tr td .stat-desc.failed {
  background-color: #f08282;
  color: #b20404;
  background-image: url(../inc/img/failed.svg);
}
#products-wrapper .table-wrapper .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 15px 0;
}
#products-wrapper .table-wrapper .pagination span {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
}
#products-wrapper .table-wrapper .pagination .first {
  width: 20px;
  height: 20px;
  background-image: url(../inc/img/double-arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#products-wrapper .table-wrapper .pagination .prev {
  width: 40px;
  height: 20px;
  background-image: url(../inc/img/arrow-left-pagination.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#products-wrapper .table-wrapper .pagination .info {
  font-size: 18px;
  border: none;
  background: none;
  cursor: default;
  font-weight: 500;
  color: #333;
}
#products-wrapper .table-wrapper .pagination .next {
  width: 40px;
  height: 20px;
  background-image: url(../inc/img/arrow-right-pagination.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#products-wrapper .table-wrapper .pagination .last {
  width: 20px;
  height: 20px;
  background-image: url(../inc/img/double-arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#single-product #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #0c0a3b;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-left: var(--mainwrapperleft);
  width: 100%;
  margin-left: auto;
}
#single-product #header .header-section-products {
  padding: 15px;
  background-color: white;
  -webkit-box-shadow: 44px 25px 32px 0px rgba(0, 8, 0, 0.2);
          box-shadow: 44px 25px 32px 0px rgba(0, 8, 0, 0.2);
}
#single-product #header .header-section-products .title-section {
  font-family: "RobotoSlab-Medium";
  font-size: 30px;
  color: #0e1012;
}
#single-product #header .header-section-products .sub-title-section {
  font-family: "Roboto-Medium";
  font-size: 18px;
  color: #e41061;
  margin-left: auto;
  display: block;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#single-product #header .header-section-products .tabulation-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin-top: 30px;
  padding: 0;
  overflow-x: auto;
  width: 100%;
  margin-left: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#single-product #header .header-section-products .tabulation-items li {
  margin-right: 10px;
}
#single-product #header .header-section-products .tabulation-items li label {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  color: #0e1012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-top: 1px solid #f0f0f0;
  white-space: nowrap;
}
#single-product #header .header-section-products .tabulation-items li label i {
  font-size: 16px;
}
#single-product #header .header-section-products .tabulation-items li label:hover {
  background-color: #e0e0e0;
}
#single-product #header .header-section-products .tabulation-items li.active {
  color: #e41061;
  border-top: 1px solid #e41061;
}
#single-product #header .header-section-products .tabulation-items li.active label {
  color: #e41061;
}
#single-product #header .header-section-products .tabulation-items.active {
  width: calc(100% - 225px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#single-product #header .header-section-products #tab1:checked ~ .content section:nth-child(1),
#single-product #header .header-section-products #tab2:checked ~ .content section:nth-child(2),
#single-product #header .header-section-products #tab3:checked ~ .content section:nth-child(3),
#single-product #header .header-section-products #tab4:checked ~ .content section:nth-child(4),
#single-product #header .header-section-products #tab5:checked ~ .content section:nth-child(5),
#single-product #header .header-section-products #tab6:checked ~ .content section:nth-child(6),
#single-product #header .header-section-products #tab7:checked ~ .content section:nth-child(7) {
  display: block;
}
#single-product .content-single-product-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding-top: var(--header, 1header);
}
#single-product .content-single-product-bottom .info-product-left {
  width: 0;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
  position: relative;
  left: -220px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#single-product .content-single-product-bottom .info-product-left .thumbnail img {
  width: 100%;
  height: 100%;
}
#single-product .content-single-product-bottom .info-product-left .product-info .product-name {
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: #e41061;
  text-align: center;
  display: block;
  margin-top: 10px;
}
#single-product .content-single-product-bottom .info-product-left .product-info .product-code {
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: #0e1012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
#single-product .content-single-product-bottom .info-product-left .product-info .product-code .code {
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: #0e1012;
  display: block;
  text-transform: uppercase;
  margin-left: 5px;
}
#single-product .content-single-product-bottom .info-product-left .product-info .product-pays {
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: #0e1012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
#single-product .content-single-product-bottom .info-product-left .product-info .product-pays .location {
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: #0e1012;
  display: block;
  text-transform: uppercase;
  margin-left: 5px;
}
#single-product .content-single-product-bottom .info-product-left .product-info .product-status {
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: #0e1012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
#single-product .content-single-product-bottom .info-product-left .product-info .product-status .stat-desc {
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: #0e1012;
  display: block;
  margin-left: 5px;
  border-radius: 15px;
}
#single-product .content-single-product-bottom .info-product-left .product-info .product-status .stat-desc.success {
  padding: 3px 5px;
  background-color: #94f082;
  color: #167e02;
  display: block;
  text-align: center;
}
#single-product .content-single-product-bottom .info-product-left .product-info .product-status .stat-desc.failed {
  padding: 3px 5px;
  background-color: #f08282;
  color: #910101;
  display: block;
  text-align: center;
}
#single-product .content-single-product-bottom .tabs {
  position: relative;
  width: 100%;
  font-family: "Gilroy", sans-serif;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#single-product .content-single-product-bottom .tabs .close-info {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -2px;
  left: -26px;
  z-index: 1;
  background-image: url(../inc/img/close-info.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#single-product .content-single-product-bottom .tabs .close-info:hover {
  background-color: #dadbdc;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#single-product .content-single-product-bottom .tabs input[type=radio] {
  display: none;
}
#single-product .content-single-product-bottom .tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
#single-product .content-single-product-bottom .tabs ul li {
  margin-right: 10px;
}
#single-product .content-single-product-bottom .tabs ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-top: 1px solid #f0f0f0;
}
#single-product .content-single-product-bottom .tabs ul li label i {
  font-size: 16px;
}
#single-product .content-single-product-bottom .tabs ul li label:hover {
  background-color: #e0e0e0;
}
#single-product .content-single-product-bottom .tabs .content {
  background-color: #fff;
}
#single-product .content-single-product-bottom .tabs .content section,
#single-product .content-single-product-bottom .tabs .content .tab-section {
  font-family: "Gilroy", sans-serif;
  background-color: #fff;
  padding-bottom: 20px;
  display: none;
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-left,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-left: auto;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-left .btn,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-left .btn {
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-left .btn::before,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-left .btn::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 5px;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-left .btn.btn-white,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-left .btn.btn-white {
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-left .btn.btn-white::before,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-left .btn.btn-white::before {
  background-image: url(../inc/img/suivi.png);
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-left .btn.btn-white:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-left .btn.btn-white:hover {
  background: #f5f5f5;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-left .btn.btn-lightgray,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-left .btn.btn-lightgray {
  background: #e0e0e0;
  color: #333;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-left .btn.btn-lightgray::before,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-left .btn.btn-lightgray::before {
  background-image: url(../inc/img/delete-black.svg);
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-left .btn.btn-lightgray:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-left .btn.btn-lightgray:hover {
  background: #d5d5d5;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-left .btn.btn-darkblue,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-left .btn.btn-darkblue {
  background: #0c0a3b;
  color: #fff;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-left .btn.btn-darkblue::before,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-left .btn.btn-darkblue::before {
  background-image: url(../inc/img/update.svg);
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-left .btn.btn-darkblue:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-left .btn.btn-darkblue:hover {
  background: #09387f;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-left .btn.btn-blue,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-left .btn.btn-blue {
  background-color: #06c;
  color: #fff;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-left .btn.btn-blue::before,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-left .btn.btn-blue::before {
  background-image: url(../inc/img/plus.svg);
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-left .btn.btn-blue:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-left .btn.btn-blue:hover {
  background: #1976d2;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-right,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-right .btn,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-right .btn {
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-right .btn.btn-white,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-right .btn.btn-white {
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-right .btn.btn-white:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-right .btn.btn-white:hover {
  background: #f5f5f5;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-right .btn.btn-lightgray,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-right .btn.btn-lightgray {
  background: #e0e0e0;
  color: #333;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-right .btn.btn-lightgray:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-right .btn.btn-lightgray:hover {
  background: #d5d5d5;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-right .btn.btn-darkblue,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-right .btn.btn-darkblue {
  background: #0c0a3b;
  color: #fff;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-right .btn.btn-darkblue:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-right .btn.btn-darkblue:hover {
  background: #09387f;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-right .btn.btn-blue,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-right .btn.btn-blue {
  background-color: #06c;
  color: #fff;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-right .btn.btn-blue:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-right .btn.btn-blue:hover {
  background: #1976d2;
}
#single-product .content-single-product-bottom .tabs .content section .group-section h2,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section h2 {
  margin-bottom: 15px;
  color: #004080;
  text-transform: uppercase;
}
#single-product .content-single-product-bottom .tabs .content section .group-section h2 strong,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section h2 strong {
  color: #e41061;
  text-transform: uppercase;
}
#single-product .content-single-product-bottom .tabs .content section .group-section h3,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0e1012;
  border-left: 4px solid #004080;
  padding-left: 10px;
  text-transform: uppercase;
}
#single-product .content-single-product-bottom .tabs .content section .group-section h4,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section h4 {
  font-size: 16px;
  margin: 15px 0 8px;
  color: #0e1012;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: white;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  width: 100%;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-10,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-10 {
  width: calc(10% - 15px);
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-9,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-9 {
  width: calc(11.1111111111% - 15px);
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-8,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-8 {
  width: calc(12.5% - 15px);
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-7,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-7 {
  width: calc(14.2857142857% - 15px);
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-6,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-6 {
  width: calc(16.6666666667% - 15px);
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-5,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-5 {
  width: calc(20% - 15px);
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-4,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-4 {
  width: calc(25% - 15px);
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-3,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-3 {
  width: calc(33.3333333333% - 15px);
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-2,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-2 {
  width: calc(50% - 15px);
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-1,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-1 {
  width: calc(75% - 15px);
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group button,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group button {
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group button:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group button:hover {
  background-color: #0066cc;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group label,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group label {
  display: block;
  font-weight: 400;
  color: #0e1012;
  font-size: 13px;
  margin-bottom: -7px;
  margin-left: 25px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 0 7px;
  border-radius: 40px;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group input[type=text],
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group input[type=email],
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group input[type=tel],
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group input[type=date],
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group input[type=text],
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group input[type=email],
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group input[type=tel],
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group input[type=date] {
  font-family: "Gilroy", sans-serif;
  width: 100%;
  padding: 10px 10px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #f9fafc;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group input[type=text]:focus,
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group input[type=email]:focus,
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group input[type=tel]:focus,
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group input[type=date]:focus,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group input[type=text]:focus,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group input[type=email]:focus,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group input[type=tel]:focus,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group input[type=date]:focus {
  border-color: #004080;
  -webkit-box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
          box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
  outline: none;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group textarea,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group textarea {
  font-family: "Gilroy", sans-serif;
  width: 100%;
  padding: 10px 10px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #f9fafc;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group textarea:focus,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group textarea:focus {
  border-color: #004080;
  -webkit-box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
          box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
  outline: none;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group input[type=checkbox],
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group input[type=radio],
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group input[type=checkbox],
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group input[type=radio] {
  display: block;
  accent-color: #004080;
  background-color: transparent;
  margin-right: 6px;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group select,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><polygon points="0,0 12,0 6,6" fill="%23999"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group select:focus,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group select:focus {
  border-color: #007bff;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.checkbox-group,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.checkbox-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.checkbox-group span,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.checkbox-group span {
  font-size: 13px;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper input,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper input {
  margin-right: 5px;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper label,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper label {
  background-color: transparent !important;
  margin-left: 0 !important;
  margin-bottom: 0;
  padding: 0 0;
  cursor: pointer;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.listing-chexbox,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.listing-chexbox {
  display: block;
  margin: 20px 0 40px;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.listing-chexbox .select-all-item label,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.listing-chexbox .select-all-item label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-left: 0;
  padding: 0 0;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.listing-chexbox .select-all-item label span,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.listing-chexbox .select-all-item label span {
  font-size: 15px;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.listing-chexbox .select-all-item label input[type=checkbox],
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.listing-chexbox .select-all-item label input[type=checkbox] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  cursor: pointer;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.listing-chexbox .items,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.listing-chexbox .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.listing-chexbox .items label,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.listing-chexbox .items label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-left: 0;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.listing-chexbox .items label input[type=checkbox],
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.listing-chexbox .items label input[type=checkbox] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  cursor: pointer;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.multi-select,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.multi-select {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Gilroy", sans-serif;
  background-color: #fff;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.multi-select .form-group-content,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.multi-select .form-group-content {
  max-width: 50%;
  width: 100%;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.multi-select .form-group-content label,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.multi-select .form-group-content label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown {
  position: relative;
  background-color: #f9fafc;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .btn-dropdown,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .btn-dropdown {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../inc/img/dropdown-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 5px 10px;
  min-height: 38px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected .selected-item,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected .selected-item {
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  color: #0e1012;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected .selected-item .remove-item,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected .selected-item .remove-item {
  margin-left: 4px;
  cursor: pointer;
  font-weight: bold;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected.placeholder,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected.placeholder {
  color: #999;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 2px;
  padding: 5px 0;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options label,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  cursor: pointer;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options label:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options label:hover {
  background: #f9f9f9;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit {
  width: 100%;
  max-width: 160px;
  padding: 10px 5px;
  background-color: #06c;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit .loop,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit .loop {
  width: 15px;
  height: 15px;
  background-image: url(../inc/img/loupe.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit .btn-submit,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit .btn-submit {
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  color: white;
  display: block;
  line-height: 1;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit:hover {
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group button,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group button {
  background-color: #0066cc;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: white;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group button:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group button:hover {
  background: #1976d2;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 6px;
  overflow: auto;
  display: block;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table thead th,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table thead th {
  padding: 10px;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table thead th .arrow-tri,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table thead th .arrow-tri {
  display: inline-block;
  width: 10px;
  height: 20px;
  background-image: url(../inc/img/arrow-tri.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: right;
  margin-left: 15px;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table thead th input,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table thead th input {
  font-family: "Gilroy", sans-serif;
  width: 100%;
  padding: 10px 10px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #f9fafc;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table thead th input:focus,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table thead th input:focus {
  border-color: #004080;
  -webkit-box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
          box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
  outline: none;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table tbody tr,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table tbody tr {
  border-top: 1px solid #ddd;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table tbody tr:nth-child(even),
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table tbody tr:nth-child(even) {
  background-color: #f5f8fc;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table tbody tr td,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table tbody tr td {
  padding: 8px 10px;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table button,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table button {
  border: none;
  padding: 0;
  cursor: pointer;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table button.view .picto-see,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table button.view .picto-see {
  display: block;
  width: 22px;
  height: 26px;
  border: none;
  background-image: url(../inc/img/see.svg);
  background-repeat: no-repeat;
  background-size: 72%;
  background-position: center;
  background-color: #0c0a3b;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table button.view:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table button.view:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-left,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-left .btn,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-left .btn {
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-left .btn.btn-white,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-left .btn.btn-white {
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-left .btn.btn-white:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-left .btn.btn-white:hover {
  background: #f5f5f5;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-left .btn.btn-lightgray,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-left .btn.btn-lightgray {
  background: #e0e0e0;
  color: #333;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-left .btn.btn-lightgray:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-left .btn.btn-lightgray:hover {
  background: #d5d5d5;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-left .btn.btn-darkblue,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-left .btn.btn-darkblue {
  background: #0c0a3b;
  color: #fff;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-left .btn.btn-darkblue:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-left .btn.btn-darkblue:hover {
  background: #09387f;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-left .btn.btn-blue,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-left .btn.btn-blue {
  background-color: #06c;
  color: #fff;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-left .btn.btn-blue:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-left .btn.btn-blue:hover {
  background: #1976d2;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-right,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-right .btn,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-right .btn {
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-right .btn.btn-white,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-right .btn.btn-white {
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-right .btn.btn-white:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-right .btn.btn-white:hover {
  background: #f5f5f5;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-right .btn.btn-lightgray,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-right .btn.btn-lightgray {
  background: #e0e0e0;
  color: #333;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-right .btn.btn-lightgray:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-right .btn.btn-lightgray:hover {
  background: #d5d5d5;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-right .btn.btn-darkblue,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-right .btn.btn-darkblue {
  background: #0c0a3b;
  color: #fff;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-right .btn.btn-darkblue:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-right .btn.btn-darkblue:hover {
  background: #09387f;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-right .btn.btn-blue,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-right .btn.btn-blue {
  background-color: #06c;
  color: #fff;
}
#single-product .content-single-product-bottom .tabs .content section .btn-group-footer .btns-right .btn.btn-blue:hover,
#single-product .content-single-product-bottom .tabs .content .tab-section .btn-group-footer .btns-right .btn.btn-blue:hover {
  background: #1976d2;
}
#single-product .content-single-product-bottom .tabs {
  /* Afficher la bonne section selon l’onglet */
}
#single-product .content-single-product-bottom .tabs #tab1:checked ~ ul li:nth-child(1) label,
#single-product .content-single-product-bottom .tabs #tab2:checked ~ ul li:nth-child(2) label,
#single-product .content-single-product-bottom .tabs #tab3:checked ~ ul li:nth-child(3) label,
#single-product .content-single-product-bottom .tabs #tab4:checked ~ ul li:nth-child(4) label,
#single-product .content-single-product-bottom .tabs #tab5:checked ~ ul li:nth-child(5) label,
#single-product .content-single-product-bottom .tabs #tab6:checked ~ ul li:nth-child(6) label,
#single-product .content-single-product-bottom .tabs #tab7:checked ~ ul li:nth-child(7) label {
  color: #e41061;
  border-top: 1px solid #e41061;
}
#single-product .content-single-product-bottom .tabs #tab1:checked ~ .content section:nth-child(1),
#single-product .content-single-product-bottom .tabs #tab2:checked ~ .content section:nth-child(2),
#single-product .content-single-product-bottom .tabs #tab3:checked ~ .content section:nth-child(3),
#single-product .content-single-product-bottom .tabs #tab4:checked ~ .content section:nth-child(4),
#single-product .content-single-product-bottom .tabs #tab5:checked ~ .content section:nth-child(5),
#single-product .content-single-product-bottom .tabs #tab6:checked ~ .content section:nth-child(6),
#single-product .content-single-product-bottom .tabs #tab7:checked ~ .content section:nth-child(7) {
  display: block;
}
#single-product .content-single-product-bottom.active .info-product-left {
  width: 220px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#single-product .content-single-product-bottom.active .tabs {
  width: calc(100% - 250px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#single-product .content-single-product-bottom.active .tabs .close-info {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 1023px) {
  #single-product #header .header-section-products {
    padding: 50px 15px 20px;
  }
  #single-product #header .header-section-products .title-section {
    font-size: 30px;
  }
  #single-product #header .header-section-products .sub-title-section {
    font-size: 18px;
    margin-top: 30px;
  }
  #single-product .content-single-product-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  #single-product .content-single-product-bottom .info-product-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
  }
  #single-product .content-single-product-bottom .info-product-left .thumbnail {
    width: 200px;
  }
  #single-product .content-single-product-bottom .info-product-left .product-info {
    margin-left: 15px;
  }
  #single-product .content-single-product-bottom .info-product-left .product-info .product-name {
    color: #e41061;
    text-align: left;
  }
  #single-product .content-single-product-bottom .tabs {
    width: 100%;
  }
  #single-product .content-single-product-bottom .tabs .close-info {
    display: none;
  }
  #single-product .content-single-product-bottom .tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #single-product .content-single-product-bottom .tabs ul li {
    margin-right: 10px;
  }
  #single-product .content-single-product-bottom .tabs ul li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #single-product .content-single-product-bottom .tabs ul li label i {
    font-size: 16px;
  }
  #single-product .content-single-product-bottom .tabs .content section,
  #single-product .content-single-product-bottom .tabs .content .tab-section {
    font-family: "Gilroy", sans-serif;
    padding: 20px;
    border-radius: 12px;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin: 30px 0;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-left .btn,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-left .btn {
    padding: 10px;
    font-size: 12px;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-right,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
    gap: 8px;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .btn-group-header .btns-right .btn,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .btn-group-header .btns-right .btn {
    padding: 10px;
    font-size: 12px;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section h2,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section h2 {
    margin-bottom: 15px;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section h3,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left: 10px;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section h4,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section h4 {
    font-size: 16px;
    margin: 15px 0 8px;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie {
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group {
    margin-bottom: 12px;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group label,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group label {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    color: #0e1012;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group textarea,
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group input[type=text],
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group input[type=email],
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group input[type=tel],
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group input[type=date],
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group textarea,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group input[type=text],
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group input[type=email],
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group input[type=tel],
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group input[type=date] {
    width: 100%;
    padding: 10px 10px 8px;
    border-radius: 6px;
    font-size: 14px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-10,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-10 {
    width: calc(33.3333333333% - 15px);
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-9,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-9 {
    width: calc(33.3333333333% - 15px);
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-8,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-8 {
    width: calc(33.3333333333% - 15px);
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-7,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-7 {
    width: calc(33.3333333333% - 15px);
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-6,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-6 {
    width: calc(33.3333333333% - 15px);
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-5,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-5 {
    width: calc(33.3333333333% - 15px);
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-4,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-4 {
    width: calc(33.3333333333% - 15px);
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-3,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-3 {
    width: calc(33.3333333333% - 15px);
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group .form-group.row-2,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-2 {
    width: calc(33.3333333333% - 15px);
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table {
    margin-top: 10px;
    font-size: 14px;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table thead th,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table thead th {
    padding: 10px;
    text-align: left;
    font-weight: 600;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table tbody tr td,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table tbody tr td {
    padding: 8px 10px;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table button,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table button {
    background-color: #004080;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table button:hover,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table button:hover {
    background-color: #0066cc;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table button.view,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table button.view {
    background-color: transparent;
    color: #004080;
    font-size: 16px;
    display: block;
  }
  #single-product .content-single-product-bottom .tabs .content section .group-section .partie .row-group table button.view:hover,
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group table button.view:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #single-product .content-single-product-bottom.active .info-product-left {
    width: auto;
  }
  #single-product .content-single-product-bottom.active .tabs {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #single-product #header .header-section-products {
    padding: 50px 15px 20px;
  }
  #single-product #header .header-section-products .title-section {
    font-size: 20px;
  }
  #single-product #header .header-section-products .sub-title-section {
    font-size: 14px;
    margin-top: 15px;
  }
  #single-product #header .header-section-products .tabulation-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    list-style: none;
    margin-top: 30px;
    padding: 0;
    overflow-x: auto;
    width: 100%;
    margin-left: auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #single-product #header .header-section-products .tabulation-items li {
    margin-right: 10px;
  }
  #single-product #header .header-section-products .tabulation-items li label {
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    color: #0e1012;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-top: 1px solid #f0f0f0;
  }
  #single-product #header .header-section-products .tabulation-items li label i {
    font-size: 16px;
  }
  #single-product #header .header-section-products .tabulation-items.active {
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #single-product .content-single-product-bottom {
    margin-top: 10px;
  }
  #single-product .content-single-product-bottom .info-product-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #single-product .content-single-product-bottom .info-product-left .thumbnail {
    width: 150px;
  }
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-10 {
    width: 100%;
  }
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-9 {
    width: 100%;
  }
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-8 {
    width: 100%;
  }
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-7 {
    width: 100%;
  }
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-6 {
    width: 100%;
  }
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-5 {
    width: 100%;
  }
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-4 {
    width: 100%;
  }
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-3 {
    width: 100%;
  }
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-2 {
    width: 100%;
  }
  #single-product .content-single-product-bottom .tabs .content .tab-section .group-section .partie .row-group .form-group.row-1 {
    width: 100%;
  }
}
#vol-wrapper .header-section-vol {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#vol-wrapper .header-section-vol .title-section {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #0e1012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#vol-wrapper .header-section-vol .title-section .picto {
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#vol-wrapper .header-section-vol .title-section .picto img {
  width: 100%;
  height: 100%;
}
#vol-wrapper .header-section-vol .group-btns {
  margin-top: 30px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
#vol-wrapper .header-section-vol .group-btns .btn-left {
  padding: 10px;
  background-color: #0c0a3b;
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#vol-wrapper .header-section-vol .group-btns .btn-left:hover {
  background: #09387f;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#vol-wrapper .header-section-vol .group-btns .btn-right {
  padding: 10px 30px;
  background-color: #06c;
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#vol-wrapper .header-section-vol .group-btns .btn-right:hover {
  background: #1976d2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#vol-wrapper .group-section {
  font-family: "Gilroy", sans-serif;
}
#vol-wrapper .group-section h2 {
  margin-bottom: 15px;
  color: #004080;
  text-transform: uppercase;
}
#vol-wrapper .group-section h2 strong {
  color: #e41061;
  text-transform: uppercase;
}
#vol-wrapper .group-section h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0e1012;
  border-left: 4px solid #004080;
  padding-left: 10px;
  text-transform: uppercase;
}
#vol-wrapper .group-section h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 8px;
  color: #0e1012;
  border-left: 4px solid #004080;
  padding-left: 10px;
  text-transform: uppercase;
}
#vol-wrapper .group-section .partie {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: white;
}
#vol-wrapper .group-section .partie .row-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
#vol-wrapper .group-section .partie .row-group .form-group {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  width: 100%;
}
#vol-wrapper .group-section .partie .row-group .form-group.row-10 {
  width: calc(10% - 15px);
}
#vol-wrapper .group-section .partie .row-group .form-group.row-9 {
  width: calc(11.1111111111% - 15px);
}
#vol-wrapper .group-section .partie .row-group .form-group.row-8 {
  width: calc(12.5% - 15px);
}
#vol-wrapper .group-section .partie .row-group .form-group.row-7 {
  width: calc(14.2857142857% - 15px);
}
#vol-wrapper .group-section .partie .row-group .form-group.row-6 {
  width: calc(16.6666666667% - 15px);
}
#vol-wrapper .group-section .partie .row-group .form-group.row-5 {
  width: calc(20% - 15px);
}
#vol-wrapper .group-section .partie .row-group .form-group.row-4 {
  width: calc(25% - 15px);
}
#vol-wrapper .group-section .partie .row-group .form-group.row-3 {
  width: calc(33.3333333333% - 15px);
}
#vol-wrapper .group-section .partie .row-group .form-group.row-2 {
  width: calc(50% - 15px);
}
#vol-wrapper .group-section .partie .row-group .form-group.row-1 {
  width: calc(75% - 15px);
}
#vol-wrapper .group-section .partie .row-group .form-group button {
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#vol-wrapper .group-section .partie .row-group .form-group button:hover {
  background-color: #0066cc;
}
#vol-wrapper .group-section .partie .row-group .form-group label {
  display: block;
  font-weight: 400;
  color: #0e1012;
  font-size: 13px;
  margin-bottom: -7px;
  margin-left: 25px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 0 7px;
  border-radius: 40px;
}
#vol-wrapper .group-section .partie .row-group .form-group input[type=text],
#vol-wrapper .group-section .partie .row-group .form-group input[type=email],
#vol-wrapper .group-section .partie .row-group .form-group input[type=tel],
#vol-wrapper .group-section .partie .row-group .form-group input[type=date] {
  font-family: "Gilroy", sans-serif;
  width: 100%;
  padding: 10px 10px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #f9fafc;
}
#vol-wrapper .group-section .partie .row-group .form-group input[type=text]:focus,
#vol-wrapper .group-section .partie .row-group .form-group input[type=email]:focus,
#vol-wrapper .group-section .partie .row-group .form-group input[type=tel]:focus,
#vol-wrapper .group-section .partie .row-group .form-group input[type=date]:focus {
  border-color: #004080;
  -webkit-box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
          box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
  outline: none;
}
#vol-wrapper .group-section .partie .row-group .form-group textarea {
  font-family: "Gilroy", sans-serif;
  width: 100%;
  padding: 10px 10px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #f9fafc;
}
#vol-wrapper .group-section .partie .row-group .form-group textarea:focus {
  border-color: #004080;
  -webkit-box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
          box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
  outline: none;
}
#vol-wrapper .group-section .partie .row-group .form-group input[type=checkbox],
#vol-wrapper .group-section .partie .row-group .form-group input[type=radio] {
  display: block;
  accent-color: #004080;
  background-color: transparent;
  margin-right: 6px;
}
#vol-wrapper .group-section .partie .row-group .form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><polygon points="0,0 12,0 6,6" fill="%23999"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
#vol-wrapper .group-section .partie .row-group .form-group select:focus {
  border-color: #007bff;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
#vol-wrapper .group-section .partie .row-group .form-group.checkbox-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#vol-wrapper .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  margin-right: 0;
  margin-left: 0;
  /* Le fond du switch */
}
#vol-wrapper .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper .switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc; /* gris désactivé */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 26px;
}
#vol-wrapper .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper .switch::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
#vol-wrapper .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper input {
  opacity: 0;
  width: 0;
  height: 0;
}
#vol-wrapper .group-section .partie .row-group .form-group.checkbox-group {
  /* Quand la case est cochée */
}
#vol-wrapper .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper input:checked + .switch {
  background-color: #007bff; /* bleu */
}
#vol-wrapper .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper input:checked + .switch::before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
}
#vol-wrapper .group-section .partie .row-group .form-group.checkbox-group {
  /* Quand disabled */
}
#vol-wrapper .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper input:disabled + .switch {
  background-color: #e0e0e0; /* gris clair */
  cursor: not-allowed;
}
#vol-wrapper .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper input:disabled + .switch::before {
  background-color: #bdbdbd;
}
#vol-wrapper .group-section .partie .row-group .form-group.listing-chexbox {
  display: block;
  margin: 20px 0 40px;
}
#vol-wrapper .group-section .partie .row-group .form-group.listing-chexbox .select-all-item label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-left: 0;
  padding: 0 0;
}
#vol-wrapper .group-section .partie .row-group .form-group.listing-chexbox .select-all-item label span {
  font-size: 15px;
}
#vol-wrapper .group-section .partie .row-group .form-group.listing-chexbox .select-all-item label input[type=checkbox] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  cursor: pointer;
}
#vol-wrapper .group-section .partie .row-group .form-group.listing-chexbox .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
#vol-wrapper .group-section .partie .row-group .form-group.listing-chexbox .items label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-left: 0;
}
#vol-wrapper .group-section .partie .row-group .form-group.listing-chexbox .items label input[type=checkbox] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  cursor: pointer;
}
#vol-wrapper .group-section .partie .row-group .form-group.multi-select {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content {
  max-width: 50%;
  width: 100%;
}
#vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown {
  position: relative;
  background-color: #f9fafc;
}
#vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .btn-dropdown {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../inc/img/dropdown-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
#vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 5px 10px;
  min-height: 38px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
#vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected .selected-item {
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #0e1012;
}
#vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected .selected-item .remove-item {
  margin-left: 4px;
  cursor: pointer;
  font-weight: bold;
}
#vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected.placeholder {
  color: #999;
}
#vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 2px;
  padding: 5px 0;
}
#vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  cursor: pointer;
}
#vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options label:hover {
  background: #f9f9f9;
}
#vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit {
  width: 100%;
  max-width: 160px;
  padding: 10px 5px;
  background-color: #06c;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit .loop {
  width: 15px;
  height: 15px;
  background-image: url(../inc/img/loupe.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}
#vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit .btn-submit {
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  color: white;
  display: block;
  line-height: 1;
}
#vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit:hover {
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#vol-wrapper .group-section .partie .row-group .validate {
  background-color: #0066cc;
  padding: 10px 25px 10px 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#vol-wrapper .group-section .partie .row-group .validate .loop {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../inc/img/loupe.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
#vol-wrapper .group-section .partie .row-group .validate:hover {
  background: #1976d2;
}
#vol-wrapper .group-section .partie .row-group .reset {
  background-color: transparent;
  padding: 8px 40px;
  border: 1px solid #0c0a3b;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #0e1012;
}
#vol-wrapper .group-section .partie .row-group .reset:hover {
  opacity: 0.3;
}
#vol-wrapper .table-wrapper {
  margin-top: 30px;
}
#vol-wrapper .table-wrapper .header-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#vol-wrapper .table-wrapper .header-table .header-table-left label {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  color: #0e1012;
}
#vol-wrapper .table-wrapper .header-table .header-table-left label #rowsPerPageSelect {
  padding: 4px 8px;
  margin: 0 5px;
}
#vol-wrapper .table-wrapper .header-table .header-table-right label {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  color: #0e1012;
}
#vol-wrapper .table-wrapper .header-table .header-table-right input {
  font-family: "Gilroy", sans-serif;
  padding: 10px 10px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#vol-wrapper .table-wrapper .custom-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  table-layout: fixed;
  overflow-x: auto;
}
#vol-wrapper .table-wrapper .custom-table thead {
  background-color: white;
  border-bottom: 1px solid #ccc;
}
#vol-wrapper .table-wrapper .custom-table thead tr th {
  padding: 10px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
}
#vol-wrapper .table-wrapper .custom-table thead tr th .arrow-tri {
  display: inline-block;
  width: 10px;
  height: 20px;
  background-image: url(../inc/img/arrow-tri.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: right;
}
#vol-wrapper .table-wrapper .custom-table thead tr th:last-child {
  text-align: center;
}
#vol-wrapper .table-wrapper .custom-table thead .filters input {
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 13px;
}
#vol-wrapper .table-wrapper .custom-table thead .filters input:focus {
  outline: none;
  border-color: #004080;
  -webkit-box-shadow: 0 0 4px rgba(0, 64, 128, 0.4);
          box-shadow: 0 0 4px rgba(0, 64, 128, 0.4);
}
#vol-wrapper .table-wrapper .custom-table tbody tr {
  border-bottom: 1px solid #ccc;
  background: #ececec;
}
#vol-wrapper .table-wrapper .custom-table tbody tr:nth-child(even) {
  background: #fff;
}
#vol-wrapper .table-wrapper .custom-table tbody tr td {
  padding: 10px;
  font-size: 13px;
}
#vol-wrapper .table-wrapper .custom-table tbody tr td.actions {
  text-align: center;
}
#vol-wrapper .table-wrapper .custom-table tbody tr td.actions button {
  width: 22px;
  height: 26px;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 72%;
  background-position: center;
  background-color: #0c0a3b;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#vol-wrapper .table-wrapper .custom-table tbody tr td.actions button.view {
  background-image: url(../inc/img/see.svg);
}
#vol-wrapper .table-wrapper .custom-table tbody tr td.actions button.delete {
  background-image: url(../inc/img/delete.svg);
}
#vol-wrapper .table-wrapper .custom-table tbody tr td.actions button:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#vol-wrapper .table-wrapper .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 15px 0;
}
#vol-wrapper .table-wrapper .pagination span {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
}
#vol-wrapper .table-wrapper .pagination .first {
  width: 20px;
  height: 20px;
  background-image: url(../inc/img/double-arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#vol-wrapper .table-wrapper .pagination .arrow-prev {
  width: 40px;
  height: 20px;
  background-image: url(../inc/img/arrow-left-pagination.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#vol-wrapper .table-wrapper .pagination .info {
  font-size: 18px;
  border: none;
  background: none;
  cursor: default;
  font-weight: 500;
  color: #0e1012;
}
#vol-wrapper .table-wrapper .pagination .arrow-next {
  width: 40px;
  height: 20px;
  background-image: url(../inc/img/arrow-right-pagination.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#vol-wrapper .table-wrapper .pagination .last {
  width: 20px;
  height: 20px;
  background-image: url(../inc/img/double-arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1023px) {
  #vol-wrapper .header-section-vol .title-section {
    font-family: "RobotoSlab-Medium";
    font-size: 30px;
    color: #0e1012;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #vol-wrapper .header-section-vol .title-section .picto {
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #vol-wrapper .header-section-vol .title-section .picto img {
    width: 100%;
    height: 100%;
  }
  #vol-wrapper .header-section-vol .group-btns {
    margin-top: 30px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  #vol-wrapper .header-section-vol .group-btns .btn-left {
    padding: 10px;
    background-color: #0c0a3b;
    font-family: "Roboto-Medium";
    font-size: 14px;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #vol-wrapper .header-section-vol .group-btns .btn-left:hover {
    background: #09387f;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #vol-wrapper .header-section-vol .group-btns .btn-right {
    padding: 10px 30px;
    background-color: #06c;
    font-family: "Roboto-Medium";
    font-size: 14px;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #vol-wrapper .header-section-vol .group-btns .btn-right:hover {
    background: #1976d2;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #vol-wrapper .group-section {
    font-family: "Gilroy", sans-serif;
  }
  #vol-wrapper .group-section h2 {
    margin-bottom: 15px;
    color: #004080;
    text-transform: uppercase;
  }
  #vol-wrapper .group-section h2 strong {
    color: #e41061;
    text-transform: uppercase;
  }
  #vol-wrapper .group-section h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0e1012;
    border-left: 4px solid #004080;
    padding-left: 10px;
    text-transform: uppercase;
  }
  #vol-wrapper .group-section h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 8px;
    color: #0e1012;
    border-left: 4px solid #004080;
    padding-left: 10px;
    text-transform: uppercase;
  }
  #vol-wrapper .group-section .partie {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: white;
  }
  #vol-wrapper .group-section .partie .row-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  #vol-wrapper .group-section .partie .row-group .form-group {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    width: 100%;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.row-10 {
    width: 100%;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.row-9 {
    width: 100%;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.row-8 {
    width: 100%;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.row-7 {
    width: 100%;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.row-6 {
    width: 100%;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.row-5 {
    width: 100%;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.row-4 {
    width: 100%;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.row-3 {
    width: 100%;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.row-2 {
    width: 100%;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.row-1 {
    width: 100%;
  }
  #vol-wrapper .group-section .partie .row-group .form-group button {
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #vol-wrapper .group-section .partie .row-group .form-group button:hover {
    background-color: #0066cc;
  }
  #vol-wrapper .group-section .partie .row-group .form-group label {
    display: block;
    font-weight: 400;
    color: #0e1012;
    font-size: 13px;
    margin-bottom: -7px;
    margin-left: 25px;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 0 7px;
    border-radius: 40px;
  }
  #vol-wrapper .group-section .partie .row-group .form-group input[type=text],
  #vol-wrapper .group-section .partie .row-group .form-group input[type=email],
  #vol-wrapper .group-section .partie .row-group .form-group input[type=tel],
  #vol-wrapper .group-section .partie .row-group .form-group input[type=date] {
    font-family: "Gilroy", sans-serif;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: #f9fafc;
  }
  #vol-wrapper .group-section .partie .row-group .form-group input[type=text]:focus,
  #vol-wrapper .group-section .partie .row-group .form-group input[type=email]:focus,
  #vol-wrapper .group-section .partie .row-group .form-group input[type=tel]:focus,
  #vol-wrapper .group-section .partie .row-group .form-group input[type=date]:focus {
    border-color: #004080;
    -webkit-box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
            box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
    outline: none;
  }
  #vol-wrapper .group-section .partie .row-group .form-group textarea {
    font-family: "Gilroy", sans-serif;
    width: 100%;
    padding: 10px 10px 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: #f9fafc;
  }
  #vol-wrapper .group-section .partie .row-group .form-group textarea:focus {
    border-color: #004080;
    -webkit-box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
            box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
    outline: none;
  }
  #vol-wrapper .group-section .partie .row-group .form-group input[type=checkbox],
  #vol-wrapper .group-section .partie .row-group .form-group input[type=radio] {
    display: block;
    accent-color: #004080;
    background-color: transparent;
    margin-right: 6px;
  }
  #vol-wrapper .group-section .partie .row-group .form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><polygon points="0,0 12,0 6,6" fill="%23999"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
    transition: border-color 0.2s, -webkit-box-shadow 0.2s;
    transition: border-color 0.2s, box-shadow 0.2s;
    transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  }
  #vol-wrapper .group-section .partie .row-group .form-group select:focus {
    border-color: #007bff;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }
  #vol-wrapper .group-section .partie .row-group .form-group.checkbox-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin-right: 0;
    margin-left: 0;
    /* Le fond du switch */
  }
  #vol-wrapper .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper .switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; /* gris désactivé */
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 26px;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper .switch::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.checkbox-group {
    /* Quand la case est cochée */
  }
  #vol-wrapper .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper input:checked + .switch {
    background-color: #007bff; /* bleu */
  }
  #vol-wrapper .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper input:checked + .switch::before {
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
  #vol-wrapper .group-section .partie .row-group .form-group.checkbox-group {
    /* Quand disabled */
  }
  #vol-wrapper .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper input:disabled + .switch {
    background-color: #e0e0e0; /* gris clair */
    cursor: not-allowed;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper input:disabled + .switch::before {
    background-color: #bdbdbd;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.listing-chexbox {
    display: block;
    margin: 20px 0 40px;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.listing-chexbox .select-all-item label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    cursor: pointer;
    margin-left: 0;
    padding: 0 0;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.listing-chexbox .select-all-item label span {
    font-size: 15px;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.listing-chexbox .select-all-item label input[type=checkbox] {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    cursor: pointer;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.listing-chexbox .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.listing-chexbox .items label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    cursor: pointer;
    margin-left: 0;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.listing-chexbox .items label input[type=checkbox] {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    cursor: pointer;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.multi-select {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content {
    max-width: 50%;
    width: 100%;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown {
    position: relative;
    background-color: #f9fafc;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .btn-dropdown {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../inc/img/dropdown-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 10px;
    min-height: 38px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected .selected-item {
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    color: #0e1012;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected .selected-item .remove-item {
    margin-left: 4px;
    cursor: pointer;
    font-weight: bold;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected.placeholder {
    color: #999;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 2px;
    padding: 5px 0;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    cursor: pointer;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options label:hover {
    background: #f9f9f9;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit {
    width: 100%;
    max-width: 160px;
    padding: 10px 5px;
    background-color: #06c;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit .loop {
    width: 15px;
    height: 15px;
    background-image: url(../inc/img/loupe.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit .btn-submit {
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    color: white;
    display: block;
    line-height: 1;
  }
  #vol-wrapper .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit:hover {
    opacity: 0.5;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #vol-wrapper .group-section .partie .row-group .validate {
    background-color: #0066cc;
    padding: 10px 25px 10px 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #vol-wrapper .group-section .partie .row-group .validate .loop {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../inc/img/loupe.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
  }
  #vol-wrapper .group-section .partie .row-group .validate:hover {
    background: #1976d2;
  }
  #vol-wrapper .group-section .partie .row-group .reset {
    background-color: transparent;
    padding: 8px 40px;
    border: 1px solid #0c0a3b;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #0e1012;
  }
  #vol-wrapper .group-section .partie .row-group .reset:hover {
    opacity: 0.3;
  }
  #vol-wrapper .table-wrapper {
    margin-top: 30px;
  }
  #vol-wrapper .table-wrapper .header-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  #vol-wrapper .table-wrapper .header-table .header-table-left label {
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    color: #0e1012;
  }
  #vol-wrapper .table-wrapper .header-table .header-table-left label #rowsPerPageSelect {
    padding: 4px 8px;
    margin: 0 5px;
  }
  #vol-wrapper .table-wrapper .header-table .header-table-right label {
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    color: #0e1012;
  }
  #vol-wrapper .table-wrapper .header-table .header-table-right input {
    font-family: "Gilroy", sans-serif;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  #vol-wrapper .table-wrapper .custom-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    table-layout: fixed;
    overflow-x: auto;
    display: block;
  }
  #vol-wrapper .table-wrapper .custom-table thead {
    background-color: white;
    border-bottom: 1px solid #ccc;
  }
  #vol-wrapper .table-wrapper .custom-table thead th {
    white-space: nowrap;
    min-width: 135px;
  }
  #vol-wrapper .table-wrapper .custom-table thead th .arrow-tri {
    display: inline-block;
    width: 10px;
    height: 20px;
    background-image: url(../inc/img/arrow-tri.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    float: right;
  }
  #vol-wrapper .table-wrapper .custom-table thead th:last-child {
    text-align: center;
  }
  #vol-wrapper .table-wrapper .custom-table thead .filters input {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 13px;
  }
  #vol-wrapper .table-wrapper .custom-table thead .filters input:focus {
    outline: none;
    border-color: #004080;
    -webkit-box-shadow: 0 0 4px rgba(0, 64, 128, 0.4);
            box-shadow: 0 0 4px rgba(0, 64, 128, 0.4);
  }
  #vol-wrapper .table-wrapper .custom-table tbody tr {
    border-bottom: 1px solid #ccc;
    background: #ececec;
  }
  #vol-wrapper .table-wrapper .custom-table tbody tr:nth-child(even) {
    background: #fff;
  }
  #vol-wrapper .table-wrapper .custom-table tbody tr td {
    padding: 10px;
    font-size: 12px;
  }
  #vol-wrapper .table-wrapper .custom-table tbody tr td.actions {
    text-align: center;
  }
  #vol-wrapper .table-wrapper .custom-table tbody tr td.actions button {
    width: 22px;
    height: 26px;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 72%;
    background-position: center;
    background-color: #0c0a3b;
    border-radius: 6px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #vol-wrapper .table-wrapper .custom-table tbody tr td.actions button.view {
    background-image: url(../inc/img/see.svg);
  }
  #vol-wrapper .table-wrapper .custom-table tbody tr td.actions button.delete {
    background-image: url(../inc/img/delete.svg);
  }
  #vol-wrapper .table-wrapper .custom-table tbody tr td.actions button:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
/* Container */
.container {
  padding: 16px 0;
  /* STEPPER */
}
.container .stepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  padding-bottom: 12px;
  position: relative;
  z-index: 1;
}
.container .stepper .step {
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 6px 14px;
  position: relative;
  z-index: 1;
}
.container .stepper .step .step_bubble {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: block;
  place-items: center;
  background-color: #eceef2;
  color: #0c0a3b;
  font-family: "Roboto-Medium";
  font-size: 14px;
  border: 1px solid #e41061;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.container .stepper .step .step_label {
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: #e41061;
  margin-top: 15px;
}
.container .stepper .step.active .step_bubble {
  background-color: #e41061;
  -webkit-box-shadow: 0 6px 18px white;
          box-shadow: 0 6px 18px white;
  color: white;
}
.container .stepper .step.completed .step_bubble {
  background-color: #236192;
  color: white;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border: 1px solid #236192;
}
.container .stepper .step.completed .step_label {
  color: #236192;
}
.container .stepper::before {
  content: "";
  display: block;
  background-color: #eceef2;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  z-index: 0;
}
.container .stepper::after {
  content: "";
  display: block;
  background-color: #236192;
  width: var(--progress-width, 0%);
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  z-index: 0;
}
.container {
  /* Panels */
}
.container #steps .panel {
  background: transparent;
  margin-top: 18px;
  border-radius: 8px;
  display: none;
}
.container #steps .panel.active {
  display: block;
}
.container #steps .panel .content-step .continer-step {
  border-left: 4px solid #236192;
  border-radius: 10px;
  padding-left: 10px;
}
.container #steps .panel .content-step .continer-step .title-continer {
  font-family: "Roboto-Medium";
  font-size: 24px;
  color: #236192;
}
.container #steps .panel .content-step .continer-step .group-section {
  font-family: "Gilroy", sans-serif;
}
.container #steps .panel .content-step .continer-step .group-section h2 {
  margin-bottom: 15px;
  color: #004080;
  text-transform: uppercase;
}
.container #steps .panel .content-step .continer-step .group-section h2 strong {
  color: #e41061;
  text-transform: uppercase;
}
.container #steps .panel .content-step .continer-step .group-section h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0e1012;
  border-left: 4px solid #004080;
  padding-left: 10px;
  text-transform: uppercase;
}
.container #steps .panel .content-step .continer-step .group-section h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 8px;
  color: #0e1012;
  border-left: 4px solid #004080;
  padding-left: 10px;
  text-transform: uppercase;
}
.container #steps .panel .content-step .continer-step .group-section .partie {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: white;
}
.container #steps .panel .content-step .continer-step .group-section .partie h2 {
  font-family: "Roboto-Medium";
  font-size: 24px;
  color: #236192;
  text-transform: initial;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  width: 100%;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-10 {
  width: calc(10% - 15px);
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-9 {
  width: calc(11.1111111111% - 15px);
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-8 {
  width: calc(12.5% - 15px);
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-7 {
  width: calc(14.2857142857% - 15px);
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-6 {
  width: calc(16.6666666667% - 15px);
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-5 {
  width: calc(20% - 15px);
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-4 {
  width: calc(25% - 15px);
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-3 {
  width: calc(33.3333333333% - 15px);
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-2 {
  width: calc(50% - 15px);
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-1 {
  width: calc(75% - 15px);
}
@media (max-width: 1023px) {
  .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-10, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-9, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-8, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-7, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-6, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-5, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-4, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-3, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-2, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-1 {
    width: calc(33.3333333333% - 15px);
  }
}
@media (max-width: 767px) {
  .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-10, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-9, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-8, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-7, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-6, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-5, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-4, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-3, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-2, .container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.row-1 {
    width: 100%;
  }
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group button {
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group button:hover {
  background-color: #0066cc;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group label {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  color: #222;
  font-size: 13px;
  margin-bottom: -7px;
  margin-left: 5px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 0 7px;
  border-radius: 40px;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group input[type=text],
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group input[type=time],
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group input[type=email],
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group input[type=tel],
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group input[type=date] {
  font-family: "Gilroy", sans-serif;
  width: 100%;
  padding: 10px 10px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #f9fafc;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group input[type=text]:focus,
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group input[type=time]:focus,
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group input[type=email]:focus,
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group input[type=tel]:focus,
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group input[type=date]:focus {
  border-color: #004080;
  -webkit-box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
          box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
  outline: none;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group textarea {
  font-family: "Gilroy", sans-serif;
  width: 100%;
  padding: 10px 10px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #f9fafc;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group textarea:focus {
  border-color: #004080;
  -webkit-box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
          box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
  outline: none;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group input[type=checkbox],
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group input[type=radio] {
  display: block;
  accent-color: #004080;
  background-color: transparent;
  margin-right: 6px;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 40px 8px 15px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><polygon points="0,0 12,0 6,6" fill="%23999"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group select:focus {
  border-color: #007bff;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.checkbox-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #1e90ff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px rgba(30, 144, 255, 0.3);
          box-shadow: 0 2px 6px rgba(30, 144, 255, 0.3);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1e90ff;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper input[type=radio]:hover {
  -webkit-box-shadow: 0 0 8px rgba(30, 144, 255, 0.5);
          box-shadow: 0 0 8px rgba(30, 144, 255, 0.5);
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.checkbox-group .checkbox-wrapper label {
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #0e1012;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 0;
  margin-bottom: 0;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.checkbox-group .text-validator {
  margin-bottom: 0;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.listing-chexbox {
  display: block;
  margin: 20px 0 40px;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.listing-chexbox .select-all-item label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-left: 0;
  padding: 0 0;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.listing-chexbox .select-all-item label span {
  font-size: 15px;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.listing-chexbox .select-all-item label input[type=checkbox] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  cursor: pointer;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.listing-chexbox .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.listing-chexbox .items label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-left: 0;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.listing-chexbox .items label input[type=checkbox] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  cursor: pointer;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.multi-select {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Gilroy", sans-serif;
  background-color: #fff;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.multi-select .form-group-content {
  max-width: 50%;
  width: 100%;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.multi-select .form-group-content label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown {
  position: relative;
  background-color: #f9fafc;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .btn-dropdown {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../inc/img/dropdown-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 5px 10px;
  min-height: 38px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected .selected-item {
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  color: #0e1012;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected .selected-item .remove-item {
  margin-left: 4px;
  cursor: pointer;
  font-weight: bold;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected.placeholder {
  color: #999;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 2px;
  padding: 5px 0;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  cursor: pointer;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options label:hover {
  background: #f9f9f9;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit {
  width: 100%;
  max-width: 160px;
  padding: 10px 5px;
  background-color: #06c;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit .loop {
  width: 15px;
  height: 15px;
  background-image: url(../inc/img/loupe.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit .btn-submit {
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  color: white;
  display: block;
  line-height: 1;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.multi-select .form-group-btn-submit:hover {
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group .text-validator {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #236192;
  display: block;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .form-group.has-error input {
  border: 2px solid #236192;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .validate {
  background-color: #0066cc;
  padding: 10px 25px 10px 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .validate .loop {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../inc/img/loupe.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .validate:hover {
  background: #1976d2;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .reset {
  background-color: transparent;
  padding: 8px 40px;
  border: 1px solid #0c0a3b;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #0e1012;
}
.container #steps .panel .content-step .continer-step .group-section .partie .row-group .reset:hover {
  opacity: 0.3;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal {
  padding: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group {
  display: block;
  border-left: 4px solid transparent;
  border-radius: 10px;
  padding: 15px;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group.__green {
  border-left: 4px solid #03a319;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group.__green h4 {
  color: #03a319;
  border-left: 4px solid #03a319;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group.__blue {
  border-left: 4px solid #236192;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group.__blue h4 {
  color: #236192;
  border-left: 4px solid #236192;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group.__yellow {
  border-left: 4px solid #feb900;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group.__yellow h4 {
  color: #feb900;
  border-left: 4px solid #feb900;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group {
  margin-bottom: 12px;
  display: block;
  width: 100%;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.row-10, .container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.row-9, .container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.row-8, .container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.row-7, .container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.row-6, .container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.row-5, .container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.row-4, .container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.row-3, .container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.row-2, .container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.row-1 {
  width: 100%;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group button {
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group button:hover {
  background-color: #0066cc;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group label {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  color: #222;
  font-size: 13px;
  margin-bottom: -7px;
  margin-left: 5px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 0 7px;
  border-radius: 40px;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group input[type=text],
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group input[type=email],
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group input[type=tel],
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group input[type=date] {
  font-family: "Gilroy", sans-serif;
  width: 100%;
  padding: 10px 10px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #f9fafc;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group input[type=text]:focus,
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group input[type=email]:focus,
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group input[type=tel]:focus,
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group input[type=date]:focus {
  border-color: #004080;
  -webkit-box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
          box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
  outline: none;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group textarea {
  font-family: "Gilroy", sans-serif;
  width: 100%;
  padding: 10px 10px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #f9fafc;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group textarea:focus {
  border-color: #004080;
  -webkit-box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
          box-shadow: 0 0 4px rgba(0, 64, 128, 0.3);
  outline: none;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group input[type=checkbox],
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group input[type=radio] {
  display: block;
  accent-color: #004080;
  background-color: transparent;
  margin-right: 6px;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 40px 8px 15px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><polygon points="0,0 12,0 6,6" fill="%23999"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group select:focus {
  border-color: #007bff;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.checkbox-simple .checkbox-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.checkbox-simple .checkbox-wrapper input {
  margin-right: 5px;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.checkbox-simple .checkbox-wrapper label {
  background-color: transparent !important;
  margin-left: 0 !important;
  margin-bottom: 0;
  padding: 0 0;
  cursor: pointer;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.checkbox-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.checkbox-group .checkbox-wrapper {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  margin-right: 0;
  margin-left: 0;
  /* Le fond du switch */
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.checkbox-group .checkbox-wrapper .switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc; /* gris désactivé */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 26px;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.checkbox-group .checkbox-wrapper .switch::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.checkbox-group .checkbox-wrapper input {
  opacity: 0;
  width: 0;
  height: 0;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.checkbox-group .label-checkbox {
  font-size: 13px;
  color: #0e1012;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.checkbox-group {
  /* Quand la case est cochée */
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.checkbox-group .checkbox-wrapper input:checked + .switch {
  background-color: #007bff; /* bleu */
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.checkbox-group .checkbox-wrapper input:checked + .switch::before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.checkbox-group {
  /* Quand disabled */
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.checkbox-group .checkbox-wrapper input:disabled + .switch {
  background-color: #e0e0e0; /* gris clair */
  cursor: not-allowed;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.checkbox-group .checkbox-wrapper input:disabled + .switch::before {
  background-color: #bdbdbd;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.listing-chexbox {
  display: block;
  margin: 20px 0 40px;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.listing-chexbox .select-all-item label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-left: 0;
  padding: 0 0;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.listing-chexbox .select-all-item label span {
  font-size: 15px;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.listing-chexbox .select-all-item label input[type=checkbox] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  cursor: pointer;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.listing-chexbox .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.listing-chexbox .items label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-left: 0;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.listing-chexbox .items label input[type=checkbox] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  cursor: pointer;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.multi-select {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Gilroy", sans-serif;
  background-color: #fff;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.multi-select .form-group-content {
  max-width: 50%;
  width: 100%;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.multi-select .form-group-content label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.multi-select .form-group-content .multi-select-dropdown {
  position: relative;
  background-color: #f9fafc;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .btn-dropdown {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../inc/img/dropdown-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 5px 10px;
  min-height: 38px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected .selected-item {
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  color: #0e1012;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected .selected-item .remove-item {
  margin-left: 4px;
  cursor: pointer;
  font-weight: bold;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-selected.placeholder {
  color: #999;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 2px;
  padding: 5px 0;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  cursor: pointer;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.multi-select .form-group-content .multi-select-dropdown .dropdown-options label:hover {
  background: #f9f9f9;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.multi-select .form-group-btn-submit {
  width: 100%;
  max-width: 160px;
  padding: 10px 5px;
  background-color: #06c;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.multi-select .form-group-btn-submit .loop {
  width: 15px;
  height: 15px;
  background-image: url(../inc/img/loupe.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.multi-select .form-group-btn-submit .btn-submit {
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  color: white;
  display: block;
  line-height: 1;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.multi-select .form-group-btn-submit:hover {
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .form-group.has-error input {
  border: 2px solid #236192;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .validate {
  background-color: #0066cc;
  padding: 10px 25px 10px 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .validate .loop {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../inc/img/loupe.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .validate:hover {
  background: #1976d2;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .reset {
  background-color: transparent;
  padding: 8px 40px;
  border: 1px solid #0c0a3b;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #0e1012;
}
.container #steps .panel .content-step .continer-step .group-section .partie.horizontal .row-group .reset:hover {
  opacity: 0.3;
}
.container #steps .panel .content-step .continer-step .group-section .partie {
  /* ============================= */
  /* Variables */
  /* ============================= */
  /* ============================= */
  /* Container */
  /* ============================= */
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 0;
  font-family: "Roboto-Regular";
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .container #steps .panel .content-step .continer-step .group-section .partie .pricing-container {
    display: block;
  }
}
.container #steps .panel .content-step .continer-step .group-section .partie {
  /* ============================= */
  /* Main Table Styles */
  /* ============================= */
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table {
  width: 100%;
  max-width: 56rem; /* 4xl */
  border: 2px solid #e5e7eb;
  border-radius: 1px;
  border-collapse: collapse;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table th,
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table td {
  border: 1px solid #e5e7eb;
  font-size: 14px;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table th .title-cell,
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table td .title-cell {
  display: block;
  text-align: center;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table tr {
  border-left: 3px solid #e5e7eb;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table tr td.multi-field {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table tr td.multi-field .row-group-multi-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table tr td.multi-field .row-group-multi-fields .label-fields {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 30px;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table tr td.multi-field .row-group-multi-fields .group-fields {
  padding-left: 30px;
  border-left: 2px solid #e5e7eb;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table tr td.multi-field .row-group-multi-fields .group-fields .field {
  display: block;
  margin-top: 40px;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table tr td.multi-field .row-group-multi-fields .group-fields .field:first-child {
  margin-top: 0;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table {
  /* Header */
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table__header {
  background-color: rgba(237, 233, 254, 0.8);
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table__header th {
  font-size: 14px;
  padding: 0.75rem;
  font-style: italic;
  color: #374151;
  text-align: center;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table__header th:first-child {
  text-align: left;
  width: 8rem;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table__header th:last-child {
  width: 8rem;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table {
  /* Row & Label */
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table__row--subtle {
  background-color: rgba(249, 250, 251, 0.3);
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table__label {
  padding: 0.75rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #1f2937;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table__label--merged {
  background-color: rgba(249, 250, 251, 0.3);
  vertical-align: middle;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table {
  /* Cells */
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table__cell {
  padding: 0.5rem;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table__cell--empty {
  background-color: rgba(249, 250, 251, 0.1);
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table__cell--merged-yield {
  padding: 1rem;
  vertical-align: bottom;
  position: relative;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table {
  /* Input Fields */
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table__input {
  width: 100%;
  height: 2rem;
  padding: 0 0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  text-align: center;
  outline: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table__input:focus {
  border-color: #3b82f6;
  -webkit-box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
          box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table {
  /* Yield Wrapper */
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table__yield-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table__yield-wrapper span {
  text-align: left;
  color: #374151;
  font-weight: 500;
  font-size: 0.875rem;
}
.container #steps .panel .content-step .continer-step .group-section .partie .pricing-table__yield-wrapper input {
  text-align: left;
}
.container #steps .panel .content-step .continer-step .group-section .partie {
  /* ============================= */
  /* Taxes Side Panel */
  /* ============================= */
}
.container #steps .panel .content-step .continer-step .group-section .partie .taxes-panel {
  width: 100%;
  max-width: 20rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  table-layout: fixed;
}
.container #steps .panel .content-step .continer-step .group-section .partie .taxes-panel__header {
  background-color: rgba(237, 233, 254, 0.8);
  padding: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
}
.container #steps .panel .content-step .continer-step .group-section .partie .taxes-panel__header h3 {
  margin: 0;
  font-style: italic;
  font-size: 13px;
  color: #0e1012;
  text-align: center;
  border-left: 0;
  padding-left: 0;
}
.container #steps .panel .content-step .continer-step .group-section .partie .taxes-panel__content {
  background-color: #ffffff;
}
.container #steps .panel .content-step .continer-step .group-section .partie .taxes-panel__table {
  width: 100%;
  border-collapse: collapse;
}
.container #steps .panel .content-step .continer-step .group-section .partie .taxes-panel__table td {
  border-bottom: 1px solid #e5e7eb;
  width: 70%;
}
.container #steps .panel .content-step .continer-step .group-section .partie .taxes-panel__table td:last-child {
  border-left: 1px solid #e5e7eb;
}
.container #steps .panel .content-step .continer-step .group-section .partie .taxes-panel__table tr:last-child td {
  border-bottom: none;
}
.container #steps .panel .content-step .continer-step .group-section .partie .taxes-panel__label {
  padding: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #374151;
}
.container #steps .panel .content-step .continer-step .group-section .partie .taxes-panel__input-cell {
  padding: 0.5rem;
}
.container #steps .panel .content-step .continer-step .group-section .partie .taxes-panel__input {
  width: 100%;
  height: 2rem;
  padding: 0 0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  outline: none;
}
.container #steps .panel .content-step .continer-step .group-section .partie .taxes-panel__input:focus {
  border-color: #3b82f6;
}
.container #steps .footer-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container #steps .footer-submit .footer-part-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.container #steps .footer-submit .footer-part-left .prev {
  border: 1px solid #999999;
  background-color: #999999;
  font-size: 14px;
  font-family: "Roboto-Regular";
  padding: 5px 10px;
  border-radius: 6px;
  color: white;
  cursor: pointer;
}
.container #steps .footer-submit .footer-part-left .reset {
  border: 1px solid #e41061;
  background-color: white;
  font-size: 14px;
  font-family: "Roboto-Regular";
  padding: 5px 10px;
  border-radius: 6px;
  color: #e41061;
  cursor: pointer;
}
.container #steps .footer-submit .footer-part-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.container #steps .footer-submit .footer-part-right .next {
  border: 1px solid #236192;
  background-color: #236192;
  font-size: 14px;
  font-family: "Roboto-Regular";
  padding: 5px 10px;
  border-radius: 6px;
  color: white;
  cursor: pointer;
}
.container #steps .footer-submit .footer-part-right .submit {
  border: 1px solid #03a319;
  background-color: #03a319;
  font-size: 14px;
  font-family: "Roboto-Regular";
  padding: 5px 10px;
  border-radius: 6px;
  color: white;
  cursor: pointer;
}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImN1c3RvbS9iYXNlL2dsb2JhbC5zY3NzIiwiY3VzdG9tL2Jhc2Uvbm9ybWFsaXplLnNjc3MiLCJjdXN0b20vYmFzZS9zbGljay5zY3NzIiwiY3VzdG9tL2Jhc2UvZm9udHMuc2NzcyIsImN1c3RvbS9iYXNlL2NvbG9ycy5zY3NzIiwiY3VzdG9tL2Jsb2NzL19sb2dpbi5zY3NzIiwiY3VzdG9tL2Jsb2NzL19kYXNoYm9yZC5zY3NzIiwiY3VzdG9tL21peGlucy90cmFuc2l0aW9ucy5zY3NzIiwiY3VzdG9tL2Jsb2NzL19uYXYtYmFyLnNjc3MiLCJjdXN0b20vYmxvY3MvX3Byb2R1Y3RzLnNjc3MiLCJjdXN0b20vYmxvY3MvX3NpbmdsZS1wcm9kdWN0LnNjc3MiLCJjdXN0b20vYmxvY3MvX3ZvbHMuc2NzcyIsImN1c3RvbS9ibG9jcy9fc2luZ2xlLXZvbC5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQTtFQUNJO0VBQ0E7OztBQUVKO0VBQ0k7RUFDQTtFQUNBOzs7QUFPSjtFQUNJO0VBQ0E7OztBQUlKO0VBQ0k7SUFDSTs7O0FDdEJSO0VBQUU7RUFBdUI7RUFBNEI7RUFBK0I7RUFBb0M7RUFBbUM7OztBQUMzSjtFQUFvWTtFQUFTO0VBQVU7OztBQUN2WjtFQUFrQjtFQUFtQjtFQUFTO0VBQVU7OztBQUN4RDtFQUEyRjs7O0FBQzNGO0VBQUU7RUFBcUI7OztBQUN2QjtFQUFTOzs7QUFDVDtFQUFJO0VBQWU7RUFBWTtFQUFjO0VBQVM7OztBQUN0RDtFQUFlO0VBQWdCO0VBQWU7RUFBWTtFQUFjO0VBQVM7OztBQUNqRjtFQUFROzs7QUFDUjtFQUFHOzs7QUNUSDtBQUVBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFFSjtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTs7QUFHSjtFQUNJO0VBQ0E7OztBQUdSO0FBQUE7RUFFSTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHSjtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUVJO0VBQ0E7O0FBR0o7RUFDSTs7QUFHSjtFQUNJOzs7QUFHUjtFQUNJO0VBQ0E7RUFDQTs7QUFDQTtFQUNJOztBQUVKO0VBQ0k7O0FBRUo7RUFDSTs7QUFYUjtFQWNJOztBQUVBO0VBQ0k7O0FBR0o7RUFDSTs7QUFHSjtFQUNJOztBQUdKO0VBQ0k7RUFDQTtFQUNBOzs7QUFHUjtFQUNJOzs7QUMvRUo7RUFDQztFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRDtFQUNDO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdEO0VBQ0M7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Q7RUFDQztFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFLRDtFQUNDO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQU9EO0VBQ0M7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBTUQ7RUFDQztFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRDtFQUNDO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQU1EO0VBQ0M7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Q7RUFDQztFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRDtFQUNDO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdEO0VBQ0M7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FDdklvQjtBQUNFO0FBQ0M7QUFDRjtBQUVEO0FDbEJyQjtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNJO0VBQ0E7RUFDQTtFQUNBOztBQUdKO0VBQ0k7RUFDQTtFQUNBOztBQUVBO0VBQ0k7RUFDQTtFQUNBOztBQUVBO0VBQ0k7RUFD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O0VBQ0E7RUFDQTtFQUNBOztBQUVBO0FBQUE7RUFDSTs7QUFNUjtBQUFBO0VBQ0k7RUFDQTtFQUNBLE9OOWZoQztFTStmZ0M7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHSjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBSUk7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0k7RUFDQTtFQUVBOztBQUlSO0FBQUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0FBQUE7RUFDSTtFQUNBO0VBRUE7O0FBSVI7QUFBQTtBQUFBO0FBQUE7RUFFSTtFQUNBO0VBQ0E7RUFDQTs7QUFFSjtBQUFBO0VBQ0k7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBR0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHQTtBQUFBO0VBQ0k7RUFDQTtFQUNBOztBQUtSO0FBQUE7RUFDSTtFQUNBO0VBQ0E7O0FBQ0E7QUFBQTtFQUNJOztBQUdKO0FBQUE7RUFDSTtFQUNBO0VBQ0E7O0FBRUE7QUFBQTtFQUNJOztBQUdKO0FBQUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUtaO0FBQUE7RUFDSTtFQUNBOztBQUdJO0FBQUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtBQUFBO0VBQ0k7O0FBR0o7QUFBQTtFQUNJO0VBQ0E7O0FBS1o7QUFBQTtFQUNJO0VBQ0E7RUFDQTs7QUFFQTtBQUFBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtBQUFBO0VBQ0k7RUFDQTs7QUFNaEI7QUFBQTtFQUNJO0VBQ0E7RUFDQTtFQUlBO0VBQ0E7O0FBRUE7QUFBQTtFQUNJO0VBQ0E7O0FBRUE7QUFBQTtFQUNJOztBQUdKO0FBQUE7RUFDSTtFQUNBOztBQUVBO0FBQUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHSjtBQUFBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0FBQUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBLE9OanRCaEQ7O0FNbXRCZ0Q7QUFBQTtFQUNJO0VBQ0E7RUFDQTs7QUFJUjtBQUFBO0VBQ0k7O0FBSVI7QUFBQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0FBQUE7RUFDSTtFQUNBO0VBQ0E7O0FBRUE7QUFBQTtFQUNJOztBQU9wQjtBQUFBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VIdndCeEM7RUFDQTs7QUd5d0J3QztBQUFBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0o7QUFBQTtFQUNJO0VBRUE7RUFDQSxPTnB4QnhDO0VNcXhCd0M7RUFDQTs7QUFHSjtBQUFBO0VBQ0k7RUg5eEI1QztFQUNBOztBR215QjRCO0FBQUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQSxPTnZ5QjVCOztBTXl5QjRCO0FBQUE7RUFDSTs7QUFJUjtBQUFBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHSTtBQUFBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7QUFBQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFSjtBQUFBO0VBQ0k7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtBQUFBO0VBQ0k7RUFDQTtFQUVBOztBQU1oQjtBQUFBO0VBQ0k7O0FBRUE7QUFBQTtFQUNJOztBQUdKO0FBQUE7RUFDSTs7QUFHUjtBQUFBO0VBQ0k7RUFDQTtFQUNBOztBQUdJO0FBQUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VIOTNCNUM7RUFDQTs7QUdrNEJ3QztBQUFBO0VBQ0k7O0FBUzVCO0FBQUE7RUFDSTtFQUNBO0VBQ0E7O0FBRUE7QUFBQTtFQUNJO0VBQ0E7O0FBRUE7QUFBQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0FBQUE7RUFDSTtFQUNBO0VBQ0E7O0FBRUE7QUFBQTtFQUNJOztBQUlSO0FBQUE7RUFDSTtFQUNBOztBQUVBO0FBQUE7RUFDSTs7QUFJUjtBQUFBO0VBQ0k7RUFDQTs7QUFFQTtBQUFBO0VBQ0k7O0FBSVI7QUFBQTtFQUNJO0VBQ0E7O0FBRUE7QUFBQTtFQUNJOztBQU1oQjtBQUFBO0VBQ0k7RUFDQTs7QUFFQTtBQUFBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7QUFBQTtFQUNJO0VBQ0E7RUFDQTs7QUFFQTtBQUFBO0VBQ0k7O0FBSVI7QUFBQTtFQUNJO0VBQ0E7O0FBRUE7QUFBQTtFQUNJOztBQUlSO0FBQUE7RUFDSTtFQUNBOztBQUVBO0FBQUE7RUFDSTs7QUFJUjtBQUFBO0VBQ0k7RUFDQTs7QUFFQTtBQUFBO0VBQ0k7O0FBMXlCaEM7QUFtekJJOztBQUNBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBT0ksT04vL0JSO0VNZ2dDUTs7QUFHSjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQU9JOztBQUtKO0VBQ0k7RUFDQTtFSHZoQ1o7RUFDQTs7QUcwaENRO0VBQ0k7RUg1aENaO0VBQ0E7O0FHOGhDWTtFQUNJOztBQU1oQjtFQUNJO0lBQ0k7SUFDQTs7RUFHSjtJQUNJO0lBQ0E7Ozs7QUFLWjtFQUdZO0lBQ0k7O0VBRUE7SUFDSTs7RUFHSjtJQUNJO0lBQ0E7O0VBS1o7SUFDSTtJQUNBO0lBQ0E7O0VBRUE7SUFDSTtJQUNBO0lBQ0E7O0VBRUE7SUFDSTs7RUFHSjtJQUNJOztFQUVBO0lBQ0ksT05obENoQjtJTWlsQ2dCOztFQU1aO0lBQ0k7O0VBRUE7SUFDSTs7RUFHSjtJQUNJO0lBQ0E7O0VBRUE7SUFDSTs7RUFFQTtJQUNJO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFFQTs7RUFFQTtJQUNJOztFQU9aO0FBQUE7SUFFSTtJQUNBO0lBQ0E7O0VBRUk7QUFBQTtJQUNJO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0k7QUFBQTtJQUNJO0lBRUE7O0VBSVI7QUFBQTtJQUVJO0lBQ0E7SUFFQTs7RUFFQTtBQUFBO0lBQ0k7SUFFQTs7RUFJWjtBQUFBO0lBQ0k7O0VBR0o7QUFBQTtJQUNJO0lBQ0E7SUFDQTtJQUVBOztFQUdKO0FBQUE7SUFDSTtJQUNBOztFQUdKO0FBQUE7SUFDSTtJQUNBO0lBQ0E7O0VBRUk7QUFBQTtJQUNJOztFQUVBO0FBQUE7SUFDSTtJQUNBO0lBQ0E7SUFDQSxPTjVyQ3BDOztFTThyQ2dDO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0lBS0k7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFHSjtBQUFBO0lBQ0k7O0VBR0o7QUFBQTtJQUNJOztFQUdKO0FBQUE7SUFDSTs7RUFHSjtBQUFBO0lBQ0k7O0VBR0o7QUFBQTtJQUNJOztFQUdKO0FBQUE7SUFDSTs7RUFHSjtBQUFBO0lBQ0k7O0VBR0o7QUFBQTtJQUNJOztFQUdKO0FBQUE7SUFDSTs7RUFJUjtBQUFBO0lBQ0k7SUFDQTs7RUFHSTtBQUFBO0lBQ0k7SUFDQTtJQUNBOztFQUtKO0FBQUE7SUFDSTs7RUFJUjtBQUFBO0lBQ0k7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFFQTtBQUFBO0lBQ0k7O0VBR0o7QUFBQTtJQUNJO0lBQ0E7SUFDQTtJQUNBOztFQUVBO0FBQUE7SUFDSTs7RUFhcEM7SUFDSTs7RUFHSjtJQUNJOzs7QUFPcEI7RUFHWTtJQUNJOztFQUVBO0lBQ0k7O0VBR0o7SUFDSTtJQUNBOztFQUdKO0lBQ0k7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJSHQwQ2hCO0lBQ0E7O0VHdzBDZ0I7SUFDSTs7RUFFQTtJQUNJO0lBQ0E7SUFDQSxPTi8wQ3BCO0lNZzFDb0I7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBRUE7SUFDSTs7RUFLWjtJQUNJO0lILzFDcEI7SUFDQTs7RUdxMkNJO0lBQ0k7O0VBRUE7SUFDSTs7RUFFQTtJQUNJOztFQVlvQjtJQUNJOztFQUdKO0lBQ0k7O0VBR0o7SUFDSTs7RUFHSjtJQUNJOztFQUdKO0lBQ0k7O0VBR0o7SUFDSTs7RUFHSjtJQUNJOztFQUdKO0lBQ0k7O0VBR0o7SUFDSTs7RUFHSjtJQUNJOzs7QUM5NUN4QztFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBO0VBQ0E7RUFDQSxPUFhKO0VPWUk7RUFDQTs7QUFDQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFDSTtFQUNBOztBQUtaO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNJO0VBQ0Esa0JQL0JKO0VPZ0NJLGFSakNBO0VRa0NBO0VBQ0EsT1BuQ1I7RU9vQ1E7RUFDQTtFQUNBO0VKMUNaO0VBQ0E7O0FJNENZO0VBQ0k7RUo5Q2hCO0VBQ0E7O0FJa0RRO0VBQ0k7RUFDQTtFQUNBLGFSbERBO0VRbURBO0VBQ0EsT1BwRFI7RU9xRFE7RUFDQTtFQUNBO0VKM0RaO0VBQ0E7O0FJNkRZO0VBQ0k7RUovRGhCO0VBQ0E7O0FJcUVBO0VBQ0k7O0FBRUE7RUFDSTtFQUNBO0VBQ0E7O0FBQ0E7RUFDSSxPUHhFUjtFT3lFUTs7QUFHUjtFQUNJO0VBQ0E7RUFDQTtFQUNBLE9QdEZKO0VPdUZJO0VBQ0E7RUFDQTs7QUFHSjtFQUNJO0VBQ0E7RUFDQTtFQUNBLE9QaEdKO0VPaUdJO0VBQ0E7RUFDQTs7QUFHSjtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0Esa0JQdkdKOztBT3lHSTtFQUNJO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHQTtFQUNJOztBQUdKO0VBQ0k7O0FBR0o7RUFDSTs7QUFHSjtFQUNJOztBQUdKO0VBQ0k7O0FBR0o7RUFDSTs7QUFHSjtFQUNJOztBQUdKO0VBQ0k7O0FBR0o7RUFDSTs7QUFFSjtFQUNJOztBQUVKO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0k7O0FBTVI7RUFDSTtFQUNBO0VBQ0EsT1BsTGhCO0VPbUxnQjtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdKO0FBQUE7QUFBQTtBQUFBO0VBSUk7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtBQUFBO0FBQUE7QUFBQTtFQUNJO0VBQ0E7RUFDQTs7QUFJUjtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBO0VBQ0E7O0FBSVI7QUFBQTtFQUVJO0VBQ0E7RUFDQTtFQUNBOztBQUVKO0VBQ0k7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBR0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNJO0VBQ0E7RUFDQTs7QUFJUjtFQUNJO0VBQ0E7RUFDQTs7QUFtQkE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUFDQTs7QUFDQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHUjtFQUNJO0VBQ0E7RUFDQTs7QUF2RFo7QUEyREk7O0FBQ0E7RUFDSTs7QUFHSjtFQUNJOztBQWpFUjtBQW9FSTs7QUFDQTtFQUNJO0VBQ0E7O0FBR0o7RUFDSTs7QUFJUjtFQUNJO0VBQ0E7O0FBR0k7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNJOztBQUdKO0VBQ0k7RUFDQTs7QUFLWjtFQUNJO0VBQ0E7RUFDQTs7QUFFQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTtFQUNB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QUFBO0FBQUE7QUFBQTtBQUFBO0VBS0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0k7RUFDQTtFQUVBOztBQUlSO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNJO0VBQ0E7RUFFQTs7QUFJUjtBQUFBO0VBRUk7RUFDQTtFQUNBO0VBQ0E7O0FBR0o7RUFDSTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFHQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdBO0VBQ0k7RUFDQTtFQUNBOztBQUtSO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTs7QUFDQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFJQTtFQUNBO0VBQ0E7RUFDQTs7QUFHSjtFQUNJOztBQUtSO0VBQ0k7RUFDQTtFQUVBO0VBQ0EsT1J4WXhDO0VReVl3QztFQUNBO0VBQ0E7O0FBR1I7RUFDSTs7QUFJUjtFQUNJO0VBQ0E7O0FBR0k7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNJOztBQUdKO0VBQ0k7RUFDQTs7QUFLWjtFQUNJO0VBQ0E7RUFDQTs7QUFFQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBOztBQU1oQjtFQUNJO0VBQ0E7RUFDQTtFQUlBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBOztBQUVBO0VBQ0k7O0FBR0o7RUFDSTtFQUNBOztBQUVBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0o7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBLE9SdmZoRDs7QVF5ZmdEO0VBQ0k7RUFDQTtFQUNBOztBQUlSO0VBQ0k7O0FBSVI7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNJO0VBQ0E7RUFDQTs7QUFFQTtFQUNJOztBQU9wQjtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFTDdpQnhDO0VBQ0E7O0FLK2lCd0M7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHSjtFQUNJO0VBRUE7RUFDQSxPUjFqQnhDO0VRMmpCd0M7RUFDQTs7QUFHSjtFQUNJO0VMcGtCNUM7RUFDQTs7QUt3a0JnQztFQUNJLGFUbmtCdkI7RVNva0J1QjtFQUNBLE9SN2tCakM7RVE4a0JpQzs7QUFHQTtFQUNJOztBQUlaO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0EsT1J4bEI1QjtFUXlsQjRCOztBQUNBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFSjtFQUNJOztBQUdSO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0EsT1JubkI1Qjs7QVFxbkI0QjtFQUNJOztBQUlaO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7O0FBS0E7RUFDSTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQUNJOztBQUNBO0VBQ0ksT1Jub0JwQztFUW9vQm9DOztBQUlSO0VBQ0k7O0FBQ0E7RUFDSSxPUnBwQnJDO0VRcXBCcUM7O0FBR1I7RUFDSTs7QUFFQTtFQUNJLE9ScHBCbkM7RVFxcEJtQzs7QUFHUjtFQUNJO0VBQ0E7RUFDQTs7QUFHQTtFQVVJOztBQUVKO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0k7O0FBTVI7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0o7QUFBQTtBQUFBO0FBQUE7RUFJSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0FBQUE7QUFBQTtBQUFBO0VBQ0k7RUFDQTtFQUVBOztBQUlSO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNJO0VBQ0E7RUFFQTs7QUFJUjtBQUFBO0VBRUk7RUFDQTtFQUNBO0VBQ0E7O0FBRUo7RUFDSTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFHQTtFQUNBO0VBQ0E7RUFFQTtFQUNBOztBQUdBO0VBQ0k7RUFDQTtFQUNBOztBQUtKO0VBQ0k7RUFDQTtFQUNBOztBQUVBO0VBQ0k7O0FBR0o7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUtaO0VBQ0k7RUFDQTtFQUNBOztBQUVBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FBQ0E7O0FBQ0E7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR1I7RUFDSTtFQUNBO0VBQ0E7O0FBR1I7RUFDSTtFQUNBLE9SdjFCeEM7O0FRNHlCZ0M7QUE4Q0k7O0FBQ0E7RUFHSTs7QUFHSjtFQUdJOztBQXhEUjtBQTJESTs7QUFDQTtFQUdJO0VBQ0E7O0FBR0o7RUFHSTs7QUFJUjtFQUNJO0VBQ0E7O0FBR0k7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNJOztBQUdKO0VBQ0k7RUFDQTs7QUFLWjtFQUNJO0VBQ0E7RUFDQTs7QUFFQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBOztBQU1oQjtFQUNJO0VBQ0E7RUFDQTtFQUlBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBOztBQUVBO0VBQ0k7O0FBR0o7RUFDSTtFQUNBOztBQUVBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0o7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBLE9SMTlCcEQ7O0FRNDlCb0Q7RUFDSTtFQUNBO0VBQ0E7O0FBSVI7RUFDSTs7QUFJUjtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0k7RUFDQTtFQUNBOztBQUVBO0VBQ0k7O0FBT3BCO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VMaGhDNUM7RUFDQTs7QUtraEM0QztFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdKO0VBQ0k7RUFFQTtFQUNBLE9SN2hDNUM7RVE4aEM0QztFQUNBOztBQUdKO0VBQ0k7RUx2aUNoRDtFQUNBOztBSzRpQ3dDO0VBQ0k7O0FBSVo7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQSxPUnJqQ2hDO0VRc2pDZ0M7O0FBQ0E7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVKO0VBQ0k7O0FBR1I7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQSxPUmhsQ2hDOztBUWtsQ2dDO0VBQ0k7O0FBcDhCcEI7QUEwOEJJO0FBQ0E7QUFDQTtBQUVBO0FBQ0E7QUFDQTs7QUFDQTtFQUNJO0VBQ0E7RUFDQTtFQUNBLGFUN2xDZjtFUzhsQ2Usa0JScmxDckI7O0FRdWxDaUI7RUFDSTtJQUNJOzs7QUExOUJaO0FBODlCSTtBQUNBO0FBQ0E7O0FBQ0E7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtBQUFBO0VBRUk7RUFDQTs7QUFDQTtBQUFBO0VBQ0k7RUFDQTs7QUFHUjtFQUNJOztBQUVJO0VBQ0k7O0FBQ0E7RUFDSTtFQUNBOztBQUNBO0VBQ0k7RUFDQTs7QUFFSjtFQUNJO0VBQ0E7O0FBRUE7RUFDSTtFQUNBOztBQUNBO0VBQ0k7O0FBdENoQztBQStDSTs7QUFDQTtFQUNJOztBQUVBO0VBQ0k7RUFDQTtFQUNBO0VBQ0EsT1J4cEMzQjtFUXlwQzJCOztBQUVBO0VBQ0k7RUFDQTs7QUFHSjtFQUNJOztBQWhFaEI7QUFxRUk7O0FBRUk7RUFDSTs7QUFTUjtFQUNJO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0k7RUFNQTs7QUE5Rlo7QUFrR0k7O0FBQ0E7RUFDSTs7QUFFQTtFQUNJOztBQVFKO0VBQ0k7RUFDQTtFQUNBOztBQWxIWjtBQXNISTs7QUFDQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNJLGNSeHVDeEI7RVF5dUN3Qjs7QUFwSVo7QUF5SUk7O0FBQ0E7RUFDSTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNJO0VBQ0EsT1JudkMzQjtFUW92QzJCO0VBQ0E7O0FBR0o7RUFDSTs7QUF6bkNoQjtBQThuQ0k7QUFDQTtBQUNBOztBQUNBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNJO0VBQ0E7RUFDQTs7QUFFQTtFQUNJO0VBQ0E7RUFDQTtFQUNBLE9SbnlDaEM7RVFveUNnQztFQUNBO0VBQ0E7O0FBSVI7RUFDSSxrQlIzeEN6Qjs7QVE4eENxQjtFQUNJO0VBQ0E7O0FBRUE7RUFDSTtFQUNBOztBQUVBO0VBQ0k7O0FBSVI7RUFDSTs7QUFJUjtFQUNJO0VBQ0E7RUFDQTtFQUNBLE9ScnpDdkI7O0FRd3pDbUI7RUFDSTs7QUFHSjtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0ksY1IxMEN4Qjs7QVFtMUNSO0VBQ0k7RUFDQTtFQUNBOztBQUNBO0VBQ0k7RUFDQTs7QUFDQTtFQUNJO0VBQ0Esa0JScjJDYjtFUXMyQ2E7RUFDQSxhVGwyQ0g7RVNtMkNHO0VBQ0E7RUFDQSxPUngyQ1o7RVF5MkNZOztBQUVKO0VBQ0k7RUFDQSxrQlI3MkNaO0VRODJDWTtFQUNBLGFUNTJDSDtFUzYyQ0c7RUFDQTtFQUNBLE9SaDNDWjtFUWkzQ1k7O0FBR1I7RUFDSTtFQUNBOztBQUNBO0VBQ0k7RUFDQSxrQlJoNENiO0VRaTRDYTtFQUNBLGFUMTNDSDtFUzIzQ0c7RUFDQTtFQUNBLE9SaDRDWjtFUWk0Q1k7O0FBRUo7RUFDSTtFQUNBLGtCUmo0Q1o7RVFrNENZO0VBQ0EsYVRwNENIO0VTcTRDRztFQUNBO0VBQ0EsT1IxNENaO0VRMjRDWSIsImZpbGUiOiJzdHlsZS5jc3MifQ== */

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