@media only screen and (min-width: 1430px) {
  .container {
      max-width: 1290px;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
      max-width: 1440px;
  }
}

@media only screen and (min-width: 1800px) {
  .container {
      max-width: 1630px;
  }
}
@media (max-width: 1430px) {
}
@media (max-width: 1199px) {
  .her-banner-info h1 {
    font-size: 42px;
  }

  .p-100 {
    padding: 80px 0;
  }

  .main-title {
    font-size: 28px;
  }

  .sub-title {
    font-size: 20px;
  }

  .orientation-info {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .formations-pills {
    width: auto;
    border-radius: 22px;
  }

  .formations-pills .nav-item,
  .formations-pills .nav-link {
    width: 100%;
  }

  .formations-wrap li h5 {
    font-size: 12px;
  }

  .formations-wrap li {
    padding: 50px 10px;
  }

  .main-title {
    font-size: 26px;
  }

  .title-main {
    margin-bottom: 40px;
  }

  .p-100 {
    padding: 60px 0;
  }
  div#navbarNav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 350px;
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 110px 20px;
    text-align: center;
    z-index: 1;
    transition: all 0.5s;
    transform: translateX(100%);
  }

  .navbar-nav .nav-link {
    text-align: center;
    margin: 0;
    display: block;
    width: 100%;
    margin-bottom: 13px;
  }

  li.nav-item.dropdown .dropdown-menu{
    text-align: center;
    border: none;
  }

  a.btn.btn-orange.btn-header-orange {
    justify-content: center;
  }

  .navbar-toggler {
    z-index: 9999;
    box-shadow: none !important;
    outline: none !important;
    border: navajowhite;
    padding: 0;
    width: 30px;
    height: 30px;
    position: relative;
  }

  .show-menu div#navbarNav {
    box-shadow: -8px 1px 20px 6px #00000017;
    transform: translateX(0);
  }

  .navbar-toggler-icon {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    transition: all 0.5s;
  }

  .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    top: -8px;
    background: #000;
    width: 100%;
    height: 1px;
    left: 0;
    transition: all 0.5s;
  }

  .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    bottom: -8px;
    background: #000;
    width: 100%;
    height: 1px;
    left: 0;
    transition: all 0.5s;
  }

  .show-menu .navbar-toggler-icon {
    background: #0000;
  }

  .show-menu .navbar-toggler-icon::before {
    transform: rotate(45deg);
    bottom: 0;
    transition: all 0.5s;
  }

  .show-menu .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
    transition: all 0.5s;
  }
  ul.instruction-boxes .sub-detail h2 {
    font-size: 16px!important;
  }
  ul.instruction-boxes a {
    font-size: 16px;
    width: 100%;
  }
  ul.instruction-boxes li {
    width: 33.33%;
  }
  ul.instruction-boxes li:last-child {
    width: 100%;
  }
  .advantages-img {
    text-align: center;
  }
  .training-advantage .advantages-img img {
    max-width: 400px;
    width: 98%;
  }
}
@media (max-width: 767px) {
  .topbar ul li:nth-child(1) {
    display: none;
  }

  .her-banner-info h1 {
    font-size: 32px;
  }

  .hero-banner-img {
    height: 480px;
  }

  .her-banner-info p {
    font-size: 16px;
  }

  .main-title {
    font-size: 24px;
  }

  .sub-title {
    font-size: 18px;
  }

  .formations-wrap li {
    width: 33.33%;
    padding: 15px;
    height: 110px;
  }

  .formations-wrap li.active {
    width: 100%;
  }

  .formations-pills {
    margin-bottom: 40px;
  }

  .formations-wrap {
    margin-bottom: 50px;
  }

  .btn-orange,
  .btn-border-white {
    font-size: 14px;
    padding: 14px 20px;
  }

  .orientation-info {
    padding: 0 15px;
  }

  .orientation-info p {
    font-size: 16px;
  }

  footer {
    padding-top: 60px;
  }

  footer .row > * {
    margin-bottom: 23px;
  }

  footer p {
    max-width: 100%;
  }

  p.copyright-info {
    margin-top: 30px;
  }
  .innovante-items {
    padding: 10px;
    border-radius: 15px;
  }
  .representative-details {
    padding: 35px 75px;
  }
  #myScrollspy {
    display: none;
  }
}
@media (max-width: 575px) {
  section.heresecrion {
    height: 600px;
}
.hero-info h1 {
  font-size: 36px;
}
  .representative-details {
    padding: 35px 60px;
  }
}
@media (max-width: 479px) {
  div#navbarNav {
    max-width: 320px;
  }
  h1.title {
    font-size: 25px;
  }
  .hero-btn-wrap {
    flex-wrap: wrap;
  }

  .topbar ul li {
    font-size: 11px;
  }

  .topbar ul {
    gap: 15px;
  }
  .representative-details {
    padding: 35px 40px;
  }
  ul.instruction-boxes .sub-detail h2 {
    font-size: 12px!important;
  }
  ul.instruction-boxes li {
    width: 50%;
}
ul.instruction-boxes li:last-child {
  width: 50%;
}
.formations-wrap li {
  width: 50%;
}
.formations-wrap li.active {
  width: 50%;
}
}
@media (max-width: 350px) {
  .representative-details {
    padding: 20px 20px;
}
}
