@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;
}

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;
  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_collapse .style_collapse_icon::before { content: "\f4fe"; }
.style_collapse:has(.collapse.show) .style_collapse_icon::before { content: "\f2ea"; }

.style_collapse:has(.collapse.show) .style_collapse_icon{
  color: #fff !important;
}

.style_collapse:has(.collapse.show){
  background: linear-gradient(225deg, rgba(106, 177, 76, 1) 0%, rgba(184, 209, 92, 1) 100%); !important;
  color: #ffffff !important;
}

.style_collapse:has(.collapse.show) .style_collapse_title{
  color: #fff !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.8rem;
  line-height: 1rem;
}

.style_signin_body{
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}

.style_form_signin {
  max-width: 330px;
  padding: 15px;
}

.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(106, 177, 76, 1) 0%, rgba(184, 209, 92, 1) 100%);
}


.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_convention_print_bloc{
  color: #000000;
}

.style_convention_print_bloc p{
  font-size: 10pt;
  line-height: 1.3rem;
}

.style_doc_print_page {
  position: relative;
  width: 21cm;
  height: 29.7cm;
  padding: 1cm;
  margin: 0px auto;
  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;
}



#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;
}

.sidebar-wrapper-bloc {
  position: -webkit-sticky;
  background: #ffffff;
  position: sticky;
  top: 0px;
  height: calc(100vh);
  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;
  background-color: #F2F7F4;
  box-shadow: 0px 2px 2px rgba(33, 33, 33, 0.08);
  border-radius: 8px;
}

#sidebar-wrapper nav li.active {
  color: #212121;
  background-color: #F2F7F4;
  box-shadow: 0px 2px 2px rgba(33, 33, 33, 0.08);
  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 - 80px);
  overflow-y: auto;
}*/

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 1400px) {
  #sidebar-wrapper {
      margin-left: 0;
      position: sticky;
      margin-top: 0px;
  }

  #page-content-wrapper {
      min-width: 0;
      width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
      margin-left: -17rem;
  }
}