@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; // IE 10+
  overflow: -moz-scrollbars-none; // Firefox
}

.style_fitre_categories::-webkit-scrollbar {
  display: none;
}

p{
  font-size: 0.9rem;
	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;
  color: #1f2421;
}

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_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.75rem;
  line-height: 1rem;
}

.style_signin_body{
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}

.style_form_signin {
  max-width: 330px;
}

.style_form_signin input[type="password"],
.style_form_signin input[id="floatingPassword"] {
  padding-right: 3rem;
}

.style_form_feedback .form-control{
  padding-left: 3rem;
}

.style_form_feedback.form-floating > label{
  padding-left: 3.3rem;
}

.style_form_feedback .style_form_feedback_icon{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0.75rem 0.5rem;
}

.style_form_feedback .style_form_feedback_icon_end{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0.75rem 0.5rem;
}

@media (min-width: 768px) {
  .style_form_signin {
    max-width: 450px;
  }
}

.style_gradient{
  background: linear-gradient(225deg, rgba(0, 100, 208, 1) 0%, rgba(80, 152, 236, 1) 100%);
}

.style_form_light:focus,
.style_form_light:focus {
  box-shadow: none !important;
  border-color: #ffffff !important;
}

.style_form_light::placeholder,
.style_form_light > label {
  color: rgba(255, 255, 255, 0.7);
}

.style_form_light{
  background-color: transparent !important;
  color: #ffffff !important;
}


.style_bg_contact{
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 700px;
}


@media (max-width: 576px) {
  .style_bg_contact{
    min-height: 200px;
    border-radius: 0 !important;
  }

  .style_bg_contact_form{
    margin-left: 0px;
    border-radius: 0 !important;
    padding: 30px !important;
  }
}

.style_btn_icon{
  box-sizing: content-box;
  width: 0.5em;
  height: 0.5em;
  padding: 0.25em 0.25em;
  font-size: 1.3rem;
  color: inherit;
  border: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.style_file_upload_bloc{
  border: dashed 2px #C5CEE0;
  background-color: #FAFBFC;
  cursor: pointer;
  color: #C5CEE0;
}

.style_after_none::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: none;
  content: "";
  border: none;
}


.style_doc_print_page {
  position: relative;
  width: 21cm;
  height: 29.7cm;
  border: 1px #D3D3D3 solid;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.convention_print_page_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@style_doc_print_page {
  size: A4;
  margin: 0;
}

@media print {
  .style_doc_print_page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    style_doc_print_page-break-after: always;
  }
}

.style_sous_menu{
  position: absolute;
  top: 57px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  min-width: 10rem;
  background-clip: padding-box;
  display: none;
}

.nav-item:hover .style_sous_menu{
  display: block !important;
}







.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: #0d6efd 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:sticky ; 
  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: #fff;
  z-index: 1000;
  padding-top: 0px;
}

.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 {
  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;
}

#sidebar-wrapper nav li > a {
  display: block;
}

#sidebar-wrapper nav li:hover,
#sidebar-wrapper nav li.active {
  color: #1F1A17;
  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;
  }
}