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: #1BA6B7;
}

.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 10px;
}

.card {
  border-radius: 0px;
}
.text-16{
  font-size: 16px;
}
.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: #1BA6B7;
  /* margin-bottom: 25px !important; */
  text-align: center;
  border-radius: 5px;
}

.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: 990px) {
  .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: #5178c5 !important;
  color: #fff !important;
}
.action_button:hover{
  background-color: #2E5195 !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: #1BA6B7 ;
}
.info-pl.fa:before,.info-pl.fas:before{
  color: #2E5B95 ;
}

.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: #2E5195;
  color: #ffffff;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: bold;
  /* letter-spacing: 2px; */
  font-family: sans-serif;
  border-bottom-right-radius: 20px;
}

@media (max-width: 991.98px) {
  .header-title {
      background: #2E5195;
      color: #ffffff;
      padding: 5px 20px;
      font-size: 15px;
      font-weight: bold;
      /* letter-spacing: 2px; */
      font-family: sans-serif;
  }
}
.orange-link{
  background-color: rgb(248,172,0);
}
.orange-link:hover{
  background-color: rgb(255 182 8);
}
.green-link{
  background-color: rgb(123,154,98);
}
.green-link:hover{
  background-color: rgb(91, 134, 55);
}
.blue-link{
  background-color: rgb(38, 96, 143);
}
.blue-link:hover{
  background-color: rgb(12, 57, 94);
}
.notice-link{
  background-color: rgb(34, 146, 131);
  margin-top: 15px;
}
.notice-link:hover{
  background-color: rgb(13, 105, 93);
}
.notice-link a .fas{
  font-size: 20px !important;
  
}
.nav.nav-tabs.nav-top-border .nav-item a {
  color: #2E5195 ;
}
.me-auto{
  margin: auto;
}
.text-green {
  color: #0BB358 !important;
}
.bordered{
  border: 1px solid black;
  padding: 10px;
  border-radius: 2px;
}

@media (max-width: 990px) {
  .main-content {
    flex-direction: column;
  }

  .side-content {
    width: 100%;
    margin-top: 10px;
    padding: 0px;

  }

  .cat-item {
    padding: 5px 10px;
  }

  .info-btn {
    font-size: 14px;
    margin-top: 3px;
  }

  .cat-item a {
    padding: 5px 10px !important;
  }

  .cat-item a .fa {
    font-size: 20px;
  }

  .section-content {
    width: 100%;
    padding: 20px;
  }

  .header-title {
    border-bottom-right-radius: 0px;
  }

  .card-body.sec-hotline {
    padding: 0px;
  }

  .hotline {
    border-radius: 0px;
    font-size: 14px;
  }

  .hotline h3 {
    font-size: 16px;
  }

  .list-group-item {
    padding-bottom: 5px;
    padding-top: 0px;
  }

  .card {
    margin-bottom: 0px;
  }

  .card-body {
    padding: 10px 20px;
  }

  p.badge {
    margin: 0px;
  }
  .navbar-collapse{
    min-width: 250px;
    padding-top: 50px;
  }
}
.text-italique{
  font-style : italic;
}/* input style */.radio-group {
    display: flex;
    gap: 10px;
}

.radio-input {
    display: none;
}

.radio-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 2px solid #5178c5;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.radio-label:hover {
    background-color: #f0f0f0;
}

.radio-input:checked + .radio-label {
    background-color: #5178c5;
    color: #ffffff;
}

.radio-input:checked + .radio-label::before {
    content: '•';
    color: #5178c5;
    background-color: #fff;
    border: 2px solid #5178c5;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 14px;
}

.radio-label::before {
    content: ' ';
    border: 2px solid #5178c5;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.v-middle{
  vertical-align: middle ;
}
.table.table-no-padding th, .table.table-no-padding td {
  padding: 5px !important;
  border:1px solid #000000;
  vertical-align: middle;
}
.menu-itembtn span{
    display: none;
    margin-top: 20px;
    background: #000;
    position: absolute;
    padding: 2px 5px;
    right: 0;
}
.menu-itembtn:hover span{
  display: block;
}