:root {
  --primary: #513E98;
  --primary-user: #4E46DD;
  --primary-hover: #8577b6;
  --secondary: #FAFBFF;
  --tertiary: #FFFDFA;
  --quaternary: #DFDFDF;
  --svg: #6868A7;
  --light: #F4F7FE;
  --grey: #D9D9D9;
  --red: #FE4162;
  --baseline: 16px;
  --title: "Cormorant Garamond", serif;
  --base-size: var(--baseline) * 1.2;
  --disabled: #C3C8DE;
}

/* @import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800"); */

.purple {
  color: var(--primary);
}

.text-color-primary {
  color: var(--primary);
}

a:hover.text-color-primary {
  color: var(--primary-hover);
}

.svg-color-primary {
  fill: var(--primary);
}

.svg-color-primary:hover {
  fill: #ffffff;
}

.svg-color {
  fill: var(--svg);
}

.bg-cream-white {
  background-color: var(--tertiary);
}

.disabled {
  background: var(--disabled);
  pointer-events: none;
  opacity: 0.5;
}

.btn-outline-primary {
  color: var(--primary);
  background: #ffffff;
  border-color: var(--primary);
  border-radius: 8px;
}

a:first-child:hover .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  color: #fff !important;
  background: var(--primary);
  border-color: var(--primary);
}

.btn-primary {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
  border-radius: 10px;
}

.btn-primary:active,
.btn-primary:hover {
  color: var(--primary);
  background: #fff;
  border-color: var(--primary);
}

.btn-primary {
  background-color: var(--primary);
}

.btn-user-dashboard-card {
  color: var(--primary);
  background: #fff ;
  border-radius: 10px ;
  transition: background-color 0.2s ;
}

.btn-user-dashboard-card:active,
.btn-user-dashboard-card:hover {
  color: #fff ;
  background: var(--primary) ;
  border-color: var(--primary) ;
}

.btn-user-dashboard-card {
  background-color: #fff;
}

.btn-user-dashboard {
  color: #fff ;
  background: var(--primary) ;
  border-color: var(--primary) ;
  border-radius: 10px ;
  transition: background-color 0.2s ;
}

.btn-user-dashboard:active,
.btn-user-dashboard:hover {
  color: var(--primary) ;
  background: #fff ;
  border-color: var(--primary) ;
}

.btn-user-dashboard {
  background-color: var(--primary);
}

.btn-user-dashboard:disabled {
  background: var(--tertiary);
  border-color: var(--tertiary);
}

.btn-outline-user-dashboard {
  color: var(--primary) ;
  background: #fff ;
  border: solid;
  border-width: 1px;
  border-radius: 8px ;
  transition: background-color 0.2s ;
}

.btn-outline-user-dashboard:active,
.btn-outline-user-dashboard:hover {
  color: #fff ;
  background: var(--primary) ;
  border-color: var(--primary) ;
}

.btn-outline-user-dashboard {
  background-color: #fff;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.bg-secondary-hover:hover {
  background-color: var(--secondary) !important;
}

.border-secondary {
  border-color: var(--secondary) !important;
}

.bg-tertiary-hover:hover {
  background-color: var(--tertiary) !important;
}

.bg-tertiary {
  background-color: var(--tertiary) !important;
}

.bg-quaternary {
  background-color: var(--quaternary) !important;
}

.border-color-quaternary {
  border-color: var(--quaternary) !important;
}

.bg-red {
  background-color: var(--red) !important;
}

.bg-grey {
  background-color: var(--grey) !important;
}

.gradient-purple-2 {
  background-image: linear-gradient(-30deg, var(--tertiary) 0%, var(--primary) 70%);
}

.space-scrollbar::-webkit-scrollbar {
  /* width */
  width: 10px;
}

/* Track */
.space-scrollbar::-webkit-scrollbar-track {
  background: #ffffff !important;
  border-radius: 1rem;
}

/* Handle */
.space-scrollbar::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 1rem;
}

/* Handle on hover */
.space-scrollbar::-webkit-scrollbar-thumb:hover {
  background: var(--primary-hover);
}

@media (min-width: 768px) {
  .mobile-view {
    display: none !important;
  }

  .cadre-350 {
    width: 350px !important;
  }

}

