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

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

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-style_track_services {
    background-color: transparent;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #d0d0d0; 
}
 
  .style_slider_wrapper_services {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
 
  /* Fade edges */
  .style_slider_wrapper_services::before,
  .style_slider_wrapper_services::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
  }
  .style_slider_wrapper_services::before {
    left: 0;
    background: linear-gradient(to right, rgba(var(--style_slider_wrapper_bg), 1.0) 0%, transparent 100%);
  }
  .style_slider_wrapper_services::after {
    right: 0;
    background: linear-gradient(to left, rgba(var(--style_slider_wrapper_bg), 1.0) 0%, transparent 100%);
  }
 
  .style_track_services {
    display: flex;
    width: max-content;
    will-change: transform;
  }
 
  .style_card_services {
    flex-shrink: 0;
    padding: 15px 18px;
    width: 380px;
    font-size: 0.875rem;
    line-height: 1.5;
    border: 1px solid transparent;
    transition: background 0.18s, border-color 0.18s, transform 0.15s, color 0.18s;
    user-select: none;
  }
  .style_card_services:hover {
    background: #DDE2ED;
  }
 
  @media (max-width: 600px) {
    .style_card_services { width: 300px; font-size: 0.8rem; padding: 12px 14px; }
    .style_slider_wrapper_services::before,
    .style_slider_wrapper_services::after { width: 36px; }
  }





p{
  font-size: 1rem;
  line-height: 125%;
	font-family: Montserrat-Regular,sans-serif !important;
}

h1,h2,h3,h4,h5,h6{
  font-family: Montserrat-SemiBold,sans-serif !important;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color, inherit);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

body{
  font-size: 1rem;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: none !important;
  font-family: Montserrat-Regular,sans-serif !important;
  max-width: 100vw;
  overflow-x: hidden;
  color: #292C33;
}

thead>tr{
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.06)!important;
  font-size: 0.8rem;
}

tbody{
  font-size: 0.8rem !important;
}

th, td{
  padding: 0.3rem 0.6rem !important;
  border: none;
}

th:first-child,
td:first-child{
  border-radius: 0.6rem 0 0 0.6rem;
}

th:last-child,
td:last-child{
  border-radius: 0 0.6rem 0.6rem 0;
}

main{
  background: linear-gradient(90deg, rgba(226, 244, 242, 0.6) -2.71%, rgba(248, 248, 239, 0.6) 58.43%, rgba(249, 237, 238, 0.6) 100%);
}


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

.style_main_bloc{
  height: calc(100vh - 60px);
}

@media (min-width: 576px) {
  .style_main_bloc{
    height: calc(100vh - 1px);
  }
}

.style_display_scrollbar::-webkit-scrollbar {
  display: none;
}

.style_after_none::after {
  display: none;
}

.style_bg_img{
  background-size: cover;
  background-position: center;
  position: relative;
}

.style_bg_img_bloc{
  background-size: cover;
  background-position: center;
}

.style_gradient{
  background: linear-gradient(90deg, rgba(226, 244, 242, 0.6) -2.71%, rgba(248, 248, 239, 0.6) 58.43%, rgba(249, 237, 238, 0.6) 100%);
}

.style_gradient_reverse{
  background: linear-gradient(90deg, rgba(249, 237, 238, 0.6) -2.71%, rgba(248, 248, 239, 0.6) 58.43%, rgba(226, 244, 242, 0.6) 100%);
}

.style_font_size_small{
  font-size: 0.8rem;
}

.style_file_upload_bloc{
  border: dashed 2px #C5CEE0;
  background-color: #FAFBFC;
  cursor: pointer;
  color: #C5CEE0;
}

.style_overflow_x_scroll{
  width:calc(100% - 1px); overflow-x: auto;
  -ms-overflow-style: none; // IE 10+
  overflow: -moz-scrollbars-none; // Firefox
}

.style_overflow_x_scroll::-webkit-scrollbar {
  display: none;
}

.style_overflow_y_scroll{
  height:calc(100% - 1px); overflow-y: auto;
  -ms-overflow-style: none; // IE 10+
  overflow: -moz-scrollbars-none; // Firefox
}

.style_overflow_y_scroll::-webkit-scrollbar {
  display: none;
}

@media (min-width: 576px) {
  .style_position_absolute {
    position: absolute;
  }
}



.style_overflow_x_scroll{
  width:calc(100% - 1px); overflow-x: auto;
  -ms-overflow-style: none; // IE 10+
  overflow: -moz-scrollbars-none; // Firefox
}

.style_overflow_x_scroll::-webkit-scrollbar {
  display: none;
}

.style_overflow_y_scroll{
  height:calc(100% - 1px); overflow-y: auto;
  -ms-overflow-style: none; // IE 10+
  overflow: -moz-scrollbars-none; // Firefox
}

.style_overflow_y_scroll::-webkit-scrollbar {
  display: none;
}

.style_position_absolute {
  position: absolute;
}

.style_bg_img{
  background-size: cover;
  background-position: center;
  position: relative;
}

