:root,
[data-bs-theme=light] {
  --st-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0) -55.86%, #FFFFFF 85.14%);
}

[data-bs-theme=dark] {
  --st-gradient: linear-gradient(180deg, rgba(7, 19, 72, 0) -55.86%, #071348 85.14%);
}

[data-bs-theme=dark-marina] {
  --st-gradient: linear-gradient(180deg, rgba(34, 34, 34, 0) -55.86%, #111111 85.14%);
}


@font-face{
  font-family: 'Montserrat-Light';
  src: url('../font/Montserrat/Montserrat-Light.ttf') ;
}

@font-face{
  font-family: 'Montserrat-Regular';
  src: url('../font/Montserrat/Montserrat-Regular.ttf') ;
}

@font-face{
  font-family: 'Montserrat-Medium';
  src: url('../font/Montserrat/Montserrat-Medium.ttf') ;
}

@font-face{
  font-family: 'Montserrat-SemiBold';
  src: url('../font/Montserrat/Montserrat-SemiBold.ttf') ;
}

@font-face{
  font-family: 'Montserrat-Bold';
  src: url('../font/Montserrat/Montserrat-Bold.ttf') ;
}

@font-face{
  font-family: 'Montserrat-ExtraBold';
  src: url('../font/Montserrat/Montserrat-ExtraBold.ttf') ;
}



/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #d0d0d0; 
}


.style_light{
  font-family: Montserrat-Light,sans-serif !important;
}

.style_medium{
  font-family: Montserrat-Medium,sans-serif !important;
}

.style_semiBold{
  font-family: Montserrat-SemiBold,sans-serif !important;
}

.style_bold{
  font-family: Montserrat-Bold,sans-serif !important;
}

.style_bolder{
  font-family: Montserrat-ExtraBold,sans-serif !important;
}

.style_fitre_categories{
  width:calc(100% - 1px); overflow-x: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; 
}

.style_fitre_categories::-webkit-scrollbar {
  display: none;
}

p{
	font-family: Montserrat-Regular,sans-serif !important;
}

h1,h2,h3,h4,h5,h6{
  font-family: Montserrat-SemiBold,sans-serif !important;
}

h3{
  font-size: 1.75rem !important;
}

h4{
  font-size: 1.5rem !important;
}

body{
  min-height: 100vh;
  overflow-x: none !important;
  font-family: Montserrat-Regular,sans-serif !important;
  max-width: 100vw;
  overflow-x: hidden;
}

nav{
  font-family: Montserrat-Regular,sans-serif !important;
}

button:focus,
a:focus{
  outline: none !important;
}

a{
  text-decoration: none;
  color: inherit;
}

a:hover,
a.style_link:hover{
  text-decoration: none;
  color: inherit;
}

a.style_link{
  text-decoration: underline;
}

thead>tr{
  font-size: 0.8rem !important;
}


.style_ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 10000;
  overflow: hidden;
  min-width: 200px;
  min-height: 200px;
  text-align: center;
  pointer-events: none;
}
.style_ribbon_bloc {
  font-size: 0.6em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100%;
  display: block;
  position: absolute;
  top: 39px; right: -39px;
}


.style_bg_img{
  background-size: cover;
  background-position: center;
  position: relative;
}

.style_bg_img_bloc{
  background-size: cover;
  background-position: center;
}

.style_font_size_small{
  font-size: 0.8rem;
  line-height: 1rem;
}

.style_signin_body{
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}

.style_form_signin {
  max-width: 330px;
  padding: 15px;
}

.style_gradient{
  background: var(--st-gradient);
}

.style_after_none::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: none;
  content: "";
  border: none;
}


.style_bg_payment_mobile{
  background-image: url('../img/bg-img-mobile.png');
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 700px;
}


.style_bg_payment_mobile.card{
  background-image: url('../img/bg-img-carte.png');
}

.style_bg_payment_form{
  margin-left: -80px;
  padding: 30px 80px !important;
  z-index: 1;
}

