#c-humberger-topbar-menu {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  /*height: 100%;*/
  /*width: 100%;*/
}

.c-canvas-topbar-menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-search-topbar-btn {
  display: flex;
}

.c-menu-topbar-btn {
  display: inline;
}

.sous-topbar {
  display: flex;
}

#MenuButtonsTopBar {
  display: none;
}

.filtre-pdc {
  display: inline;
}

.form-search {
  width: 25%;
}

.form-search-lg {
  width: 29%;
}

.form-search-xl {
  width: 40%;
}

.a_coter {
  display: inline;
}

.image-aproposdenous {
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* MD Size */
@media only screen and (max-width: 1200px) {
  #c-humberger-topbar-menu {
    display: inline-block;
  }

  .form-search {
    width: 80%;
  }

  .a_coter {
    display: none;
  }
  .title-pdc {
    font-size: 4rem;
  }

  .sous-title-pdc {
    font-size: 2.5rem;
  }

  .c-menu-topbar-btn {
    display: none;
  }

  .c-search-topbar-btn {
    display: none;
  }

  .logo-topbar {
    width: 4em !important;
    height: auto !important;
  }

  .logo-topbar2 {
    width: 2em !important;
    height: 2em !important;
  }

  .logo-text-topbar {
    font-size: 150% !important;
  }

  .logo-div-topbar {
    vertical-align: middle;
    line-height: 2;
  }

  .sous-topbar {
    display: none;
  }

  #MenuButtonsTopBar {
    display: inline;
  }

  .filtre-pdc {
    display: none !important;
    background-color: black;
  }

  /* .col-md-9 {
        flex: 0 0 auto;
        width: 100%;
    } */
}

@media screen and (max-width: 1000px) {
  .logo-text-topbar {
    font-size: 1.2em !important;
  }
  .logo-div-topbar {
    display: none !important;
  }
}