.style_bg_img_bloc{
  background-size: cover;
  background-position: center;
}

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

.style_footer{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.style_footer .nav .nav-item .nav-link ,
.style_footer .nav .nav-item .nav-link i {
  --bs-text-opacity: 0.7 !important;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}


.style_footer .nav .nav-item .nav-link:hover,
.style_footer .nav .nav-item .nav-link.active{
  --bs-text-opacity: 1!important;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
  background: rgba(var(--bs-body-color-rgb), 0.1) !important;
  backdrop-filter: blur(8px);
}
 
.style_footer .nav .nav-item .nav-link:hover i,
.style_footer .nav .nav-item .nav-link.active i {
  --bs-text-opacity: 1!important;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}


@media (min-width: 576px) {
  .style_footer{
    display: none !important;
  }

  .tab-content > .style_column.tab-pane {
    display: block;
    opacity: 1;
  }
}

.style_text_truncate_line{
  display: -webkit-box;
  -webkit-line-clamp: 30; /* nombre de lignes */
  -webkit-box-orient: vertical;
  overflow: hidden;      /* cache le dépassement */
  text-overflow: ellipsis; /* ajoute ... */
}

@keyframes style_float_anime {
  0%   { transform: translateY(0%) translateX(0px); }
  50%  { transform: translateY(calc(-1% - 6px)) translateX(10px); }
  100% { transform: translateY(0%) translateX(0px); }
}

.style_bloc_video {
    width: 100%;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

.style_bloc_video video {
    position: absolute;
    object-fit: cover;
}

/* Typewriter title */
.style_typewriter {
  min-height: 3.2em;   /* reserves space so layout doesn't jump */
}
 
/* blinking cursor */
.style_typewriter::after {
  content: '|';
  display: inline-block;
  margin-left: 2px;
  animation: blink .7s step-start infinite;
}
.style_typewriter.done::after { animation: none; opacity: 0; }
 
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

.style_bg_contact{
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 700px;
}


.style_bg_contact_form{
  margin-left: -80px;
  padding: 30px 50px !important;
  z-index: 1;
}

.style_bg_contact_form_left{
  margin-left: 0px;
  margin-right: -80px !important;
  padding: 30px 50px !important;
  z-index: 1;
}

@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_signin_body{
  height: calc(100vh - 0.5rem);
  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;
  color: #C5CEE0;
}

.style_form_feedback .style_form_feedback_icon_end{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0.75rem 0.5rem;
  color: #C5CEE0;
}

@media (min-width: 768px) {
  .style_form_signin {
    max-width: 450px;
  }
}

.style_btn_icon{
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  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_pagination .page-link{
  background-color: transparent;
  color: #198754;
  border: solid #198754 1px;
  border-radius: 0.3rem !important;
}

.style_pagination .page-link.style_page_link:hover,
.style_pagination .page-item.active .page-link{
  background-color: #198754;
  color: #fff;
}

.style_pagination .page-link.style_page_link{
  background-color: transparent;
  color: #292C33;
  border: none !important;
  border-radius: 0.3rem !important;
}


#sidebar-wrapper {
  height: 100vh;
  margin-left: -18rem;
  -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: #7A8599;
  position: fixed;
  z-index: 1000;
  margin-top: 4.2rem;
}

.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 {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 1);
}

.style_slidebar_profil{
  width: 45px;
  height: 45px;
}

.style_users_profil{
  width: 110px;
  height: 110px;
}


#sidebar-wrapper nav {
  width: 18rem;
  font-size: 1rem !important;
}

#sidebar-wrapper nav li {
  font-family: 'Montserrat-SemiBold'!important;
  list-style: none;
  padding: 0.6rem 0.8rem;
  border-radius: 0.6rem;
  margin: 0.3rem 0;
  color: #7A8599;
}

#sidebar-wrapper nav li > a {
  display: block;
}

#sidebar-wrapper nav li:hover {
  color: #2E5299;
  background-color: #FAFBFC;
}

#sidebar-wrapper nav li.active {
  color: #2E5299;
  background-color: #FAFBFC;
}



.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{
  background: linear-gradient(90deg, rgba(226, 244, 242, 0.6) -2.71%, rgba(248, 248, 239, 0.6) 58.43%, rgba(249, 237, 238, 0.6) 100%);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  height: calc(100vh - 110px);
  overflow-y: auto;
}

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

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

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

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



.style_ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 10000;
  overflow: hidden;
  min-width: 250px;
  min-height: 250px;
  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: 49px; right: -61px;
}

.style_all_textarea_container{
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0.375rem;
}

.style_all_textarea_container:focus-within {
  border-color: #2E5299;
}

.style_all_textarea_container textarea {
  width: 100%;
  min-height: auto;
  max-height: 300px;
  border: none;
  outline: none;
  resize: none;
  overflow-y: auto;
  field-sizing: content;
}

.style_all_textarea_container .style_btn_icon :hover {
 color: #2E5299;
}