@media (max-width: 576px) {
  .style_bg_payment_mobile{
    min-height: 200px;
    background-image: url('../img/bg-img-mobile-responsive.png');
    border-radius: 0 !important;
  }
  .style_bg_payment_mobile.card{
    background-image: url('../img/bg-img-carte-responsive.png');
  }

  .style_bg_payment_form{
    margin-left: 0px;
    border-radius: 0 !important;
    padding: 30px !important;
  }
}

.style_bg_img{
  background-size: cover;
  background-position: center;
  position: relative;
}

.style_choix_paiment{
  background: linear-gradient(95.73deg, rgba(0, 100, 208, 0.06) -28.12%, rgba(80, 152, 236, 0.06) 122.62%);
  border: 0.5px dashed #0d6efd;
}

.style_btn_choix_paiment{
  background-color: #EBEBEB;
  color: rgba(77, 77, 77, 0.75);
}

.style_btn_choix_paiment:hover,
.style_btn_choix_paiment.active{
  background: linear-gradient(82.61deg, #4b95ea -2.55%, #0d6efd 145.46%);
  color: #ffffff;
  border: 0.5px dashed #0d6efd;
}

.style_choix_paiment_radio{
  width: 60px;
  height: 40px;
  cursor: pointer;
}

.style_choix_paiment_radio:hover,
.style_choix_paiment_radio.active{
  border: #BC002E 1px solid;
}

.style_choix_paiment_radio:hover::after,
.style_choix_paiment_radio.active::after{
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  bottom: -8px;
  background-image: url('../img/check.svg');
  background-size: cover;
  background-position: center;
}



#sidebar-wrapper {
  position:fixed ; 
  top: 0;
  bottom: 0;
  margin-left: -17rem;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
  color: #212121;
  z-index: 1000;
  background-color: #fff;
  padding-top: 40px;
}

.sidebar-wrapper-bloc {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: calc(100vh - 40px);
  overflow-y: auto;
  overflow-x: hidden;
}

#sidebar-wrapper .sidebar-heading {
  color: rgba(0, 0, 0, 1);
}

.style_slidebar_profil{
  width: 45px;
  height: 45px;
}

#sidebar-wrapper .sidebar-wrapper-nav {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}


#sidebar-wrapper nav {
  width: 17rem;
  font-size: 1rem !important;
  line-height: 1.2em;
}

#sidebar-wrapper nav li {
  font-family: 'Montserrat-Medium'!important;
  list-style: none;
  padding: 0.5rem 0.8rem;
  margin: 0.4rem 0;
  color: #212121;
}

#sidebar-wrapper nav li > a {
  display: block;
}

#sidebar-wrapper nav li:hover {
  color: #212121;
  box-shadow: 0px 2px 2px rgba(33, 33, 33, 0.08);
  background-color: #fff;
  border-radius: 8px;
}

#sidebar-wrapper nav li.active {
  color: #212121;
  box-shadow: 0px 2px 2px rgba(33, 33, 33, 0.08);
  background-color: #fff;
  border-radius: 8px;
}





.style_dropdown_wrapper ul {
  display: none;
}

.style_dropdown_wrapper.style_toggled {
  padding-bottom: 0 !important;
}

.style_dropdown_wrapper.style_toggled ul {
  display: block;
  /*background-color: #ffffff !important ;*/
}

#page-content-wrapper {
  min-width: 0;
  width: 100%;
  overflow-x: none !important;
}


.page-content-wrapper-bloc{
  height: calc(100vh - 70px);
  overflow-y: auto;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 1400px) {
  #sidebar-wrapper {
      margin-left: 0;
      position: sticky;
      margin-top: 0px;
      background-color: transparent;
      padding-top: 0;
  }

  .sidebar-wrapper-bloc {
    height: 100vh;
  }

  #page-content-wrapper {
      min-width: 0;
      width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
      margin-left: -17rem;
  }
}