@media (max-width: 768px) {
  .desktop-view {
    display: none !important;
  }

  .switchText {
    max-width: 92px !important;
  }

  .mobile-view-width-auto {
    width: auto !important;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.625rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #D9DEE3;
  appearance: none;
  border-radius: 0.188rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group {
  margin-bottom: 1rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col, .form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

input:invalid {
  border-color: red;
}

[data-title]:hover::after {
  opacity: 1;
  transition: all 0.1s ease 0.25s;
  visibility: visible;
}

[data-title]::after {
  content: attr(data-title);
  background-color: var(--primary);
  color: white;
  position: absolute;
  padding: 8px 12px 8px 12px;
  margin-top: 2rem;
  margin-left: -2rem;
  margin-right: 2rem;
  border-radius: 10px;
  border-color: var(--quaternary);
  border-width: 2px;
  border-style: solid;
  z-index: 99;
  visibility: hidden;
}

[data-title-left]:hover::after {
  opacity: 1;
  transition: all 0.1s ease 0.25s;
  visibility: visible;
}

[data-title-left]::after {
  content: attr(data-title-left);
  background-color: var(--primary);
  color: white;
  position: absolute;
  padding: 8px 12px 8px 12px;
  margin-top: 2rem;
  transform: translateX(-100%);
  border-radius: 10px;
  border-color: var(--quaternary);
  border-width: 2px;
  border-style: solid;
  min-width: 250px;
  z-index: 99;
  visibility: hidden;
}

.slider-caption {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.slider-caption h1 {
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
}

.bredcrumb {
  height: 240px;
  padding-top: 120px;
  align-items: start;
  background-repeat: no-repeat;
  background-position: 50% 10%;
  color: white !important;
}

.bredcrumb.room {
  height: 680px;
  padding-top: 120px;
  align-items: start;
  background-repeat: no-repeat;
  background-position: 50% 10%;
  color: white !important;
}

.bredcrumb.event {
  height: 380px;
  padding-top: 0px;
  margin-top: 0px;
  align-items: start;
  background-repeat: no-repeat;
  background-position: 50% 10%;
}

.bredcrumb.room h1 {
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 400;
}

.bredcrumb.room h2,
.bredcrumb.event h2 {
  font-size: 24px;
  text-align: left;
  line-height: 30px;
  display: inline-block;
  font-weight: 400;
}

.bredcrumb h1 {
  color: white !important;
  font-family: "Raleway", sans-serif;
  z-index: 10;
  font-size: 38px;
  letter-spacing: 3px;
  font-weight: 600;
}

.bredcrumb h2 {
  color: white !important;
  font-family: "Raleway", sans-serif;
  z-index: 10;
  font-size: 38px;
  letter-spacing: 3px;
  font-weight: 600;
}

.navbar {
  opacity: 1;
}

img[data-dz-thumbnail] {
  width: auto;
  height: 120px;
}

.fancy-checkbox input[type="checkbox"],
.fancy-checkbox .checked {
  display: none;
}

.content {
  display: flex;
  flex-direction: column;
  margin: auto;
  text-align: center;
  transform: translateY(5%);
}

.radioGroup {
  --color: var(--tertiary);
  --border-width: 2px;
  display: flex;
  width: 100%;
}

.radioGroup label {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}

.radioGroup label input {
  display: none;
}

.radioGroup label input+span {
  color: #91959b;
  transition: all 0.3s;
}

.radioGroup label input:checked+span {
  z-index: 2;
  background: var(--color);
  color: #fff;
  border-radius: 100px !important;
}

.radioGroup label:hover input+span {
  z-index: 1;
}

.radioGroup label:first-child input+span {
  border-radius: 100px 0 0 100px;
}

.radioGroup label:last-child input+span {
  border-radius: 0 100px 100px 0;
}

.radioGroup label:first-child {
  border-radius: 100px 0 0 100px;
  margin-left: auto;
}

.radioGroup label:last-child {
  border-radius: 0 100px 100px 0;
  margin-right: auto;
}

.isotope:after {
  content: "";
  display: block;
  clear: both;
}



.dz-size {
  display: none;
}

.dropzone {
  border: 1px dashed var(--tertiary);
  background: white;
}

.overlay-shadow:after {
  opacity: 0.3;
}

.disc {
  list-style-type: disc;
}

.avatar {
  width: 64px;
  height: 64px;
  object-fit: cover;
  background-color: #444;
}

a.navbar-company {
  color: white;
  font-size: 15px;
  display: inline-block;
  padding-top: 4px;
  font-weight: 500;
}

@media (min-width: 768px) {
  nav.navbar.navbar-sticky {
    padding: 5px;
  }

  nav.navbar a.nav-link {
    padding: 0 10px 0 10px !important;
  }
}

nav.navbar .navbar-brand:before {
  width: 0;
  height: 0;
}

.db-title {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e0e0e0;
}

.db-title h3 {
  margin: 0;
  padding: 0;
  line-height: 38px;
}

.text-small {
  font-size: 85%;
}

.blog-body h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.blog-body img {
  margin: 20px;
}

.manage-description {
  padding: 10px;
  border: solid 1px #c0c0c0;
}

.page-title {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: solid 1px #e0e0e0;
}

.page-title .back-button {
  color: black;
  margin-right: 10px;
}

.page-title .back-button:after {
  content: ">";
  margin-left: 10px;
}

.page-title h5 {
  display: inline-block;
}

.toolbar {
  /* border-top:solid 1px #E0E0E0; */
  border-bottom: solid 1px #e0e0e0;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.toolbar .btn-secondary,
.btn-light {
  background-color: white;
  color: black !important;
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  text-transform: none;
}

.btn-primary:disabled {
  background: var(--tertiary);
  border-color: var(--tertiary);
}

.pointer {
  cursor: pointer;
}

.breadcrumb-container {
  position: relative;
  margin-top: 30px;
  margin-right: 1rem;
  margin-bottom: 0;
  margin-left: 1rem;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  list-style-type: none;
}

.breadcrumb-container>li {
  z-index: 1;
}

.breadcrumb-container:before {
  content: "";
  position: absolute;
  height: 5px;
  width: calc(100% - 20px);
  top: 18px;
  left: 15px;
  background-color: #e9ecee;
  z-index: 0;
}

.breadcrumb-container .steps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
}

.breadcrumb-container .step-number {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e9ecee;
  border: 2px solid #e9ecee;
  border-radius: 50%;
}

.breadcrumb-container .active .step-number {
  background-color: var(--tertiary);
  color: #fff;
  border: 2px solid var(--tertiary);
}

.breadcrumb-container .done .step-number {
  background-color: #fff;
  border: 2px solid #eee;
}

.breadcrumb-container .step-text {
  display: none;
}

@media (min-width: 568px) {
  .breadcrumb-container .step-text {
    display: flex;
    color: #68737a;
    font-size: 1rem;
    justify-content: center;
    line-height: 1.5rem;
    text-align: center;
    max-width: 5rem;
    padding-top: 10px;
  }
}

.section-flowers {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-flowers h1 {
  color: #d0d0d0;
}

.avis-google {
  background: #2b85fc;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 7px 14px 7px 7px;
  border-radius: 25px;
  margin-right: 15px;
}

.avis-google:visited {
  color: white;
}

.avis-google img {
  width: 30px;
  margin-right: 10px;
}

.event-date {
  font-weight: 600;
  font-size: 18px;
}

.invitation {
  padding: 20px;
  background-color: #f0f0f0;
}

.invitation .form-control {
  background-color: white;
}

/* Utility class */
/* based on the popular tachyons and tailswind */

.no-before:before {
  content: none !important;
}

.image-select input[type="radio"]:checked+label {
  border-color: var(--tertiary);
}

.font-page-defunt {
  font-style: normal;
  font-weight: bold;
}

.cadre-message {
  width: 425px;
  height: 78px;
  left: 712px;
  top: 2946px;
  background: #FFFFFF;
  border-radius: 8px;
}

.cadre-services-accompagnement {
  width: 225px;
  height: 150px;
  background: #FFFFFF;
  box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.2);
  border-radius: 19px;
}


.cadre1 {
  width: 825px;
  height: 450px;
  left: 165px;
  top: 510px;
  background: #FFFFFF;
  box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.2);
  border-radius: 19px;
}

.cadre2 {
  background: var(--tertiary);
  border-radius: 1rem;
}

.cadre4 {
  background: var(--secondary);
}

.cadre-memory {
  break-inside: avoid;
  background: var(--secondary);
  padding: 1.5rem;
  border-radius: 1rem;
  margin-bottom: 1.25rem;
}

.cadre-memory img {
  border-radius: 0.375rem;
}

.b-cybille {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.flower-text {
  font-size: 16px;
  line-height: 19px;
  color: #FBBEBE;
}

.titre-flower {
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  color: #000000;
}


.cadre-text-flower {
  width: 552px;
  height: 91px;
  left: 715px;
  top: 522px;
  background: var(--secondary);
  border-radius: 4px;
}

.cadre-radio-flower {
  width: 552px;
  height: 58px;
  left: 715px;
  top: 634px;
  background: rgba(255, 64, 97, 0.1);
  border-radius: 4px;
}

.text-flower-info {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}


.cadre-cagnotte {
  padding: 20px;
  background: var(--secondary);
  border-radius: 1rem;
}

.text-price {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.price-box {
  border: 1px solid #6C757D;
  box-sizing: border-box;
  border-radius: 40px;
}


.coeur {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 57px;
  background-color: var(--tertiary);
  border-top-right-radius: 23px;
  border-bottom-left-radius: 23px;
  background-image: url("/img/home/icon_coeur.svg");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
}

/*

header {
  background-color:rgba(33, 33, 33, 0.9);
  color:#ffffff;

}
*/

.nav-item {
  position: relative;
}

.navbar-collapse ul li a.nav-link:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  content: '';
  opacity: 0;
  -ms-transition: opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.navbar-collapse ul li:hover a.nav-link:before {
  opacity: 1;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  bottom: 0px;
  background: var(--primary);

}

.navbarDropdownSaw:hover .navbarSlide {
  max-height: 1000px;
  transition: max-height 0.4s ease-in;
}

.navbarDropdownSaw:hover .navbarSlide .navbarSlideChild {
  visibility: visible;
}

.navbarSlide {
  clear: both;
  max-height: 0;
  transition: max-height 0.4s ease-out;
  overflow: hidden;
  transition: height .4s ease;
}

.navbarSlideChild {
  visibility: hidden;
}

.text-room-size {
  font-size: 18px !important;
  line-height: 23px !important;
}

.titre-navbar {
  color: #000000;
  font-family: 'Spectral', serif;
}

.titre-home {
  font-size: 43px;
  line-height: 50px;
}

.text-livre-or {
  font-size: 15px;
  line-height: 18px;
  color: #040404;
}

.text-nav {
  font-size: 20px;
  line-height: 23px;
  color: #000000;

}

.titre-banner {
  font-size: 65px;
  line-height: 76px;
  color: #000000;
}


.euros {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}


.line {
  height: 1px;
  background-color: var(--tertiary);
  width: 100%;
}

.line2 {
  height: 1px;
  background-color: var(--tertiary);
  width: 40%;
}

.line3 {
  height: 1px;
  background-color: var(--tertiary);
  width: 20%;
}

.line3-purple {
  height: 1px;
  background-color: #513E98;
  width: 20%;
}

.mt-100 {
  margin-top: 100px
}

@media(max-width:767px) {
  .card {
    width: 90vw;
  }
}

.card-img {
  padding: 20px 0;
  width: 40%
}

.card-img img {
  opacity: 0.7
}

.card-title {
  margin-bottom: unset
}


.card-text p {
  color: grey;
  font-size: 25px;
  text-align: center;
  padding: 3vh 0;
  font-weight: lighter
}

.btn-modale {
  width: 100%;
  border-radius: 25px;
  color: white;
  font-size: 20px
}

.text-livre-or2 {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}


@media (max-width:767px) {
  .img-flower {
    width: 100%;
  }
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: 'FontAwesome';
  font-size: 2rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: '\f106';
}

.cadre-cagnotte {
  background: var(--secondary);
  border-radius: 1rem;
}


.msg {
  margin-top: 25px;
  display: none;
  color: #fff;
}

.line-flower {
  position: absolute;
  width: 540px;
  height: 0px;
  top: 551px;
  border: 1px solid #000000;
}

.payement-text {
  font-weight: 600;
  font-size: 31px;
  line-height: 36px;
  text-align: center;
  color: #000000;

}

.text-h-limited {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-livres-h-limited {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width:767px) {
  .line-flower {
    position: absolute;
    width: 300px;
    height: 0px;
    top: auto;
    border: 1px solid #000000;
  }
}

@media (min-width: 990px) {
  .cadre-programe {
    width: 620px;
  }
}

/*======== Sharing button ========*/
.unitee-css-shareBtn {
  box-sizing: border-box;
  top: 0;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  margin-right: 8px;
  padding: 0 12px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}

.unitee-css-shareBtn:hover {
  opacity: 0.75;
  top: inherit;
  top: -4px;
}

.unitee-css-shareBtn a>i {
  display: inline-block;
  height: 24px;
  width: 24px;
  position: relative;
  top: 16px;
  vertical-align: top;
  color: white;
}

.progress-bar-cybille__container {
  width: 80%;
  height: 1.2rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  will-change: transform;
  background-color: #c0c0c0;
}

.progress-bar-cybille {
  position: absolute;
  height: 100%;
  width: 0%;
  content: "";
  background-image: linear-gradient(298deg, var(--tertiary), var(--primary));
  top: 0;
  bottom: 0;
  border-radius: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: sans-serif;
}


.checkbox-tools[type="checkbox"]:checked,
.checkbox-tools[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}

.checkbox-tools:checked+label,
.checkbox-tools:not(:checked)+label {
  position: relative;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  /* overflow: hidden; */
  cursor: pointer;
  color: white;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.checkbox-tools-sm:checked+label,
.checkbox-tools-sm:not(:checked)+label {
  padding: 2px 10px 2px 10px;
}

.for-checkbox-tools {
  position: relative;
}

.for-checkbox-tools:hover {
  background-color: var(--primary) ;
  color: white;
}

.checkbox-tools:not(:checked)+label {
  background-color: white;
  color: var(--primary);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid var(--primary);
}

.checkbox-tools:checked+label {
  border: 1px solid var(--primary);
  background-color: var(--primary) ;
}

.checkbox-tools-S:checked+label,
.checkbox-tools-S:not(:checked)+label {
  padding: 5px;
}

.checkboxBubble-S {
  display: none;
}

.checkboxBubble-S+input+label,
.checkboxBubble-S+label {
  width: 16.65px;
  height: 16.65px;
  min-width: 16.65px;
  background-color: var(--primary);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 1.15px 1.65px var(--tertiary);
  cursor: pointer;
  transition: 0.2s ease transform, 0.2s ease background-color,
    0.2s ease box-shadow;
  overflow: hidden;
  z-index: 1;
}

.checkboxBubble-S+input+label:before,
.checkboxBubble-S+label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 11.65px;
  height: 11.65px;
  margin: 0 auto;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: inset 0 1.15px 1.65px (var(--tertiary));
  transition: 0.2s ease width, 0.2s ease height;
}

.group:hover .checkboxBubble-S+input:not(:checked)+label:before,
.group:hover .checkboxBubble-S:not(:checked)+label:before,
.checkboxBubble-S+input+label:hover:before,
.checkboxBubble-S+label:hover:before {
  width: 9.15px;
  height: 9.15px;
  box-shadow: inset 0 1.15px 1.65px var(--primary);
}

.checkboxBubble-S+input+label:active,
.checkboxBubble-S+label:active {
  transform: translateY(-50%) scale(0.9);
}

.checkboxBubble-S_tickMark {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  margin-left: 2.3px;
  transform: rotateZ(-40deg);
}

.checkboxBubble-S_tickMark:before,
.checkboxBubble-S_tickMark:after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 1px;
  opacity: 0;
  transition: 0.2s ease transform, 0.2s ease opacity;
}

.checkboxBubble-S_tickMark:before {
  left: 0;
  bottom: 0;
  width: 1.65px;
  height: 5px;
  box-shadow: -0.3px 0 0.8px rgba(0, 0, 0, 0.23);
  transform: translateY(-68px);
}

.checkboxBubble-S_tickMark:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.6px;
  box-shadow: 0 0.5px 0.8px rgba(0, 0, 0, 0.23);
  transform: translateX(78px);
}

.checkboxBubble-S:checked+input+label,
.checkboxBubble-S:checked+label {
  background-color: var(--primary);
  box-shadow: 0 1.15px 1.65px var(--tertiary);
}

.checkboxBubble-S:checked+input+label:before,
.checkboxBubble-S:checked+label:before {
  width: 0;
  height: 0;
}

.checkboxBubble-S:checked+input+label .checkboxBubble-S_tickMark:before,
.checkboxBubble-S:checked+input+label .checkboxBubble-S_tickMark:after,
.checkboxBubble-S:checked+label .checkboxBubble-S_tickMark:before,
.checkboxBubble-S:checked+label .checkboxBubble-S_tickMark:after {
  transform: translate(0);
  opacity: 1;
}

.checkboxBubble-S-checklist:checked+label+div label,
.checkboxBubble-S-checklist:checked+label+a label {
  color: var(--text);
  position: relative;
  cursor: pointer;
  display: grid;
  align-items: center;
  width: fit-content;
  transition: color 0.3s ease;
}

.checkboxBubble-S-checklist:checked+label+div label::before,
.checkboxBubble-S-checklist:checked+label+a label::before,
.checkboxBubble-S:checked+label+div label::after,
.checkboxBubble-S:checked+label+a label::after {
  content: "";
  position: absolute;
  color: black;
}

.checkboxBubble-S-checklist:checked+label+div label::before,
.checkboxBubble-S-checklist:checked+label+a label::before {
  height: 1px;
  width: 4px;
  left: -27px;
  background: var(--check);
  border-radius: 1px;
  transition: background 0.3s ease;
}

.checkboxBubble-S-checklist:checked+label+div label:after,
.checkboxBubble-S-checklist:checked+label+a label:after {
  height: 1px;
  width: 2px;
  top: 4px;
  left: -25px;
  border-radius: 50%;
}

.checkboxBubble-S-checklist:checked+label+div label,
.checkboxBubble-S-checklist:checked+label+a label {
  color: var(--disabled);
  animation: move 0.3s ease 0.1s forwards;
}

.checkboxBubble-S-checklist:checked+label+div label::before,
.checkboxBubble-S-checklist:checked+label+a label::before {
  background: var(--disabled);
  animation: slice 0.4s ease forwards;
}

.checkboxBubble-S-checklist:checked+label+div label::after,
.checkboxBubble-S-checklist:checked+label+a label::after {
  animation: firework 0.5s ease forwards 0.1s;
}


.checkboxBubble-L {
  display: none;
}

.checkboxBubble-L+input+label,
.checkboxBubble-L+label {
  width: 33.3px;
  height: 33.3px;
  min-width: 33.3px;
  min-height: 33.3px;
  background-color: var(--primary);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 2.3px 3.3px var(--tertiary);
  cursor: pointer;
  transition: 0.2s ease transform, 0.2s ease background-color,
    0.2s ease box-shadow;
  overflow: hidden;
  z-index: 1;
}

.checkboxBubble-L+input+label:before,
.checkboxBubble-L+label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 23.3px;
  height: 23.3px;
  margin: 0 auto;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: inset 0 2.3px 3.3px (var(--tertiary));
  transition: 0.2s ease width, 0.2s ease height;
}

.checkboxBubble-L+input+label:hover:before,
.checkboxBubble-L+label:hover:before {
  width: 18.3px;
  height: 18.3px;
  box-shadow: inset 0 2.3px 3.3px var(--primary);
}

.checkboxBubble-L+input+label:active,
.checkboxBubble-L+label:active {
  transform: translateY(-50%) scale(0.9);
}

.checkboxBubble-L_tickMark {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  margin-left: 4.6px;
  transform: rotateZ(-40deg);
}

.checkboxBubble-L_tickMark:before,
.checkboxBubble-L_tickMark:after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s ease transform, 0.2s ease opacity;
}

.checkboxBubble-L_tickMark:before {
  left: 0;
  bottom: 0;
  width: 3.3px;
  height: 10px;
  box-shadow: -0.6px 0 1.6px rgba(0, 0, 0, 0.23);
  transform: translateY(-68px);
}

.checkboxBubble-L_tickMark:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.3px;
  box-shadow: 0 1px 1.6px rgba(0, 0, 0, 0.23);
  transform: translateX(78px);
}

.checkboxBubble-L:checked+input+label,
.checkboxBubble-L:checked+label {
  background-color: var(--primary);
  box-shadow: 0 2.3px 3.3px var(--tertiary);
}

.checkboxBubble-L:checked+input+label:before,
.checkboxBubble-L:checked+label:before {
  width: 0;
  height: 0;
}

.checkboxBubble-L:checked+input+label .checkboxBubble-L_tickMark:before,
.checkboxBubble-L:checked+input+label .checkboxBubble-L_tickMark:after,
.checkboxBubble-L:checked+label .checkboxBubble-L_tickMark:before,
.checkboxBubble-L:checked+label .checkboxBubble-L_tickMark:after {
  transform: translate(0);
  opacity: 1;
}

.checkboxBubble-L-checklist:checked+label+div label,
.checkboxBubble-L-checklist:checked+label+a label {
  color: var(--text);
  position: relative;
  cursor: pointer;
  display: grid;
  align-items: center;
  width: fit-content;
  transition: color 0.3s ease;
}

.checkboxBubble-L-checklist:checked+label+a label::before,
.checkboxBubble-L-checklist:checked+label+div label::before,
.checkboxBubble-L:checked+label+div label::after,
.checkboxBubble-L:checked+label+a label::after {
  content: "";
  position: absolute;
  color: black;
}

.checkboxBubble-L-checklist:checked+label+div label::before,
.checkboxBubble-L-checklist:checked+label+a label::before {
  height: 2px;
  width: 8px;
  left: -27px;
  background: var(--check);
  border-radius: 2px;
  transition: background 0.3s ease;
}

.checkboxBubble-L-checklist:checked+label+div label:after,
.checkboxBubble-L-checklist:checked+label+a label:after {
  height: 2px;
  width: 4px;
  top: 8px;
  left: -25px;
  border-radius: 50%;
}

.checkboxBubble-L-checklist:checked+label+div label,
.checkboxBubble-L-checklist:checked+label+a label {
  color: var(--disabled);
  animation: move 0.3s ease 0.1s forwards;
}

.checkboxBubble-L-checklist:checked+label+div label::before,
.checkboxBubble-L-checklist:checked+label+a label::before {
  background: var(--disabled);
  animation: slice 0.4s ease forwards;
}

.checkboxBubble-L-checklist:checked+label+div label::after,
.checkboxBubble-L-checklist:checked+label+a label::after {
  animation: firework 0.5s ease forwards 0.1s;
}

@media (min-width: 769px) {
  .container-nav {
    display: none;
  }
}

.fill {
  position: absolute;
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.cybille-tab-header {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-evenly;
}

.cybille-header-item {
  margin: -28px 0 0 0;
}

@media (min-width: 769px) {
  .cybille-header-item .cybille-header-btn {
    width: 180px;
    height: 80px;
  }

}

.bg-color-radio-checked input[type="radio"]:checked+a {
  background-color: rgba(241, 245, 249);
}

.cybille-body-item {
  display: none;
}

.cybille-body-item.active {
  display: block;
}


.cybille-accordion .cybille-accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.cybille-accordion .cybille-accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid;
}

.cybille-accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.cybille-accordion button:hover,
.cybille-accordion button:focus {
  cursor: pointer;
}

.cybille-accordion button:hover::after,
.cybille-accordion button:focus::after {
  cursor: pointer;
  border: 1px solid;
}

.cybille-accordion button .cybille-accordion-title {
  padding: 1em 1.5em 1em 0;
}

.cybille-accordion button .u-icon {
  display: inline-block;
  position: absolute;
  color: white;
  background: var(--primary);
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.cybille-accordion button .u-icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.cybille-accordion button .u-icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.cybille-accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.cybille-accordion button[aria-expanded="true"]+.cybille-accordion-content {
  opacity: 1;
  max-height: 150em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.cybille-accordion .cybille-accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.cybille-accordion .cybille-accordion-content p {
  margin: 2em 0;
}

.cybille-pdf-page {
  width: 26.9cm;
  height: 26.9cm;
}

.cybille-pdf-subpage {
  height: 26.9cm;
  width: 26.9cm;
}

.cybille-pdf-book-image {
  max-width: -webkit-fill-available;
  height: -webkit-fill-available;
  padding-bottom: 5px;
  object-fit: contain;
  justify-self: center;
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.cybille-pdf-book-cover-image {
  height: 21rem;
}

.cybille-pdf-page__content-blockquote-reference {
  font-size: 12.5pt;
  margin-top: calc(var(--baseline) * 0.3);
  font-family: var(--title);
  float: right;
  text-transform: uppercase;
  color: var(--primary);
}

.cybille-pdf-page__content-text {
  font-size: 12pt;
  text-indent: var(--baseline);
  color: var(--primary);
}

@media (min-width: 576px) {
  .book-section>.container {
    height: 8.5cm;
    max-width: 19cm;
  }

  .album-right>figure.front,
  .album-right>figure.back {
    padding: 15px;
  }

  .book-image {
    padding-bottom: 5px;
  }

  .book-cover-image {
    height: 8rem;
  }

  .book-cover-text {
    line-height: 1;
    font-size: calc(0.8rem);
  }

  .book-icon {
    max-height: 10px;
  }

  .page__content-blockquote-reference {
    font-size: calc(var(--base-size) * 0.25);
    margin-top: calc(var(--baseline) * 0.15);
  }

  .page__content-text {
    font-size: calc(var(--base-size) * 0.235);
    line-height: calc(var(--base-size) * 0.40);
  }
}

@media (max-width: 575px) {
  .book-section>.container {
    height: 4.5cm;
    width: 9cm;
  }

  .album-right>figure.front,
  .album-right>figure.back {
    padding: 3.5px;
  }

  .book-image {
    padding-bottom: 2px;
  }

  .book-cover-image {
    height: 4rem;
  }

  .book-cover-text {
    line-height: 0.435;
    font-size: calc(0.220rem + 0.9vw);
  }

  .book-icon {
    max-height: 5px;
  }

  .page__content-blockquote-reference {
    font-size: calc(var(--base-size) * 0.175);
    margin-top: calc(var(--baseline) * 0.075);
  }

  .page__content-text {
    font-size: calc(var(--base-size) * 0.165);
    line-height: calc(var(--base-size) * 0.20);
  }
}


.book-section {
  padding: 40px 0;
  text-align: center;
}

.book-section>.container {
  position: relative;
  border-radius: 2%;
  margin-bottom: 30px;
}

.container>.album-right {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 50%;
  transition: 0.7s ease-in-out;
  transform-style: preserve-3d;
}

.book-section>.container>.album-right {
  right: 0;
  transform-origin: left;
  border-radius: 10px 0 0 10px;
}

.album-right>figure.front,
.album-right>figure.back {
  box-sizing: border-box;
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 200%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  background-color: white;
  overflow: hidden;
}

.album-right>figure.front {
  background-position: right;
  border-radius: 0 10px 10px 0;
  box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.2);
}

.album-right>figure.back {
  background-position: left;
  border-radius: 10px 0 0 10px;
  box-shadow: -1px 1px 5px -1px rgba(0, 0, 0, 0.2);
  transform: rotateY(180deg);
}

.flip {
  transform: rotateY(-180deg);
}

.flip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
}

.book-section>button {
  border: 2px solid var(--primary);
  background-color: transparent;
  color: var(--primary);
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  margin: 10px;
  transition: 0.3s ease-in-out;
}

.book-section>button:focus,
.book-section>button:active {
  outline: none;
}

.book-section>p {
  color: rgba(0, 0, 0, 0.7);
  font-family: calibri;
  font-size: 24px;
}

.book-section>p>a {
  text-decoration: none;
  color: var(--red);
}

.book-section>button:hover {
  background-color: var(--primary);
  color: #fff;
}

.front#cover h1 {
  color: var(--primary);
}

.front#cover p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
}

