html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

body {
  /* padding-top: 56px; */
  font-family: Lato;
  max-width: 1400px;
  margin: auto;
  overflow: initial;
}
*{
  font-family: Lato;

}

a {
  text-decoration: none;
  outline: none;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    min-width: 30%;
    width: auto;
    z-index: 1;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #e7eef5;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.header {
  width: 100%;
}

.header img {
  width: 100%;
  object-fit: cover;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
  background-color: #6f42c1;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.navbar-toggler {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  margin: 15px;
  padding: 5px !important;
  border: 2px solid #2e9191 !important;
  background-color: #fdc300;
}

.navbar-toggler i::before {
  color: #fff;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
    padding-top: 102px;
  }
}

.navbar-light .navbar-nav .nav-link {

  color: #444444;
}

.main-content {
  width: 100%;
  display: flex;

}

.side-content {
  width: 35%;
  padding: 20px 20px;

}

.section-content {
  width: 65%;
  padding: 20px 50px;
}

.card {
  border-radius: 0px;
}

.cat-item {
  margin: 0;
  width: 100%;
  padding: 10px 0;
  line-height: 20px;
  font-family: Lato;
  font-size: 13px;
  border-bottom: 1px solid #e5e5e5;
  color: #fff;
/*   background: #356099;
 */  background: #fdc300;
  /* margin-bottom: 25px !important; */
  text-align: center;
}

.cat-item a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  /* background: #00b9bf; */
  display: block;
  display: flex;
  align-items: center;
  padding: 5px 41px 5px 20px !important;
  transition: all 0.2s ease;
  font: 700 12px Lato;
  display: flex;
  justify-content: space-between;
}
.cat-item:hover{
  opacity: 0.9;

}
.cat-item a:hover{
  color: #FFF;
  text-decoration: none;
}

h3 {
  font: 900  Lato;
}

h3:after {
  content: "";
  background: #e5e5e5;
  height: 1px;
  width: 40px;
  position: relative;
  bottom: -10px;
  left: 0;
}

.info {
  color: rgb(102, 102, 153);
}

@media (max-width: 991.98px) {
  .main-content {
    flex-direction: column-reverse;
  }

  .side-content {
    width: 100%;
    margin-top: 50px;
    padding: 20px;

  }

  .section-content {
    width: 100%;
    padding: 20px;
  }
}
.action_button {
  display: block;
  padding: 11px 20px;
  line-height: 21px;
  float: left;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fdc300 !important;
  color: #fff !important;
}
.table-padding-sm th, .table-padding-sm td{
    padding: 0.5rem 0.5rem !important;
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.navbar-collapse {
  align-items: center;
  width: fit-content;
}
.center-icon{
  display: flex;
  justify-content: center;
}
.hotline{
  background-color: #F1F7FB !important;
  padding: 15px;
  border-radius: 5px;
}
.hotline .list-group,.hotline .list-group-item {
  background-color: #F1F7FB !important;

}
.cat-item a{
  font-size: 14px;
}
.cat-item a .fa{
  font-size: 40px;
}
.icone-question{
  width: 60px;
  height: fit-content;
}
.icone-question.fa{
  font-size: 40px;
  height: fit-content;
}
.icone-question.fa:before{
  color: #fdc300 ;
}
.info-pl.fa:before,.info-pl.fas:before{
  color: #305E96 ;
}

.nav-item .nav-link{
  font-size: 16px;
  font-weight: 600;
}
.text-bold{
  font-weight: 900;
  /* color: #000000 !important; */
}
.section-content{
  font-size: 17px !important;
}
.logo-partenaires{
  height: 60px;
  margin-left: 20px;
}
.header-title {
  background: #305E96;
  color: #ffffff;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: bold;
  /* letter-spacing: 2px; */
  font-family: sans-serif;
}

@media (max-width: 991.98px) {
  .header-title {
      background: #305E96;
      color: #ffffff;
      padding: 5px 20px;
      font-size: 15px;
      font-weight: bold;
      /* letter-spacing: 2px; */
      font-family: sans-serif;
  }
}