@font-face {
  font-family: "Lato-Regular";
  src: url("../font/Lato/Lato-Regular.ttf");
}

@font-face {
  font-family: "Lato-Bold";
  src: url("../font/Lato/Lato-Bold.ttf");
}

@font-face {
  font-family: "Lato-Black";
  src: url("../font/Lato/Lato-Black.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: Lato-Regular,sans-serif !important;
}

.style_medium{
  font-family: Lato-Bold,sans-serif !important;
}

.style_semiBold{
  font-family: Lato-Bold,sans-serif !important;
}

.style_bold{
  font-family: Lato-Black,sans-serif !important;
}

.style_bolder{
  font-family: Lato-Black,sans-serif !important;
}

p{
	font-family: Lato-Regular,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: Lato-Regular,sans-serif !important;
  max-width: 100vw;
  overflow-x: hidden;
  color: #1f2421;
}

nav{
  font-family: Lato-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;
}

th, td{
  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;
}

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

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

.style_call_circle{
  width: 200px;
  height: 200px;
}

.style_call_circle_btn{
  width: 100px;
  height: 100px;
  background-color: #B9D15C;
}

.style_font_size_small{
  font-size: 0.8rem;
  line-height: 1rem;
}

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

.style_nav_footer .nav-item .nav-link{
  color: #ffffff;
}

.style_nav_footer .nav-item .nav-link.active{
  background-color: rgba(0, 0, 0, 0.25);
}

.style_nav_footer .nav-item .nav-link:hover{
  background-color: rgba(0, 0, 0, 0.25);
}

@media (min-width: 576px) {
  .style_nav_footer .nav-item .nav-link.active span{
    display: block !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;
}

.style_form_feedback .style_form_feedback_icon{
  position: absolute;
  top: 0;
  right: 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.9rem;
}

.style_after_none::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: none;
  content: "";
  border: none;
}

.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_after_none::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: none;
  content: "";
  border: none;
}