.book-image {
  max-width: -webkit-fill-available;
  height: -webkit-fill-available;
  object-fit: contain;
  justify-self: center;
  margin-top: auto !important;
  margin-bottom: auto !important;
}


.page__content {
  padding: var(--baseline);
  height: 100%;
  position: relative;
  text-align: center;
}

.page__content-book-title {
  font-family: var(--book-title);
  font-size: calc(var(--base-size) * 3);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--dark-text);
  margin-top: calc(var(--baseline) * 5);
  margin-bottom: calc(var(--baseline) * 2);
}

.page__content-author {
  font-family: var(--title);
  font-size: calc(var(--base-size) * 1.2);
  font-weight: 100;
  text-transform: uppercase;
  color: var(--dark-text);
  border-top: 1px solid var(--dark-text);
  border-bottom: 1px solid var(--dark-text);
  display: inline-block;
  padding: calc(var(--baseline) / 2) calc(var(--baseline) / 5);
  margin-bottom: calc(var(--baseline) * 6);
}

.page__content-credits {
  font-family: var(--title);
  text-transform: uppercase;
  font-size: calc(var(--base-size) * 0.8);
  margin-bottom: calc(var(--baseline) * 2);
  letter-spacing: 1px;
  color: var(--primary);
}

.page__content-credits span {
  display: block;
  font-size: calc(var(--base-size) * 1.2);
  letter-spacing: 0;
  color: var(--primary);
}

