.logo img {
  width: 170px;
}

.categorie-grid-homepage {
  min-height: 250px;
}

.hover-box:hover .title,
.hover-box:hover p {
  color: #fff !important;
}

.hover-box {
  background-color: #f3f3f3;
  transition: background 0.3s, color 0.3s;
}

.hover-box:hover {
  background-color: #1e1e1e;
}

.home-four-course h6 {
  font-size: 1.5em;
}

@media (max-width: 768px) {
  .header-navbar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }

  .header-brand .logo img {
    width: 150px;
    height: auto;
  }

  .header-mainnav .mainmenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .header-brand,
  .header-mainnav {
    display: flex;
    align-items: center;
  }
}

.header-mainmenu .container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0;
  background: #1a669e;
}

.header-style-3 .header-mainmenu .header-right::after {
  display: none;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Poppins', sans-serif !important;
}

.mainmenu-nav .mainmenu > li > a {
  font-size: 16px !important;
  padding: 0 20px !important;
  color: white !important;
}

.header-style-3 .header-mainmenu .mainmenu {
  justify-content:center !important;
}

.top-image img {
  padding-top: 12px;
  padding-bottom: 0px;
  width: 100% !important;
  max-width: 100% !important;
}

.header-info a {
  font-weight: 600;
  color: white !important;
}