.accueil-top-container {
  width: 100%;
  height: calc(100vh - 230px);
  /* background-image: url(../../img/9046.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/* version mobile */

@media (max-width: 862px) {
.accueil-top-container {
background-size: cover;
  height: 139px;

}

  .gt_switcher_wrapper {
    display: none!important;
  }
}