.page__content-copyright {
  position: absolute;
  width: calc(100% - (var(--baseline) * 2));
  bottom: calc(var(--baseline) * 2);
  font-family: var(--title);
  font-size: calc(var(--base-size) * 0.8);
  text-transform: uppercase;
  color: var(--primary);
}

.page__content-title {
  font-family: var(--title);
  font-size: calc(var(--base-size) * 1);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: calc(var(--baseline) * 5);
  margin-bottom: calc(var(--baseline) * 3);
  color: var(--primary);
}

.page__content-table {
  width: 100%;
  margin-top: calc(var(--baseline) * 2);
  color: var(--primary);
}

.page__content-table td {
  font-family: var(--title);
  font-size: calc(var(--base-size) * 1);
  padding-bottom: calc(var(--baseline) * 1.5);
  text-transform: uppercase;
  color: var(--primary);
}

.page__content-blockquote {
  margin-bottom: calc(var(--baseline) * 2);
  color: var(--primary);
}

.page__content-blockquote-text {
  font-family: var(--title);
  font-size: calc(var(--base-size) * 0.67);
  font-style: italic;
  text-align: justify;
  color: var(--primary);
}

.page__content-blockquote-reference {
  font-family: var(--title);
  float: right;
  text-transform: uppercase;
  color: var(--primary);
}

.page__content-text {
  /* text-indent: var(--baseline); */
  color: var(--primary);
}


/* bloc blog-slider carousel dynamique  */

* {
  box-sizing: border-box;
}

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto 100px auto;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}

.blog-slider__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
  opacity: 1;
  transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
  transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
  transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
  transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
  transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
  transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
  transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
  transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
  transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
  transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
  transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
  transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
  transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
  transition-delay: 1.7s;
}

.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  box-shadow: 4px 13px 30px 1px var(--tertiary);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}

.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 140%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}

.blog-slider__content {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}

.blog-slider__content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, var(--tertiary) 0%, var(--primary) 74%);
  padding: 7px 17px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px var(--tertiary);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary);
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}


/* bloc swiper-slider carousel dynamique  */

/* .swiper-pagination-bullet{border: 1px solid #1da1f2;}.swiper-pagination-bullet-active{background:#1da1f2}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
} */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}



.swiper-pagination {
  position: relative;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container.one {
  padding-top: 40px;
  text-align: center;
}

.swiper-container.one .swiper-slide {
  padding: 0 43px;
}

.swiper-container {
  width: 100%;
}

/* 
.swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
} */

.swiper-slide {
  width: 390px;
  height: auto;
  padding: 0 15px;
}

.two .swiper-slide {
  width: 300px;
}


.swiper-slide .slider-image .preview-icon {
  z-index: -1;
  width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: #062744;
  border: 1px solid var(--primary);
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 26px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.swiper-pagination-bullet-active {
  background: var(--primary);
  /* background: rgba(0, 0, 0, 0) linear-gradient(to right, var(--primary) 0%, var(--tertiary) 100%) repeat scroll 0 0; */
  border: medium none;
  height: 12px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 12px;
}

.arrow_box_login {
  position: relative;
  background: #ffffff;
  border: 4px solid #513E98;
}

.arrow_box_login:after,
.arrow_box_login:before {
  bottom: 100%;
  left: 180px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box_login:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 14px;
  margin-left: -14px;
}

.arrow_box_login:before {
  border-color: rgba(81, 62, 152, 0);
  border-bottom-color: var(--primary);
  border-width: 20px;
  margin-left: -20px;
}

.arrow_box_logout {
  position: relative;
  background: #ffffff;
  border: 4px solid #513E98;
}

.arrow_box_logout:after,
.arrow_box_logout:before {
  bottom: 100%;
  left: 199px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box_logout:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 14px;
  margin-left: -14px;
}

.arrow_box_logout:before {
  border-color: rgba(81, 62, 152, 0);
  border-bottom-color: var(--primary);
  border-width: 20px;
  margin-left: -20px;
}

.icon-button__badge {
  position: absolute;
  top: -6px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: var(--primary);
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: rotate(-25deg);
}

.icon-button__badge_2 {
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--primary);
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.box_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}

.box_wrapper>h5 {
  flex: 0 0 100%;
}

@media screen and (max-width: 880px) {
  .box_wrapper {
    display: block;
  }

  .box_wrapper div {
    margin-bottom: 1rem;
  }
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 450px;
  max-width: 100%;
  padding: 25px;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  transition: 0.2s;
}

.is-active {
  background-color: #523e9887;
}

.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.tooltip .tooltiptext {
  display: none;
  width: 140px;
  background-color: #fff;
  color: var(--primary);
  border-color: var(--primary);
  border: solid;
  border-width: 1px;
  text-align: center;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptextBottom {
  bottom: -145%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip .tooltiptextBottom::after {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

.tooltip:hover .tooltiptext {
  display: block;
  opacity: 1 !important;
  transition: opacity 0.3s;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 0px;
}

.switch-sm {
  width: 34px !important;
  height: 17px !important;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

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

.slider-sm:before {
  height: 13px !important;
  width: 13px !important;
  left: 2px !important;
  bottom: 2px !important;
}

input:checked+.slider {
  background-color: var(--primary);
}

input:focus+.slider {
  box-shadow: 0 0 1px var(--primary);
}

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

input:checked+.slider-sm:before {
  -webkit-transform: translateX(17px) !important;
  -ms-transform: translateX(17px) !important;
  transform: translateX(17px) !important;
}

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

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

/* use this nouislider.min.css default code below or the project will not work */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* end nouislider.min.css */

.shop-wrap .sidebar-box .price-filter-wrap .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.shop-wrap .sidebar-box .price-filter-wrap .input-wrap .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: rgba(34, 34, 34, 0.07);
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
}

.shop-wrap .sidebar-box .price-filter-wrap .input-wrap .input-group input[type="number"] {
  width: 100%;
  font-size: 14px;
  height: 30px;
  padding: 0 2px;
  font-weight: 500;
  -moz-appearance: textfield;
}

.shop-wrap .sidebar-box .price-filter-wrap .input-wrap .input-group input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.shop-wrap .sidebar-box .price-filter-wrap .price-filter {
  padding: 0 9px;
  background: rgba(34, 34, 34, 0.2);
  border: 0;
  border-radius: 0;
  height: 5px;
  margin-bottom: 30px;
}

.shop-wrap .sidebar-box .price-filter-wrap .price-filter .noUi-connect {
  background: rgba(34, 34, 34, 0.5);
  background: var(--primary);
}

.shop-wrap .sidebar-box .price-filter-wrap .price-filter .noUi-handle {
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  border-radius: 50%;
  right: -10px;
  cursor: pointer;
}

.shop-wrap .sidebar-box .price-filter-wrap .price-filter .noUi-handle::before,
.shop-wrap .sidebar-box .price-filter-wrap .price-filter .noUi-handle::after {
  display: none;
}


.switchText {
  background-color: var(--primary);
  width: 100%;
  max-width: 150px;
  display: inline-block;
  border-radius: 10px;
  height: 30px;
  padding: 2px;
  position: relative;
  zoom: 1;
}

.switchText:before,
.switch:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.switchText:after {
  clear: both;
}

.switchText label {
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
  z-index: 2;
  line-height: 27px;
  cursor: pointer;
  color: white;
  border-radius: 10px;
}

.switchText input[type="radio"] {
  display: none;
}

.switchText input[type="radio"]:checked+label {
  color: var(--primary);
  font-weight: bold;
}

.switchText span {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: block;
  border-radius: 10px;
  background-color: #fff;
  transition: all 200ms ease;
}

.switchText span.right {
  left: 50%;
  border-radius: 10px;
  transition: all 200ms ease;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}